HomeSort by relevance Sort by last modified time
    Searched defs:EmptyBufferDone (Results 1 - 24 of 24) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 359 /*add on: TimeStamp & TickCount EmptyBufferDone*/
371 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
379 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
401 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 124 void EmptyBufferDone (OMX_HANDLETYPE, OMX_PTR, OMX_BUFFERHEADERTYPE *);
177 (void *)EmptyBufferDone,
800 * @fn EmptyBufferDone() Component sends the input buffer to app using this
818 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 262 * @fn EmptyBufferDone() description for EmptyBufferDone
263 EmptyBufferDone().
269 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
276 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
294 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 298 * @fn EmptyBufferDone() Component sends the input buffer to app using this
316 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
323 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
350 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 350 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBufferI)
363 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
379 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 467 void EmptyBufferDone(OMX_HANDLETYPE hComponent,
473 PRINT ("Error while writing in IpBuf_pipe from EmptyBufferDone\n");
596 (void*) EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 798 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr,
801 PRINT("Inside Test Application EmptyBufferDone function\n");
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Core.h 555 /** The EmptyBufferDone method is used to return emptied buffers from an
577 OMX_ERRORTYPE (*EmptyBufferDone)(
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 538 /** The EmptyBufferDone method is used to return emptied buffers from an
560 OMX_ERRORTYPE (*EmptyBufferDone)(
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 538 /** The EmptyBufferDone method is used to return emptied buffers from an
560 OMX_ERRORTYPE (*EmptyBufferDone)(
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 538 /** The EmptyBufferDone method is used to return emptied buffers from an
560 OMX_ERRORTYPE (*EmptyBufferDone)(
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 398 /*add on: TimeStamp & TickCount EmptyBufferDone*/
412 * EmptyBufferDone()
417 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
426 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
447 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 434 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
441 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
450 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 348 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
355 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
364 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 497 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
505 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
516 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 442 * @fn EmptyBufferDone() description for EmptyBufferDone
443 EmptyBufferDone().
450 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
460 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
484 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 480 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer) {
485 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
494 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 411 /*add on: TimeStamp & TickCount EmptyBufferDone*/
426 * @fn EmptyBufferDone() description for EmptyBufferDone
427 EmptyBufferDone().
433 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
436 APP_DPRINT("EmptyBufferDone\n");
442 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
463 (void*)EmptyBufferDone,
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 538 /** The EmptyBufferDone method is used to return emptied buffers from an
560 OMX_ERRORTYPE (*EmptyBufferDone)(
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 268 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
445 (void*) EmptyBufferDone,
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 538 /** The EmptyBufferDone method is used to return emptied buffers from an
560 OMX_ERRORTYPE (*EmptyBufferDone)(
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 472 * EmptyBufferDone() Callback from component which returns an input buffer
484 void EmptyBufferDone(OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
494 GT_END("Call to EmptyBufferDone <First: EmptyBufferDone>");
537 OMX_CALLBACKTYPE AacCaBa = {(void *)EventHandler,(void*) EmptyBufferDone,
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 362 static OMX_ERRORTYPE EmptyBufferDone(OMX_IN OMX_HANDLETYPE hComponent,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 91 DWORD EmptyBufferDone;
727 /** Keeps track of the number of EmptyBufferDone() calls */
    [all...]

Completed in 1239 milliseconds