Lines Matching refs:dca
907 DCAContext *dca = s->avctx->priv_data; in parse_sub_headers() local
937 switch (dca->request_channel_layout) { in parse_sub_headers()
1241 DCAContext *dca = s->avctx->priv_data; in force_lossy_output() local
1250 if (ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]) < 0) in force_lossy_output()
1258 DCAContext *dca = s->avctx->priv_data; in combine_residual_frame() local
1263 if (!(dca->packet & DCA_PACKET_CORE)) { in combine_residual_frame()
1268 if (c->freq != dca->core.output_rate) { in combine_residual_frame()
1269 …OG_WARNING, "Sample rate mismatch between core (%d Hz) and XLL (%d Hz)\n", dca->core.output_rate, … in combine_residual_frame()
1273 if (nsamples != dca->core.npcmsamples) { in combine_residual_frame()
1274 …, "Number of samples per frame mismatch between core (%d) and XLL (%d)\n", dca->core.npcmsamples, … in combine_residual_frame()
1292 spkr = ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]); in combine_residual_frame()
1307 src = dca->core.output_samples[spkr]; in combine_residual_frame()
1327 DCAContext *dca = avctx->priv_data; in ff_dca_xll_filter_frame() local
1328 DCAExssAsset *asset = &dca->exss.assets[0]; in ff_dca_xll_filter_frame()
1335 if (dca->packet & DCA_PACKET_RECOVERY) { in ff_dca_xll_filter_frame()
1393 if (dca->request_channel_layout) { in ff_dca_xll_filter_frame()
1405 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_xll_filter_frame()