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