Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacdec_template.c841 int sampling_index; in decode_pce() local
847 sampling_index = get_bits(gb, 4); in decode_pce()
848 if (m4ac->sampling_index != sampling_index) in decode_pce()
1086 if (m4ac->sampling_index > 12) { in decode_audio_specific_config_gb()
1089 m4ac->sampling_index); in decode_audio_specific_config_gb()
1094 (m4ac->sampling_index < 3 || m4ac->sampling_index > 7)) { in decode_audio_specific_config_gb()
1097 m4ac->sampling_index); in decode_audio_specific_config_gb()
1130 m4ac->object_type, m4ac->chan_config, m4ac->sampling_index, in decode_audio_specific_config_gb()
1293 ac->oc[1].m4ac.sampling_index = sr; in aac_decode_init()
1385 …for (sfb = 0; sfb < FFMIN(ics->max_sfb, ff_aac_pred_sfb_max[ac->oc[1].m4ac.sampling_index]); sfb++… in decode_prediction()
[all …]
Dadts_header.h34 uint8_t sampling_index; member
Dadts_header.c65 hdr->sampling_index = sr; in ff_adts_header_parse()
Dmpeg4audio.h35 int sampling_index; member
Daac_adtstoasc_bsf.c109 put_bits(&pb, 4, hdr.sampling_index); in aac_adtstoasc_filter()
Dmpeg4audio.c105 c->sample_rate = get_sample_rate(gb, &c->sampling_index); in ff_mpeg4audio_get_config_gb()
/third_party/ffmpeg/libavformat/
Disom.c373 if (cfg.object_type == 29 && cfg.sampling_index < 3) // old mp3on4 in ff_mp4_read_dec_config_descr()
374 st->codecpar->sample_rate = avpriv_mpa_freq_tab[cfg.sampling_index]; in ff_mp4_read_dec_config_descr()
Dadtsenc.c64 adts->sample_rate_index = m4ac.sampling_index; in adts_decode_extradata()