Home
last modified time | relevance | path

Searched refs:V4L2_QCOM_BUF_FLAG_EOS (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h520 #define V4L2_QCOM_BUF_FLAG_EOS 0x1000000 macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h712 #define V4L2_QCOM_BUF_FLAG_EOS 0x1000000 macro
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h519 #define V4L2_QCOM_BUF_FLAG_EOS 0x1000000 macro
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h715 #define V4L2_QCOM_BUF_FLAG_EOS 0x1000000 macro
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h765 #define V4L2_QCOM_BUF_FLAG_EOS 0x02000000 macro
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dvideodev2.h1008 #define V4L2_QCOM_BUF_FLAG_EOS 0x02000000 macro
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h554 #define V4L2_QCOM_BUF_FLAG_EOS 0x02000000 macro
/hardware/qcom/msm8998/kernel-headers/linux/
Dvideodev2.h659 #define V4L2_QCOM_BUF_FLAG_EOS 0x02000000 macro
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp313 if (v4l2_buf.flags & V4L2_QCOM_BUF_FLAG_EOS) in async_venc_message_thread()
3827 buf.flags |= V4L2_QCOM_BUF_FLAG_EOS; in venc_empty_buf()
3978 buf.flags |= V4L2_QCOM_BUF_FLAG_EOS; in venc_empty_batch()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp423 if (v4l2_buf.flags & V4L2_QCOM_BUF_FLAG_EOS) in async_venc_message_thread()
3722 buf.flags |= V4L2_QCOM_BUF_FLAG_EOS; in venc_empty_buf()
3818 buf.flags |= V4L2_QCOM_BUF_FLAG_EOS; in venc_empty_batch()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp399 if (v4l2_buf.flags & V4L2_QCOM_BUF_FLAG_EOS) in async_venc_message_thread()
4205 buf.flags |= V4L2_QCOM_BUF_FLAG_EOS; in venc_empty_buf()
4347 buf.flags |= V4L2_QCOM_BUF_FLAG_EOS; in venc_empty_batch()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp368 if (v4l2_buf.flags & V4L2_QCOM_BUF_FLAG_EOS) in async_venc_message_thread()
2845 buf.flags |= V4L2_QCOM_BUF_FLAG_EOS; in venc_empty_buf()
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp5572 { buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
6494 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) in async_message_process()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp6181 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
7383 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()
7407 !(v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS)) { in async_message_process()
Domx_vdec_msm8974.cpp6368 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
7635 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()
7670 !(v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS)) { in async_message_process()
Domx_vdec_hevc.cpp5177 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
6180 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp6386 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
7598 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()
7622 !(v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS)) { in async_message_process()
Domx_vdec_hevc.cpp5147 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
6144 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()
Domx_vdec_v4l2.cpp7208 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
8524 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()
8556 !(v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS)) { in async_message_process()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp7823 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
9203 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()
9233 !(v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS)) { in async_message_process()
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp7088 buf.flags = V4L2_QCOM_BUF_FLAG_EOS; in empty_this_buffer_proxy()
8395 if (v4l2_buf_ptr->flags & V4L2_QCOM_BUF_FLAG_EOS) { in async_message_process()