Lines Matching refs:dca
905 DCAContext *dca = s->avctx->priv_data; in parse_sub_headers() local
935 switch (dca->request_channel_layout) { in parse_sub_headers()
1239 DCAContext *dca = s->avctx->priv_data; in force_lossy_output() local
1248 if (ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]) < 0) in force_lossy_output()
1256 DCAContext *dca = s->avctx->priv_data; in combine_residual_frame() local
1261 if (!(dca->packet & DCA_PACKET_CORE)) { in combine_residual_frame()
1266 if (c->freq != dca->core.output_rate) { in combine_residual_frame()
1267 …OG_WARNING, "Sample rate mismatch between core (%d Hz) and XLL (%d Hz)\n", dca->core.output_rate, … in combine_residual_frame()
1271 if (nsamples != dca->core.npcmsamples) { in combine_residual_frame()
1272 …, "Number of samples per frame mismatch between core (%d) and XLL (%d)\n", dca->core.npcmsamples, … in combine_residual_frame()
1290 spkr = ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]); in combine_residual_frame()
1305 src = dca->core.output_samples[spkr]; in combine_residual_frame()
1325 DCAContext *dca = avctx->priv_data; in ff_dca_xll_filter_frame() local
1326 DCAExssAsset *asset = &dca->exss.assets[0]; in ff_dca_xll_filter_frame()
1333 if (dca->packet & DCA_PACKET_RECOVERY) { in ff_dca_xll_filter_frame()
1391 if (dca->request_channel_layout) { in ff_dca_xll_filter_frame()
1403 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_xll_filter_frame()