Home
last modified time | relevance | path

Searched refs:channel_config (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dav3a_parser.c211 AVS3AChannelConfig channel_config; in read_av3a_frame_header() local
268 channel_config = (AVS3AChannelConfig)num_chan_index; in read_av3a_frame_header()
269 switch (channel_config) { in read_av3a_frame_header()
342 channel_config = (AVS3AChannelConfig)num_chan_index; in read_av3a_frame_header()
345 bitrate_bed_mc = codecBitrateConfigTable[channel_config].bitrateTable[bed_brt_idx]; in read_av3a_frame_header()
349 if (channel_config == mcChannelConfigTable[i].channelNumConfig) { in read_av3a_frame_header()
372 channel_config = CHANNEL_CONFIG_HOA_ORDER1; in read_av3a_frame_header()
376 channel_config = CHANNEL_CONFIG_HOA_ORDER2; in read_av3a_frame_header()
380 channel_config = CHANNEL_CONFIG_HOA_ORDER3; in read_av3a_frame_header()
410 total_bitrate = codecBitrateConfigTable[channel_config].bitrateTable[brt_idx]; in read_av3a_frame_header()
Dhcadec.c55 uint8_t channel_config; member
141 c->channel_config = get_bits(gb, 8); in decode_init()
153 c->channel_config = get_bits(gb, 4); in decode_init()
210 if (c->channel_config == 0) { in decode_init()
217 if (c->channel_config <= 2) { in decode_init()
Ddcaenc.c75 int channel_config; member
191 case AV_CH_LAYOUT_MONO: c->channel_config = 0; break; in encode_init()
192 case AV_CH_LAYOUT_STEREO: c->channel_config = 2; break; in encode_init()
193 case AV_CH_LAYOUT_2_2: c->channel_config = 8; break; in encode_init()
194 case AV_CH_LAYOUT_5POINT0: c->channel_config = 9; break; in encode_init()
195 case AV_CH_LAYOUT_5POINT1: c->channel_config = 9; break; in encode_init()
203 c->channel_order_tab = channel_reorder_lfe[c->channel_config]; in encode_init()
205 c->channel_order_tab = channel_reorder_nolfe[c->channel_config]; in encode_init()
372 const int lfech = lfe_index[c->channel_config]; in lfe_downsample()
964 put_bits(&c->pb, 6, c->channel_config); in put_frame_header()
Daacdec_template.c618 int channel_config) in set_default_channel_config() argument
620 if (channel_config < 1 || (channel_config > 7 && channel_config < 11) || in set_default_channel_config()
621 channel_config > 13) { in set_default_channel_config()
624 channel_config); in set_default_channel_config()
627 *tags = tags_per_config[channel_config]; in set_default_channel_config()
628 memcpy(layout_map, aac_channel_layout_map[channel_config - 1], in set_default_channel_config()
642 if (channel_config == 7 && avctx->strict_std_compliance < FF_COMPLIANCE_STRICT) { in set_default_channel_config()
910 int channel_config) in decode_ga_specific_config() argument
940 if (channel_config == 0) { in decode_ga_specific_config()
947 &tags, channel_config))) in decode_ga_specific_config()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c179 guint8 * audio_object_type, guint8 * channel_config, guint * sample_rate) in gst_codec_utils_aac_get_audio_object_type_full() argument
204 *channel_config = channels; in gst_codec_utils_aac_get_audio_object_type_full()
227 guint8 audio_object_type = 0, channel_config = 0; in gst_codec_utils_aac_get_sample_rate() local
234 &channel_config, &sample_rate); in gst_codec_utils_aac_get_sample_rate()
288 guint8 audio_object_type, channel_config; in gst_codec_utils_aac_get_profile() local
297 &channel_config, &sample_rate)) { in gst_codec_utils_aac_get_profile()
349 guint8 audio_object_type = 0xFF, channel_config = 0xFF; in gst_codec_utils_aac_get_level() local
374 &channel_config, &rate)) { in gst_codec_utils_aac_get_level()
378 switch (channel_config) { in gst_codec_utils_aac_get_level()
430 GST_WARNING ("Unknown channel config in header: %d", channel_config); in gst_codec_utils_aac_get_level()
[all …]
/third_party/alsa-utils/topology/
Dpre-process-object.c985 const struct config_template_items channel_config = { variable
1010 {"Base", "channel", "channel", &tplg_build_channel_object, NULL, &channel_config},
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c1261 guint mpegversion, sample_freq_idx, channel_config, profile_idx, rate; in aac_type_find() local
1267 channel_config = ((c.data[2] & 0x01) << 2) + (c.data[3] >> 6); in aac_type_find()
1290 audio_config[1] |= (channel_config & 0xf) << 3; in aac_type_find()
1300 if (channel_config != 0 && channel_config <= 7) { in aac_type_find()
1304 channels_map[channel_config], "rate", G_TYPE_INT, rate, NULL); in aac_type_find()
/third_party/gstreamer/gstplugins_good/
DChangeLog54230 According to ISO/IEC 13818-7, "channel_config" field in ADTS header