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

12 3 4

  /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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 333 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBufferO)
342 GT_END("Call to FillBufferDone <First: FillBufferDone>");
380 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 335 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
342 GT_END("Call to FillBufferDone <First: FillBufferDone>");
365 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 451 void FillBufferDone (OMX_HANDLETYPE hComponent,
597 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 361 static OMX_ERRORTYPE FillBufferDone(OMX_OUT OMX_HANDLETYPE hComponent,
818 DEBUG_PRINT("FillBufferDone: End Of Sequence Received\n");
825 DEBUG_PRINT("FillBufferDone: OMX_BUFFERFLAG_DATACORRUPT Received\n");
848 DEBUG_PRINT("FillBufferDone: End Of Stream Reached\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c 509 pExynosComponent->pCallbacks->FillBufferDone(pOMXComponent, pExynosComponent->callbackData, bufferHeader);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 482 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
491 GT_END("Call to FillBufferDone <First: FillBufferDone>");
517 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 415 * @fn FillBufferDone() description for FillBufferDone
416 FillBufferDone().
423 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
434 GT_END("Call to FillBufferDone <First: FillBufferDone>");
485 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 466 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer) {
473 GT_END("Call to FillBufferDone <First: FillBufferDone>");
495 (void*)FillBufferDone
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 400 * @fn FillBufferDone() description for FillBufferDone
401 FillBufferDone().
407 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
418 GT_END("Call to FillBufferDone <First: FillBufferDone>");
464 (void*)FillBufferDone};
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 790 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr,
793 PRINT("Inside Test Application FillBufferDone function\n");
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 240 void FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR ptr, OMX_BUFFERHEADERTYPE* pBuffer)
446 (void*)FillBufferDone};
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 300 callbacks.FillBufferDone = ftbdone;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 218 p_session->omx_callbacks.FillBufferDone = mm_jpegdec_fbd;
    [all...]

Completed in 1340 milliseconds

12 3 4