Searched refs:OMX_IndexParamAudioPcm (Results 1 - 17 of 17) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_Index.h110 OMX_IndexParamAudioPcm, /**< reference: OMX_AUDIO_PARAM_PCMMODETYPE */ enumerator in enum:OMX_INDEXTYPE
H A DOMX_AsString.h381 case OMX_IndexParamAudioPcm: return "ParamAudioPcm";
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp108 case OMX_IndexParamAudioPcm:
143 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp103 case OMX_IndexParamAudioPcm:
156 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp164 case OMX_IndexParamAudioPcm:
274 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp108 case OMX_IndexParamAudioPcm:
150 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp137 case OMX_IndexParamAudioPcm:
211 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp203 case OMX_IndexParamAudioPcm:
307 case OMX_IndexParamAudioPcm:
H A DSoftAACEncoder2.cpp219 case OMX_IndexParamAudioPcm:
366 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp176 case OMX_IndexParamAudioPcm:
255 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp202 case OMX_IndexParamAudioPcm:
321 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp157 case OMX_IndexParamAudioPcm:
206 case OMX_IndexParamAudioPcm:
208 ALOGV("SoftFlacEncoder::internalSetParameter(OMX_IndexParamAudioPcm)");
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp158 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp164 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp259 case OMX_IndexParamAudioPcm:
439 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp84 case OMX_IndexParamAudioPcm:
/frameworks/av/media/libstagefright/
H A DACodec.cpp3001 mNode, OMX_IndexParamAudioPcm, &pcmParams, sizeof(pcmParams));
3033 mNode, OMX_IndexParamAudioPcm, &pcmParams, sizeof(pcmParams));
3040 mNode, OMX_IndexParamAudioPcm, &pcmParams, sizeof(pcmParams));
5123 mNode, OMX_IndexParamAudioPcm, &params, sizeof(params));
5323 mNode, (OMX_INDEXTYPE)OMX_IndexParamAudioPcm, &params, sizeof(params));
5350 mNode, OMX_IndexParamAudioPcm, &params, sizeof(params));

Completed in 214 milliseconds