Home
last modified time | relevance | path

Searched refs:V4L2_BUF_FLAG_ERROR (Results 1 – 10 of 10) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-v4l2.cpp507 if (buffer.flags & V4L2_BUF_FLAG_ERROR) { in DQBuf()
/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp633 if (!!((buffer_src.flags | buffer_dst.flags) & V4L2_BUF_FLAG_ERROR)) { in DQBuf()
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h497 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h499 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h692 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h695 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
/hardware/qcom/msm8x09/kernel-headers/linux/
Dvideodev2.h431 #define V4L2_BUF_FLAG_ERROR 0x00000040 macro
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp56 #define IS_BUFFER_ERROR(x) (((x) & V4L2_BUF_FLAG_ERROR) == V4L2_BUF_FLAG_ERROR)
905 super_buf->bufs[0]->flags |= V4L2_BUF_FLAG_ERROR; in streamCbRoutine()
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h489 #define V4L2_BUF_FLAG_ERROR 0x0040 macro
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp2158 if (buffer.flags & V4L2_BUF_FLAG_ERROR) { in dequeueV4l2FrameLocked()