Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c112 #define XMA_MAX_CHANNELS_STREAM 2 macro
113 #define XMA_MAX_CHANNELS (XMA_MAX_STREAMS * XMA_MAX_CHANNELS_STREAM)
349 …if ((num_stream+1) * XMA_MAX_CHANNELS_STREAM > avctx->channels) /* stream config is 2ch + 2ch + ..… in decode_init()
438 } else if (avctx->codec_id != AV_CODEC_ID_WMAPRO && s->nb_channels > XMA_MAX_CHANNELS_STREAM) { in decode_init()