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

/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/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/gsm/dec/
H A DSoftGSM.cpp133 OMX_ERRORTYPE SoftGSM::internalSetParameter( function in class:android::SoftGSM
171 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp171 OMX_ERRORTYPE SoftMP3::internalSetParameter( function in class:android::SoftMP3
204 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.cpp228 OMX_ERRORTYPE SoftAACEncoder2::internalSetParameter( function in class:android::SoftAACEncoder2
327 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/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/flac/enc/
H A DSoftFlacEncoder.cpp194 OMX_ERRORTYPE SoftFlacEncoder::internalSetParameter( function in class:android::SoftFlacEncoder
199 ALOGV("SoftFlacEncoder::internalSetParameter(OMX_IndexParamAudioPcm)");
203 ALOGE("SoftFlacEncoder::internalSetParameter() Error #1");
220 ALOGV("SoftFlacEncoder::internalSetParameter(OMX_IndexParamStandardComponentRole)");
227 ALOGE("SoftFlacEncoder::internalSetParameter(OMX_IndexParamStandardComponentRole)"
260 ALOGV("SoftFlacEncoder::internalSetParameter(default)");
261 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp142 OMX_ERRORTYPE SoftG711::internalSetParameter( function in class:android::SoftG711
188 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp285 OMX_ERRORTYPE SoftMPEG4Encoder::internalSetParameter( function in class:android::SoftMPEG4Encoder
352 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp418 OMX_ERRORTYPE SoftVPXEncoder::internalSetParameter(OMX_INDEXTYPE index, function in class:android::SoftVPXEncoder
437 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp180 OMX_ERRORTYPE SoftOpus::internalSetParameter( function in class:android::SoftOpus
210 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp192 OMX_ERRORTYPE SoftVorbis::internalSetParameter( function in class:android::SoftVorbis
222 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp412 OMX_ERRORTYPE SoftAVCEncoder::internalSetParameter( function in class:android::SoftAVCEncoder
465 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp314 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::internalSetParameter( function in class:android::SoftVideoDecoderOMXComponent
409 return SimpleSoftOMXComponent::internalSetParameter(index, params);
413 return SimpleSoftOMXComponent::internalSetParameter(index, params);
H A DSoftVideoEncoderOMXComponent.cpp203 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::internalSetParameter( function in class:android::SoftVideoEncoderOMXComponent
236 return SimpleSoftOMXComponent::internalSetParameter(index, param);
290 return SimpleSoftOMXComponent::internalSetParameter(index, param);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp279 OMX_ERRORTYPE SoftAAC2::internalSetParameter( function in class:android::SoftAAC2
395 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp471 OMX_ERRORTYPE SoftHEVC::internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR params) { function in class:android::SoftHEVC
474 OMX_ERRORTYPE ret = SoftVideoDecoderOMXComponent::internalSetParameter(index, params);

Completed in 3204 milliseconds