Searched refs:OMX_IndexParamAudioAac (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/include/media/openmax/ |
D | OMX_Index.h | 111 OMX_IndexParamAudioAac, /**< reference: OMX_AUDIO_PARAM_AACPROFILETYPE */ enumerator
|
D | OMX_AsString.h | 382 case OMX_IndexParamAudioAac: return "ParamAudioAac";
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder.cpp | 176 case OMX_IndexParamAudioAac: in internalGetParameter() 284 case OMX_IndexParamAudioAac: in internalSetParameter()
|
D | SoftAACEncoder2.cpp | 155 case OMX_IndexParamAudioAac: in internalGetParameter() 321 case OMX_IndexParamAudioAac: in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 220 case OMX_IndexParamAudioAac: in internalGetParameter() 344 case OMX_IndexParamAudioAac: in internalSetParameter()
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 90 case OMX_IndexParamAudioAac: in isSetParameterAllowed()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 2588 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 2636 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 2650 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 2674 status_t res = mOMX->setParameter(mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec() 4935 mNode, OMX_IndexParamAudioAac, ¶ms, sizeof(params)); in getPortFormat()
|