Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.h64 virtual OMX_ERRORTYPE getExtensionIndex(const char* name,
DGoldfishVPX.cpp475 OMX_ERRORTYPE GoldfishVPX::getExtensionIndex(const char* name, in getExtensionIndex() function in android::GoldfishVPX
494 return GoldfishVideoDecoderOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp184 return me->getExtensionIndex(name, index); in GetExtensionIndexWrapper()
288 OMX_ERRORTYPE GoldfishOMXComponent::getExtensionIndex( in getExtensionIndex() function in android::GoldfishOMXComponent
DGoldfishVideoDecoderOMXComponent.h80 virtual OMX_ERRORTYPE getExtensionIndex(
DGoldfishOMXComponent.h70 virtual OMX_ERRORTYPE getExtensionIndex(
DGoldfishVideoDecoderOMXComponent.cpp738 OMX_ERRORTYPE GoldfishVideoDecoderOMXComponent::getExtensionIndex( in getExtensionIndex() function in android::GoldfishVideoDecoderOMXComponent
757 return SimpleGoldfishOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.h72 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
DGoldfishAVCDec.cpp597 OMX_ERRORTYPE GoldfishAVCDec::getExtensionIndex( in getExtensionIndex() function in android::GoldfishAVCDec
613 return GoldfishVideoDecoderOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()