Home
last modified time | relevance | path

Searched refs:flush_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp239 uint32_t flush_type = *(uint32_t *)dqevent.u.data; in async_message_thread() local
244 if (!flush_type || (flush_type & V4L2_CMD_FLUSH_OUTPUT)) { in async_message_thread()
253 if (!flush_type || (flush_type & V4L2_CMD_FLUSH_CAPTURE)) { in async_message_thread()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp374 uint32_t flush_type = *(uint32_t *)dqevent.u.data; in async_message_thread() local
379 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_OUTPUT)) { in async_message_thread()
388 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_CAPTURE)) { in async_message_thread()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp268 uint32_t flush_type = *(uint32_t *)dqevent.u.data; in async_message_thread() local
273 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_OUTPUT)) { in async_message_thread()
282 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_CAPTURE)) { in async_message_thread()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp397 uint32_t flush_type = *(uint32_t *)dqevent.u.data; in async_message_thread() local
402 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_OUTPUT)) { in async_message_thread()
411 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_CAPTURE)) { in async_message_thread()