HomeSort by relevance Sort by last modified time
    Searched refs:dec_handle (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 289 OMX_COMPONENTTYPE* dec_handle = 0; variable
334 static OMX_ERRORTYPE Allocate_Buffer ( OMX_COMPONENTTYPE *dec_handle,
339 static OMX_ERRORTYPE use_input_buffer(OMX_COMPONENTTYPE *dec_handle,
345 static OMX_ERRORTYPE use_output_buffer(OMX_COMPONENTTYPE *dec_handle,
351 static OMX_ERRORTYPE use_output_buffer_multiple_fd(OMX_COMPONENTTYPE *dec_handle,
437 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StatePause,0);
457 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StateExecuting,0);
479 OMX_SendCommand(dec_handle, OMX_CommandFlush, OMX_ALL, 0);
598 OMX_EmptyThisBuffer(dec_handle,pBuffer);
607 OMX_EmptyThisBuffer(dec_handle,pBuffer)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 382 OMX_COMPONENTTYPE* dec_handle = 0; variable
431 static OMX_ERRORTYPE Allocate_Buffer ( OMX_COMPONENTTYPE *dec_handle,
436 static OMX_ERRORTYPE use_input_buffer(OMX_COMPONENTTYPE *dec_handle,
442 static OMX_ERRORTYPE use_output_buffer(OMX_COMPONENTTYPE *dec_handle,
448 static OMX_ERRORTYPE use_output_buffer_multiple_fd(OMX_COMPONENTTYPE *dec_handle,
534 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StatePause,0);
549 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StateExecuting,0);
567 OMX_SendCommand(dec_handle, OMX_CommandFlush, OMX_ALL, 0);
678 OMX_EmptyThisBuffer(dec_handle,pBuffer);
685 OMX_EmptyThisBuffer(dec_handle,pBuffer)
    [all...]

Completed in 42 milliseconds