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

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h58 virtual OMX_ERRORTYPE getExtensionIndex(
H A DSoftVideoEncoderOMXComponent.h69 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
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 DSoftVideoDecoderOMXComponent.cpp441 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getExtensionIndex( function in class:android::SoftVideoDecoderOMXComponent
448 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
H A DOMXNodeInstance.cpp443 CLOG_ERROR_IF(enable, getExtensionIndex, err, "%s", name);
468 CLOG_ERROR(getExtensionIndex, err, "%s", name);
540 CLOG_ERROR(getExtensionIndex, xerr, "%s", name);
562 CLOG_ERROR_IF(enable, getExtensionIndex, err, "%s", name);
592 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name);
731 CLOG_ERROR(getExtensionIndex, err, "%s", name);
1062 status_t OMXNodeInstance::getExtensionIndex( function in class:android::OMXNodeInstance
H A DOMX.cpp416 status_t OMX::getExtensionIndex( function in class:android::OMX
420 return findInstance(node)->getExtensionIndex(
H A DSoftVideoEncoderOMXComponent.cpp606 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::getExtensionIndex( function in class:android::SoftVideoEncoderOMXComponent
613 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
/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.cpp1212 err = mOMX->getExtensionIndex(
3387 if (omx->getExtensionIndex(
H A DOMXCodec.cpp674 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 315 milliseconds