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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 285 OMX_COMPONENTTYPE* dec_handle = 0; variable
330 static OMX_ERRORTYPE Allocate_Buffer ( OMX_COMPONENTTYPE *dec_handle,
335 static OMX_ERRORTYPE use_input_buffer(OMX_COMPONENTTYPE *dec_handle,
341 static OMX_ERRORTYPE use_output_buffer(OMX_COMPONENTTYPE *dec_handle,
347 static OMX_ERRORTYPE use_output_buffer_multiple_fd(OMX_COMPONENTTYPE *dec_handle,
433 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StatePause,0);
453 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StateExecuting,0);
475 OMX_SendCommand(dec_handle, OMX_CommandFlush, OMX_ALL, 0);
594 OMX_EmptyThisBuffer(dec_handle,pBuffer);
603 OMX_EmptyThisBuffer(dec_handle,pBuffer)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 415 OMX_COMPONENTTYPE* dec_handle = 0; variable
465 static OMX_ERRORTYPE Allocate_Buffer ( OMX_COMPONENTTYPE *dec_handle,
470 static OMX_ERRORTYPE use_input_buffer(OMX_COMPONENTTYPE *dec_handle,
476 static OMX_ERRORTYPE use_output_buffer(OMX_COMPONENTTYPE *dec_handle,
482 static OMX_ERRORTYPE use_output_buffer_multiple_fd(OMX_COMPONENTTYPE *dec_handle,
568 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StatePause,0);
583 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StateExecuting,0);
601 OMX_SendCommand(dec_handle, OMX_CommandFlush, OMX_ALL, 0);
718 OMX_EmptyThisBuffer(dec_handle,pBuffer);
725 OMX_EmptyThisBuffer(dec_handle,pBuffer)
    [all...]

Completed in 696 milliseconds