HomeSort by relevance Sort by last modified time
    Searched refs:V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE (Results 1 - 25 of 37) sorted by null

1 2

  /external/strace/xlat/
v4l2_buf_types.h 22 #if defined(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
23 XLAT(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE),
  /external/v4l2_codec2/vda/
v4l2_video_decode_accelerator.cc     [all...]
v4l2_device.cc 366 EnumerateSupportedPixelformats(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE);
416 buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
videodev2.h 153 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
162 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
166 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /external/strace/tests/
ioctl_v4l2.c 79 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE: {
191 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE: {
    [all...]
  /external/strace/tests-m32/
ioctl_v4l2.c 79 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE: {
191 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE: {
    [all...]
  /external/strace/tests-mx32/
ioctl_v4l2.c 79 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE: {
191 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE: {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 204 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
347 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
359 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
383 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
430 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
546 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
557 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 387 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 419 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 443 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 188 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
233 if(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == buf_type)
344 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
793 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 57 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
63 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
64 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 144 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
154 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
158 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 141 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
148 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
152 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
videodev2.h 66 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
71 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
72 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
videodev2.h 147 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
155 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
159 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
videodev2.h 65 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
71 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
72 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
videodev2.h 145 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
154 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
158 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
videodev2.h 57 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
61 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
62 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
videodev2.h 147 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
155 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
159 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 141 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
148 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
152 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
videodev2.h 156 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
162 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
166 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]

Completed in 551 milliseconds

1 2