Searched refs:OMX_IndexParamAudioPortFormat (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_Index.h109 OMX_IndexParamAudioPortFormat, /**< reference: OMX_AUDIO_PARAM_PORTFORMATTYPE */ enumerator in enum:OMX_INDEXTYPE
H A DOMX_AsString.h358 case OMX_IndexParamAudioPortFormat: return "ParamAudioPortFormat";
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp118 case OMX_IndexParamAudioPortFormat:
200 case OMX_IndexParamAudioPortFormat:
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp152 case OMX_IndexParamAudioPortFormat:
241 case OMX_IndexParamAudioPortFormat:
H A DSoftAACEncoder2.cpp121 case OMX_IndexParamAudioPortFormat:
245 case OMX_IndexParamAudioPortFormat:
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp153 case OMX_IndexParamAudioPortFormat:
238 case OMX_IndexParamAudioPortFormat:
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3517 CHECK_EQ(mOMX->getParameter(mNode, OMX_IndexParamAudioPortFormat,
3525 CHECK_EQ(mOMX->setParameter(mNode, OMX_IndexParamAudioPortFormat,
H A DACodec.cpp1732 mNode, OMX_IndexParamAudioPortFormat,
1745 mNode, OMX_IndexParamAudioPortFormat, &format, sizeof(format));

Completed in 110 milliseconds