HomeSort by relevance Sort by last modified time
    Searched refs:getExtensionIndex (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 58 virtual OMX_ERRORTYPE getExtensionIndex(
SoftVideoEncoderOMXComponent.h 69 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
SoftOMXComponent.h 70 virtual OMX_ERRORTYPE getExtensionIndex(
OMX.h 119 virtual status_t getExtensionIndex(
OMXNodeInstance.h 108 status_t getExtensionIndex(
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 50 mComponent->GetExtensionIndex = GetExtensionIndexWrapper;
180 return me->getExtensionIndex(name, index);
284 OMX_ERRORTYPE SoftOMXComponent::getExtensionIndex(
SoftVideoDecoderOMXComponent.cpp 441 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getExtensionIndex(
448 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
OMXNodeInstance.cpp 443 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);
    [all...]
OMX.cpp 416 status_t OMX::getExtensionIndex(
420 return findInstance(node)->getExtensionIndex(
SoftVideoEncoderOMXComponent.cpp 606 OMX_ERRORTYPE SoftVideoEncoderOMXComponent::getExtensionIndex(
613 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
  /frameworks/av/media/libstagefright/
OMXClient.cpp 128 virtual status_t getExtensionIndex(
379 status_t MuxOMX::getExtensionIndex(
383 return getOMX(node)->getExtensionIndex(node, parameter_name, index);
ACodec.cpp     [all...]
OMXCodec.cpp 674 mOMX->getExtensionIndex(
    [all...]
  /frameworks/av/include/media/
IOMX.h 141 virtual status_t getExtensionIndex(
  /frameworks/av/media/libmedia/
IOMX.cpp 476 virtual status_t getExtensionIndex(
939 status_t err = getExtensionIndex(node, parameter_name, &index);

Completed in 527 milliseconds