HomeSort by relevance Sort by last modified time
    Searched refs:ret_value (Results 51 - 54 of 54) sorted by null

1 23

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 310 int ret_value; local
318 ret_value = write(omx->m_pipe_out, &id, 1);
319 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
    [all...]
omx_vdec_v4l2.cpp 382 int ret_value; local
384 ret_value = write(omx->m_pipe_out, &id, 1);
385 if (ret_value <= 0) {
388 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 408 int ret_value; local
410 ret_value = write(omx->m_pipe_out, &id, 1);
411 //DEBUG_PRINT_HIGH("post_message to pipe done %d\n",ret_value);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 404 int ret_value; local
406 ret_value = write(omx->m_pipe_out, &id, 1);
407 if (ret_value <= 0) {
410 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
    [all...]

Completed in 1032 milliseconds

1 23