HomeSort by relevance Sort by last modified time
    Searched full:usebuffer (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 153 status_t useBuffer(const sp<ANativeWindowBuffer> nativeBuffer);
154 status_t useBuffer(unsigned long handle);
isv_omxcomponent.h 144 static OMX_ERRORTYPE UseBuffer(
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 53 mComponent->UseBuffer = UseBufferWrapper;
195 return me->useBuffer(buffer, portIndex, appPrivate, size, ptr);
289 OMX_ERRORTYPE SoftOMXComponent::useBuffer(
OMX.cpp 452 status_t OMX::useBuffer(
461 return instance->useBuffer(
SimpleSoftOMXComponent.cpp 193 OMX_ERRORTYPE SimpleSoftOMXComponent::useBuffer(
254 useBuffer(header, portIndex, appPrivate, size, ptr);
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 112 virtual OMX_ERRORTYPE useBuffer(
OMX.h 84 virtual status_t useBuffer(
SoftOMXComponent.h 73 virtual OMX_ERRORTYPE useBuffer(
OMXNodeInstance.h 70 status_t useBuffer(
  /docs/source.android.com/src/devices/media/
soc.jd 35 <code>Init</code>, <code>UseBuffer</code>, <code>AllocateBuffer</code> or a
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 72 OMX_ERRORTYPE UseBuffer(OMX_BUFFERHEADERTYPE **ppBufferHdr,
componentbase.h 182 static OMX_ERRORTYPE UseBuffer(
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 183 status_t ISVBufferManager::useBuffer(unsigned long handle)
209 status_t ISVBufferManager::useBuffer(const sp<ANativeWindowBuffer> nativeBuffer)
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 105 mBaseComponent.UseBuffer = UseBuffer;
385 if (mISVBufferManager != NULL && OK != mISVBufferManager->useBuffer(def->nativeBuffer)) {
528 OMX_ERRORTYPE ISVComponent::UseBuffer(
560 if (OK != mISVBufferManager->useBuffer(reinterpret_cast<unsigned long>(pBuffer))) {
564 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: mVPP useBuffer success. buffer handle %p", __func__, pBuffer);
    [all...]
  /frameworks/av/media/libstagefright/
OMXClient.cpp 102 virtual status_t useBuffer(
380 status_t MuxOMX::useBuffer(
383 return getOMX(node)->useBuffer(node, port_index, params, buffer, allottedSize);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Common.h 107 * UseBuffer and these will not change in
114 * (i.e. UseBuffer cases).
OMX_Component.h 475 specification for details on the UseBuffer method.
478 OMX_ERRORTYPE (*UseBuffer)(
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 125 static OMX_ERRORTYPE UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer);
192 pHandle->UseBuffer = UseBuffer;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 475 specification for details on the UseBuffer method.
478 OMX_ERRORTYPE (*UseBuffer)(
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 475 specification for details on the UseBuffer method.
478 OMX_ERRORTYPE (*UseBuffer)(
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 475 specification for details on the UseBuffer method.
478 OMX_ERRORTYPE (*UseBuffer)(
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 475 specification for details on the UseBuffer method.
478 OMX_ERRORTYPE (*UseBuffer)(
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 194 UseBuffer call.
208 UseBuffer call.
  /hardware/ti/omap4xxx/domx/domx/
omx_proxy_common.h 153 UseBuffer call.
166 UseBuffer call.
  /frameworks/av/include/media/
IOMX.h 110 virtual status_t useBuffer(

Completed in 1636 milliseconds

1 2 3 4 5