Searched refs:OMX_IndexParamAudioAac (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Index.h | 114 OMX_IndexParamAudioAac, /**< reference: OMX_AUDIO_PARAM_AACPROFILETYPE */ enumerator
|
D | OMX_AsString.h | 385 case OMX_IndexParamAudioAac: return "ParamAudioAac";
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder2.cpp | 156 case OMX_IndexParamAudioAac: in internalGetParameter() 318 case OMX_IndexParamAudioAac: in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 273 case OMX_IndexParamAudioAac: in internalGetParameter() 441 case OMX_IndexParamAudioAac: in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/xaacdec/ |
D | SoftXAAC.cpp | 290 case OMX_IndexParamAudioAac: { in internalGetParameter() 423 case OMX_IndexParamAudioAac: { in internalSetParameter()
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 104 case OMX_IndexParamAudioAac: in isSetParameterAllowed()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 2876 OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 2924 OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 2938 OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 2966 OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 5425 OMX_IndexParamAudioAac, ¶ms, sizeof(params)); in getPortFormat()
|