HomeSort by relevance Sort by last modified time
    Searched refs:FillBufferDone (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 198 mpISVCallBacks->FillBufferDone = FillBufferDone;
665 OMX_ERRORTYPE ISVComponent::FillBufferDone(
693 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: FillBufferDone pBuffer %p, timeStamp %.2f ms", __func__, pBuffer, pBuffer->nTimeStamp/1E3);
694 return mpCallBacks->FillBufferDone(&mBaseComponent, pAppData, pBuffer);
811 mpISVCallBacks->FillBufferDone = FillBufferDone;
884 err = mpCallBacks->FillBufferDone(&mBaseComponent, mBaseComponent->pApplicationPrivate, pBuffer);
903 err = mpCallBacks->FillBufferDone(&mBaseComponent, mBaseComponent->pApplicationPrivate, pBuffer);
904 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: FillBufferDone pBuffer %p, timeStamp %.2f ms", __func__, pBuffer, pBuffer->nTimeStamp/1E3)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Decoder.h 154 #define FillBufferDone(handle, appPrivate, buffer) FillBufferDone(handle, appPrivate, buffer); \
155 printf("FillBufferDone :: line %d, buffer %p\n", __LINE__, buffer)
666 /** Number of outstanding FillBufferDone() calls */
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 106 (*mCallbacks->FillBufferDone)(
  /frameworks/native/include/media/openmax/
OMX_Core.h 582 /** The FillBufferDone method is used to return filled buffers from an
606 OMX_ERRORTYPE (*FillBufferDone)(
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 204 static OMX_ERRORTYPE FillBufferDone(
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 574 /** The FillBufferDone method is used to return filled buffers from an
598 OMX_ERRORTYPE (*FillBufferDone)(
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 565 /** The FillBufferDone method is used to return filled buffers from an
589 OMX_ERRORTYPE (*FillBufferDone)(
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 565 /** The FillBufferDone method is used to return filled buffers from an
589 OMX_ERRORTYPE (*FillBufferDone)(
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 565 /** The FillBufferDone method is used to return filled buffers from an
589 OMX_ERRORTYPE (*FillBufferDone)(
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core.h 582 /** The FillBufferDone method is used to return filled buffers from an
606 OMX_ERRORTYPE (*FillBufferDone)(
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 565 /** The FillBufferDone method is used to return filled buffers from an
589 OMX_ERRORTYPE (*FillBufferDone)(
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 123 void FillBufferDone (OMX_HANDLETYPE, OMX_PTR, OMX_BUFFERHEADERTYPE *);
178 (void *)FillBufferDone
769 * @fn FillBufferDone() Component sens the output buffer to app using this
787 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
824 GT_END("Call to FillBufferDone <First: FillBufferDone>");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 92 DWORD FillBufferDone;
770 /** Number of outstanding FillBufferDone() calls */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 240 * @fn FillBufferDone() description for FillBufferDone
241 FillBufferDone().
247 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
253 GT_END("Call to FillBufferDone <First: FillBufferDone>");
295 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 264 * @fn FillBufferDone() Component sens the output buffer to app using this
282 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
289 GT_END("Call to FillBufferDone <First: FillBufferDone>");
351 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 899 pComponentPrivate->cbInfo.FillBufferDone(pComponentPrivate->pHandle,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 901 pComponentPrivate->cbInfo.FillBufferDone(pComponentPrivate->pHandle
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 738 sCallbacks.FillBufferDone = ComponentTable_FillBufferDone;

Completed in 586 milliseconds

1 2 3 4