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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp115 OMX_ERRORTYPE SoftAMRNBEncoder::internalGetParameter( function in class:android::SoftAMRNBEncoder
179 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp102 OMX_ERRORTYPE SoftGSM::internalGetParameter( function in class:android::SoftGSM
129 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp121 OMX_ERRORTYPE SoftMP3::internalGetParameter( function in class:android::SoftMP3
148 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp98 OMX_ERRORTYPE SoftRaw::internalGetParameter( function in class:android::SoftRaw
125 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp143 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::internalGetParameter( function in class:android::SoftVideoDecoderOMXComponent
194 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp149 OMX_ERRORTYPE SoftAACEncoder::internalGetParameter( function in class:android::SoftAACEncoder
220 return SimpleSoftOMXComponent::internalGetParameter(index, params);
H A DSoftAACEncoder2.cpp115 OMX_ERRORTYPE SoftAACEncoder2::internalGetParameter( function in class:android::SoftAACEncoder2
186 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
198 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp150 OMX_ERRORTYPE SoftAMRWBEncoder::internalGetParameter( function in class:android::SoftAMRWBEncoder
217 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp146 OMX_ERRORTYPE SoftFlacEncoder::internalGetParameter( function in class:android::SoftFlacEncoder
148 ALOGV("SoftFlacEncoder::internalGetParameter(index=0x%x)", index);
184 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp104 OMX_ERRORTYPE SoftG711::internalGetParameter( function in class:android::SoftG711
131 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp123 OMX_ERRORTYPE SoftVorbis::internalGetParameter( function in class:android::SoftVorbis
186 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp157 OMX_ERRORTYPE SoftAAC2::internalGetParameter( function in class:android::SoftAAC2
228 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp298 OMX_ERRORTYPE SoftMPEG4Encoder::internalGetParameter( function in class:android::SoftMPEG4Encoder
424 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp428 OMX_ERRORTYPE SoftAVCEncoder::internalGetParameter( function in class:android::SoftAVCEncoder
536 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp338 OMX_ERRORTYPE SoftVPXEncoder::internalGetParameter(OMX_INDEXTYPE index, function in class:android::SoftVPXEncoder
461 return SimpleSoftOMXComponent::internalGetParameter(index, param);

Completed in 531 milliseconds