Home
last modified time | relevance | path

Searched refs:internalSetParameter (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.h61 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index,
DGoldfishVPX.cpp420 OMX_ERRORTYPE GoldfishVPX::internalSetParameter(OMX_INDEXTYPE index, in internalSetParameter() function in android::GoldfishVPX
470 return GoldfishVideoDecoderOMXComponent::internalSetParameter( in internalSetParameter()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.h70 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR params);
DGoldfishAVCDec.cpp550 OMX_ERRORTYPE GoldfishAVCDec::internalSetParameter( in internalSetParameter() function in android::GoldfishAVCDec
593 return GoldfishVideoDecoderOMXComponent::internalSetParameter(index, params); in internalSetParameter()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.h79 virtual OMX_ERRORTYPE internalSetParameter(
DGoldfishVideoDecoderOMXComponent.h71 virtual OMX_ERRORTYPE internalSetParameter(
DGoldfishVideoDecoderOMXComponent.cpp410 OMX_ERRORTYPE GoldfishVideoDecoderOMXComponent::internalSetParameter( in internalSetParameter() function in android::GoldfishVideoDecoderOMXComponent
528 return SimpleGoldfishOMXComponent::internalSetParameter(index, params); in internalSetParameter()
532 return SimpleGoldfishOMXComponent::internalSetParameter(index, params); in internalSetParameter()
DSimpleGoldfishOMXComponent.cpp132 return internalSetParameter(index, params); in setParameter()
166 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalSetParameter( in internalSetParameter() function in android::SimpleGoldfishOMXComponent