Lines Matching refs:m4ac
223 if (ac->oc[1].m4ac.object_type == AOT_AAC_LTP) {
257 const int len = 1024 << (ac->oc[1].m4ac.sbr == 1);
288 MPEG4AudioConfig m4ac = { 0 };
308 bits_consumed = decode_audio_specific_config_gb(NULL, avctx, &m4ac,
320 ac->oc[1].m4ac.sample_rate != m4ac.sample_rate ||
321 ac->oc[1].m4ac.chan_config != m4ac.chan_config) {
324 av_log(avctx, AV_LOG_INFO, "audio config changed (sample_rate=%d, chan_config=%d)\n", m4ac.sample_rate, m4ac.chan_config);
512 &latmctx->aac_ctx, avctx, &latmctx->aac_ctx.oc[1].m4ac,
528 switch (latmctx->aac_ctx.oc[1].m4ac.object_type) {