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

/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVP9Encoder.cpp90 OMX_ERRORTYPE SoftVP9Encoder::internalGetParameter( function in class:android::SoftVP9Encoder
101 return SoftVPXEncoder::internalGetParameter(index, param);
H A DSoftVP8Encoder.cpp91 OMX_ERRORTYPE SoftVP8Encoder::internalGetParameter(OMX_INDEXTYPE index, function in class:android::SoftVP8Encoder
102 return SoftVPXEncoder::internalGetParameter(index, param);
H A DSoftVPXEncoder.cpp338 OMX_ERRORTYPE SoftVPXEncoder::internalGetParameter(OMX_INDEXTYPE index, function in class:android::SoftVPXEncoder
373 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
/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
160 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp134 OMX_ERRORTYPE SoftMP3::internalGetParameter( function in class:android::SoftMP3
210 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp100 OMX_ERRORTYPE SoftRaw::internalGetParameter( function in class:android::SoftRaw
153 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp129 OMX_ERRORTYPE SoftAACEncoder2::internalGetParameter( function in class:android::SoftAACEncoder2
270 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
230 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/dec/
H A DSoftFlacDecoder.cpp128 OMX_ERRORTYPE SoftFlacDecoder::internalGetParameter( function in class:android::SoftFlacDecoder
130 ALOGV("internalGetParameter: index(%x)", index);
161 ALOGE("internalGetParameter(OMX_IndexParamAudioFlac): invalid omx params");
166 ALOGE("internalGetParameter(OMX_IndexParamAudioFlac): bad port index");
189 ALOGE("internalGetParameter(OMX_IndexParamAudioPcm): invalid omx params");
194 ALOGE("internalGetParameter(OMX_IndexParamAudioPcm): bad port index");
222 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp153 OMX_ERRORTYPE SoftFlacEncoder::internalGetParameter( function in class:android::SoftFlacEncoder
155 ALOGV("SoftFlacEncoder::internalGetParameter(index=0x%x)", index);
228 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
167 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp215 OMX_ERRORTYPE SoftMPEG4Encoder::internalGetParameter( function in class:android::SoftMPEG4Encoder
290 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp130 OMX_ERRORTYPE SoftOpus::internalGetParameter( function in class:android::SoftOpus
216 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp129 OMX_ERRORTYPE SoftVorbis::internalGetParameter( function in class:android::SoftVorbis
223 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp230 OMX_ERRORTYPE SoftAAC2::internalGetParameter( function in class:android::SoftAAC2
356 return SimpleSoftOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp347 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::internalGetParameter( function in class:android::SoftVideoDecoderOMXComponent
406 return SimpleSoftOMXComponent::internalGetParameter(index, params);
H A DSoftVideoEncoderOMXComponent.cpp313 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalGetParameter( function in class:android::SoftVideoEncoderOMXComponent
381 return SimpleSoftOMXComponent::internalGetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp906 OMX_ERRORTYPE SoftAVC::internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params) { function in class:android::SoftAVC
962 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp280 OMX_ERRORTYPE SoftXAAC::internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params) { function in class:android::SoftXAAC
394 return SimpleSoftOMXComponent::internalGetParameter(index, params);

Completed in 200 milliseconds