Searched defs:getExtensionIndex (Results 1 - 7 of 7) sorted by relevance

/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);
/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 858 milliseconds