Searched defs:internalGetParameter (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp115 OMX_ERRORTYPE SoftAMRNBEncoder::internalGetParameter( function in class:android::SoftAMRNBEncoder
191 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp105 OMX_ERRORTYPE SoftGSM::internalGetParameter( function in class:android::SoftGSM
136 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp123 OMX_ERRORTYPE SoftMP3::internalGetParameter( function in class:android::SoftMP3
175 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp100 OMX_ERRORTYPE SoftRaw::internalGetParameter( function in class:android::SoftRaw
131 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp149 OMX_ERRORTYPE SoftAACEncoder::internalGetParameter( function in class:android::SoftAACEncoder
232 return SimpleSoftOMXComponent::internalGetParameter(index, params);
H A DSoftAACEncoder2.cpp128 OMX_ERRORTYPE SoftAACEncoder2::internalGetParameter( function in class:android::SoftAACEncoder2
269 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp143 OMX_ERRORTYPE SoftAMR::internalGetParameter( function in class:android::SoftAMR
206 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp150 OMX_ERRORTYPE SoftAMRWBEncoder::internalGetParameter( function in class:android::SoftAMRWBEncoder
229 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp152 OMX_ERRORTYPE SoftFlacEncoder::internalGetParameter( function in class:android::SoftFlacEncoder
154 ALOGV("SoftFlacEncoder::internalGetParameter(index=0x%x)", index);
199 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp105 OMX_ERRORTYPE SoftG711::internalGetParameter( function in class:android::SoftG711
143 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp227 OMX_ERRORTYPE SoftMPEG4Encoder::internalGetParameter( function in class:android::SoftMPEG4Encoder
302 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp366 OMX_ERRORTYPE SoftVPXEncoder::internalGetParameter(OMX_INDEXTYPE index, function in class:android::SoftVPXEncoder
439 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp129 OMX_ERRORTYPE SoftOpus::internalGetParameter( function in class:android::SoftOpus
190 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp126 OMX_ERRORTYPE SoftVorbis::internalGetParameter( function in class:android::SoftVorbis
197 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp365 OMX_ERRORTYPE SoftAVCEncoder::internalGetParameter( function in class:android::SoftAVCEncoder
424 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp259 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::internalGetParameter( function in class:android::SoftVideoDecoderOMXComponent
318 return SimpleSoftOMXComponent::internalGetParameter(index, params);
H A DSoftVideoEncoderOMXComponent.cpp311 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalGetParameter( function in class:android::SoftVideoEncoderOMXComponent
379 return SimpleSoftOMXComponent::internalGetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp217 OMX_ERRORTYPE SoftAAC2::internalGetParameter( function in class:android::SoftAAC2
319 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp925 OMX_ERRORTYPE SoftAVC::internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params) { function in class:android::SoftAVC
980 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);

Completed in 361 milliseconds