Searched defs:internalSetParameter (Results 1 - 16 of 16) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp184 OMX_ERRORTYPE SoftVPX::internalSetParameter( function in class:android::SoftVPX
218 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp228 OMX_ERRORTYPE SoftAVC::internalSetParameter( function in class:android::SoftAVC
262 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp129 OMX_ERRORTYPE SoftRaw::internalSetParameter( function in class:android::SoftRaw
162 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp190 OMX_ERRORTYPE SoftVorbis::internalSetParameter( function in class:android::SoftVorbis
220 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp229 OMX_ERRORTYPE SoftAAC2::internalSetParameter( function in class:android::SoftAAC2
280 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp224 OMX_ERRORTYPE SoftAACEncoder::internalSetParameter( function in class:android::SoftAACEncoder
305 return SimpleSoftOMXComponent::internalSetParameter(index, params);
H A DSoftAACEncoder2.cpp190 OMX_ERRORTYPE SoftAACEncoder2::internalSetParameter( function in class:android::SoftAACEncoder2
272 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp202 OMX_ERRORTYPE SoftAMR::internalSetParameter( function in class:android::SoftAMR
252 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp183 OMX_ERRORTYPE SoftAMRNBEncoder::internalSetParameter( function in class:android::SoftAMRNBEncoder
269 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp221 OMX_ERRORTYPE SoftAMRWBEncoder::internalSetParameter( function in class:android::SoftAMRWBEncoder
316 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp540 OMX_ERRORTYPE SoftAVCEncoder::internalSetParameter( function in class:android::SoftAVCEncoder
586 OMX_ERRORTYPE err = SimpleSoftOMXComponent::internalSetParameter(index, params);
710 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp188 OMX_ERRORTYPE SoftFlacEncoder::internalSetParameter( function in class:android::SoftFlacEncoder
193 ALOGV("SoftFlacEncoder::internalSetParameter(OMX_IndexParamAudioPcm)");
197 ALOGE("SoftFlacEncoder::internalSetParameter() Error #1");
214 ALOGV("SoftFlacEncoder::internalSetParameter(OMX_IndexParamStandardComponentRole)");
221 ALOGE("SoftFlacEncoder::internalSetParameter(OMX_IndexParamStandardComponentRole)"
238 ALOGV("SoftFlacEncoder::internalSetParameter(default)");
239 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp135 OMX_ERRORTYPE SoftG711::internalSetParameter( function in class:android::SoftG711
181 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp242 OMX_ERRORTYPE SoftMPEG4::internalSetParameter( function in class:android::SoftMPEG4
284 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp428 OMX_ERRORTYPE SoftMPEG4Encoder::internalSetParameter( function in class:android::SoftMPEG4Encoder
477 OMX_ERRORTYPE err = SimpleSoftOMXComponent::internalSetParameter(index, params);
619 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp152 OMX_ERRORTYPE SoftMP3::internalSetParameter( function in class:android::SoftMP3
170 return SimpleSoftOMXComponent::internalSetParameter(index, params);

Completed in 144 milliseconds