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

  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 476 bool output_flush_progress; member in class:omx_video
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 521 bool output_flush_progress; member in class:omx_vdec
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 220 output_flush_progress (false),
462 if(!pThis->output_flush_progress)
478 pThis->output_flush_progress = false;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 281 output_flush_progress (false),
580 if (!pThis->output_flush_progress)
598 pThis->output_flush_progress = false;
    [all...]

Completed in 1141 milliseconds