Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_AsString.h96 case OMX_AUDIO_ChannelModeMono: return "Mono";
DOMX_Audio.h204 OMX_AUDIO_ChannelModeMono, /**< Mono channel mode */ enumerator
/frameworks/av/media/libstagefright/
DACodec.cpp2724 ? OMX_AUDIO_ChannelModeMono: OMX_AUDIO_ChannelModeStereo; in setupAACCodec()