Home
last modified time | relevance | path

Searched refs:channel_mode (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/formats/mpeg/
H A Dmpeg1_audio_stream_parser.cc98 int channel_mode; in ParseHeader() local
106 !reader.ReadBits(2, &channel_mode) || !reader.ReadBits(6, &other_flags)) { in ParseHeader()
113 << " channel_mode 0x" << channel_mode; in ParseHeader()
123 << sample_rate_index << " channel_mode 0x" << channel_mode; in ParseHeader()
128 if (layer == kLayer2 && !kIsAllowed[bitrate_index][channel_mode]) { in ParseHeader()
133 << " channel_mode " << channel_mode; in ParseHeader()
210 (channel_mode == 3) ? CHANNEL_LAYOUT_MONO : CHANNEL_LAYOUT_STEREO; in ParseHeader()
214 header->channel_mode = channel_mode; in ParseHeader()
259 header.version == kVersion2_5][header.channel_mode == 3]; in ParseFrameHeader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/formats/mpeg/
H A Dmpeg1_audio_stream_parser.cc103 int channel_mode; in ParseHeader() local
114 !reader.ReadBits(2, &channel_mode) || in ParseHeader()
125 << " channel_mode 0x" << channel_mode; in ParseHeader()
135 << sample_rate_index << " channel_mode 0x" << channel_mode; in ParseHeader()
140 if (layer == kLayer2 && !kIsAllowed[bitrate_index][channel_mode]) { in ParseHeader()
145 << " channel_mode " << channel_mode; in ParseHeader()
221 (channel_mode == 3) ? CHANNEL_LAYOUT_MONO : CHANNEL_LAYOUT_STEREO; in ParseHeader()
225 header->channel_mode = channel_mode; in ParseHeader()
272 header.version == kVersion2_5][header.channel_mode == 3]; in ParseFrameHeader()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dac3_parser.c79 hdr->channel_mode = get_bits(gbc, 3); in ff_ac3_parse_header()
85 if(hdr->channel_mode == AC3_CHMODE_STEREO) { in ff_ac3_parse_header()
88 if((hdr->channel_mode & 1) && hdr->channel_mode != AC3_CHMODE_MONO) in ff_ac3_parse_header()
90 if(hdr->channel_mode & 4) in ff_ac3_parse_header()
98 hdr->channels = ff_ac3_channels_tab[hdr->channel_mode] + hdr->lfe_on; in ff_ac3_parse_header()
128 hdr->channel_mode = get_bits(gbc, 3); in ff_ac3_parse_header()
133 hdr->channels = ff_ac3_channels_tab[hdr->channel_mode] + hdr->lfe_on; in ff_ac3_parse_header()
148 for (i = 0; i < (hdr->channel_mode ? 1 : 2); i++) { in ff_ac3_parse_header_full()
161 hdr->channel_map = ff_eac3_default_chmap[hdr->channel_mode]; in ff_ac3_parse_header_full()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/audio/gstreamer1-plugins-ladspa/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]
/dports/audio/gstreamer1-plugins-openmpt/gst-plugins-bad-1.16.2/ext/sbc/
H A Dgstsbcenc.c79 const gchar *allocation_method, *channel_mode; in gst_sbc_enc_set_format() local
143 if (g_strcmp0 (channel_mode, "mono") != 0) { in gst_sbc_enc_set_format()
145 channel_mode); in gst_sbc_enc_set_format()
149 if (g_strcmp0 (channel_mode, "joint") != 0 && in gst_sbc_enc_set_format()
151 g_strcmp0 (channel_mode, "dual") != 0) { in gst_sbc_enc_set_format()
153 channel_mode); in gst_sbc_enc_set_format()
197 if (strcmp (channel_mode, "joint") == 0) in gst_sbc_enc_set_format()
199 else if (strcmp (channel_mode, "stereo") == 0) in gst_sbc_enc_set_format()
201 else if (strcmp (channel_mode, "dual") == 0) in gst_sbc_enc_set_format()
203 else if (strcmp (channel_mode, "mono") == 0) in gst_sbc_enc_set_format()
[all …]

12345678910>>...30