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.c115 #define XMA_MAX_CHANNELS_STREAM 2 macro
116 #define XMA_MAX_CHANNELS (XMA_MAX_STREAMS * XMA_MAX_CHANNELS_STREAM)
388 …if ((num_stream+1) * XMA_MAX_CHANNELS_STREAM > avctx->ch_layout.nb_channels) /* stream config is 2… in decode_init()
474 } else if (avctx->codec_id != AV_CODEC_ID_WMAPRO && s->nb_channels > XMA_MAX_CHANNELS_STREAM) { in decode_init()