Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.h58 virtual OMX_ERRORTYPE internalGetParameter(OMX_INDEXTYPE index,
DGoldfishVPX.cpp401 OMX_ERRORTYPE GoldfishVPX::internalGetParameter(OMX_INDEXTYPE index, in internalGetParameter() function in android::GoldfishVPX
415 return GoldfishVideoDecoderOMXComponent::internalGetParameter( in internalGetParameter()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.h68 virtual OMX_ERRORTYPE internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params);
DGoldfishAVCDec.cpp533 OMX_ERRORTYPE GoldfishAVCDec::internalGetParameter( in internalGetParameter() function in android::GoldfishAVCDec
546 return GoldfishVideoDecoderOMXComponent::internalGetParameter(index, params); in internalGetParameter()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.h76 virtual OMX_ERRORTYPE internalGetParameter(
DGoldfishVideoDecoderOMXComponent.h68 virtual OMX_ERRORTYPE internalGetParameter(
DGoldfishVideoDecoderOMXComponent.cpp347 OMX_ERRORTYPE GoldfishVideoDecoderOMXComponent::internalGetParameter( in internalGetParameter() function in android::GoldfishVideoDecoderOMXComponent
406 return SimpleGoldfishOMXComponent::internalGetParameter(index, params); in internalGetParameter()
DSimpleGoldfishOMXComponent.cpp123 return internalGetParameter(index, params); in getParameter()
135 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalGetParameter( in internalGetParameter() function in android::SimpleGoldfishOMXComponent