Searched defs:internalSetParameter (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp195 OMX_ERRORTYPE SoftAMRNBEncoder::internalSetParameter( function in class:android::SoftAMRNBEncoder
297 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp140 OMX_ERRORTYPE SoftGSM::internalSetParameter( function in class:android::SoftGSM
186 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp190 OMX_ERRORTYPE SoftMP3::internalSetParameter( function in class:android::SoftMP3
231 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp135 OMX_ERRORTYPE SoftRaw::internalSetParameter( function in class:android::SoftRaw
179 OMX_ERRORTYPE err = SimpleSoftOMXComponent::internalSetParameter(
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp236 OMX_ERRORTYPE SoftAACEncoder::internalSetParameter( function in class:android::SoftAACEncoder
333 return SimpleSoftOMXComponent::internalSetParameter(index, params);
H A DSoftAACEncoder2.cpp273 OMX_ERRORTYPE SoftAACEncoder2::internalSetParameter( function in class:android::SoftAACEncoder2
388 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp210 OMX_ERRORTYPE SoftAMR::internalSetParameter( function in class:android::SoftAMR
272 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp233 OMX_ERRORTYPE SoftAMRWBEncoder::internalSetParameter( function in class:android::SoftAMRWBEncoder
344 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp203 OMX_ERRORTYPE SoftFlacEncoder::internalSetParameter( function in class:android::SoftFlacEncoder
208 ALOGV("SoftFlacEncoder::internalSetParameter(OMX_IndexParamAudioPcm)");
216 ALOGE("SoftFlacEncoder::internalSetParameter() Error #1");
233 ALOGV("SoftFlacEncoder::internalSetParameter(OMX_IndexParamStandardComponentRole)");
244 ALOGE("SoftFlacEncoder::internalSetParameter(OMX_IndexParamStandardComponentRole)"
286 ALOGV("SoftFlacEncoder::internalSetParameter(default)");
287 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp147 OMX_ERRORTYPE SoftG711::internalSetParameter( function in class:android::SoftG711
203 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp303 OMX_ERRORTYPE SoftMPEG4Encoder::internalSetParameter( function in class:android::SoftMPEG4Encoder
384 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp444 OMX_ERRORTYPE SoftVPXEncoder::internalSetParameter(OMX_INDEXTYPE index, function in class:android::SoftVPXEncoder
484 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp194 OMX_ERRORTYPE SoftOpus::internalSetParameter( function in class:android::SoftOpus
232 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp201 OMX_ERRORTYPE SoftVorbis::internalSetParameter( function in class:android::SoftVorbis
239 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp428 OMX_ERRORTYPE SoftAVCEncoder::internalSetParameter( function in class:android::SoftAVCEncoder
489 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp323 OMX_ERRORTYPE SoftAAC2::internalSetParameter( function in class:android::SoftAAC2
456 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp504 OMX_ERRORTYPE SoftMPEG2::internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR params) { function in class:android::SoftMPEG2
507 OMX_ERRORTYPE ret = SoftVideoDecoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp396 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::internalSetParameter( function in class:android::SoftVideoDecoderOMXComponent
517 return SimpleSoftOMXComponent::internalSetParameter(index, params);
521 return SimpleSoftOMXComponent::internalSetParameter(index, params);
H A DSoftVideoEncoderOMXComponent.cpp208 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetParameter( function in class:android::SoftVideoEncoderOMXComponent
245 return SimpleSoftOMXComponent::internalSetParameter(index, param);
307 return SimpleSoftOMXComponent::internalSetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp984 OMX_ERRORTYPE SoftAVC::internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR params) { function in class:android::SoftAVC
1049 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);

Completed in 5738 milliseconds