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

1 2 3

  /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/qcom/media/mm-core/inc/
OMX_Core.h 565 /** The FillBufferDone method is used to return filled buffers from an
589 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/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/omap4xxx/domx/omx_core/src/
OMX_Core.c 725 sCallbacks.FillBufferDone = ComponentTable_FillBufferDone;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 389 * FillBufferDone()
394 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
405 GT_END("Call to FillBufferDone <First: FillBufferDone>");
448 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 357 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
365 GT_END("Call to FillBufferDone <First: FillBufferDone>");
402 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 422 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
428 GT_END("Call to FillBufferDone <First: FillBufferDone>");
451 (void*)FillBufferDone};
    [all...]

Completed in 864 milliseconds

1 2 3