Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp1572 UWORD32 ui_channel_mode; in getXAACStreamInfo() local
1574 IA_ENHAACPLUS_DEC_CONFIG_PARAM_CHANNEL_MODE, &ui_channel_mode); in getXAACStreamInfo()
1576 if (ui_channel_mode == 0) in getXAACStreamInfo()
1578 else if (ui_channel_mode == 1) in getXAACStreamInfo()
1580 else if (ui_channel_mode == 2) in getXAACStreamInfo()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp1437 uint32_t ui_channel_mode; in getXAACStreamInfo() local
1441 &ui_channel_mode); in getXAACStreamInfo()
1443 if (ui_channel_mode == 0) in getXAACStreamInfo()
1445 else if (ui_channel_mode == 1) in getXAACStreamInfo()
1447 else if (ui_channel_mode == 2) in getXAACStreamInfo()