Searched refs:getExtensionIndex (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h52 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
H A DSoftVideoDecoderOMXComponent.h58 virtual OMX_ERRORTYPE getExtensionIndex(
H A DSoftOMXComponent.h70 virtual OMX_ERRORTYPE getExtensionIndex(
H A DOMX.h119 virtual status_t getExtensionIndex(
H A DOMXNodeInstance.h108 status_t getExtensionIndex(
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp180 return me->getExtensionIndex(name, index);
284 OMX_ERRORTYPE SoftOMXComponent::getExtensionIndex( function in class:android::SoftOMXComponent
H A DSoftVideoEncoderOMXComponent.cpp301 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::getExtensionIndex( function in class:android::SoftVideoEncoderOMXComponent
308 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
H A DSoftVideoDecoderOMXComponent.cpp418 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getExtensionIndex( function in class:android::SoftVideoDecoderOMXComponent
425 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
H A DOMX.cpp416 status_t OMX::getExtensionIndex( function in class:android::OMX
420 return findInstance(node)->getExtensionIndex(
H A DOMXNodeInstance.cpp910 status_t OMXNodeInstance::getExtensionIndex( function in class:android::OMXNodeInstance
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp128 virtual status_t getExtensionIndex(
379 status_t MuxOMX::getExtensionIndex( function in class:android::MuxOMX
383 return getOMX(node)->getExtensionIndex(node, parameter_name, index);
H A DACodec.cpp1197 err = mOMX->getExtensionIndex(
3110 if (omx->getExtensionIndex(
H A DOMXCodec.cpp673 mOMX->getExtensionIndex(
/frameworks/av/include/media/
H A DIOMX.h141 virtual status_t getExtensionIndex(
/frameworks/av/media/libmedia/
H A DIOMX.cpp476 virtual status_t getExtensionIndex( function in class:android::BpOMX
939 status_t err = getExtensionIndex(node, parameter_name, &index);

Completed in 617 milliseconds