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.h135 virtual status_t getExtensionIndex(
H A DOMXNodeInstance.h124 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.cpp479 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getExtensionIndex( function in class:android::SoftVideoDecoderOMXComponent
486 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
H A DSoftVideoEncoderOMXComponent.cpp649 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::getExtensionIndex( function in class:android::SoftVideoEncoderOMXComponent
656 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
H A DOMXNodeInstance.cpp479 CLOG_ERROR_IF(enable, getExtensionIndex, err, "%s", name);
508 CLOG_ERROR(getExtensionIndex, err, "%s", name);
587 CLOG_ERROR(getExtensionIndex, xerr, "%s", name);
623 CLOG_ERROR_IF(enable, getExtensionIndex, err, "%s", name);
653 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name);
809 CLOG_ERROR(getExtensionIndex, err, "%s", name);
1429 status_t OMXNodeInstance::getExtensionIndex( function in class:android::OMXNodeInstance
H A DOMX.cpp609 status_t OMX::getExtensionIndex( function in class:android::OMX
619 return instance->getExtensionIndex(
H A DGraphicBufferSource.cpp519 status_t err = mNodeInstance->getExtensionIndex(
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp151 virtual status_t getExtensionIndex(
473 status_t MuxOMX::getExtensionIndex( function in class:android::MuxOMX
477 return getOMX(node)->getExtensionIndex(node, parameter_name, index);
H A DACodec.cpp1783 err = mOMX->getExtensionIndex(
3246 status_t err = mOMX->getExtensionIndex(
3524 status_t err = mOMX->getExtensionIndex(
4620 if (omx->getExtensionIndex(
4630 } else if (omx->getExtensionIndex(
/frameworks/av/include/media/
H A DIOMX.h182 virtual status_t getExtensionIndex(
/frameworks/av/media/libmedia/
H A DIOMX.cpp588 virtual status_t getExtensionIndex( function in class:android::BpOMX
1210 status_t err = getExtensionIndex(node, parameter_name, &index);

Completed in 254 milliseconds