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

1 2 3 4

  /external/strace/xlat/
v4l2_buf_types.h 11 #if defined(V4L2_BUF_TYPE_VIDEO_CAPTURE) || (defined(HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE) && HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE)
12 XLAT(V4L2_BUF_TYPE_VIDEO_CAPTURE),
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 104 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
111 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
193 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
201 type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
210 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
220 type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
238 type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
331 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
356 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
417 req.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
    [all...]
media_v4l2_unittest.cc 114 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
129 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.cc 175 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
207 video_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
240 streamparms.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
251 streamparms.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
291 type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
331 rbuffer.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
354 buffer.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
393 type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
449 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
device_info_linux.cc 257 video_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 133 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
165 mVideoInfo->format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
236 mVideoInfo->rb.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
251 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
299 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
313 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
350 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
361 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
385 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 92 mVideoInfo->rb.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
108 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
136 mVideoInfo->rb.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
155 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
172 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
182 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
191 mVideoInfo->rb.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
208 mVideoInfo->format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
219 mVideoInfo->format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
257 streamParams.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
    [all...]
V4LCapabilities.cpp 250 fmtDesc.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
  /external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/
v4l2module.cc 49 v4l2_enum_formats(dev, V4L2_BUF_TYPE_VIDEO_CAPTURE, formats);
  /external/opencv3/modules/videoio/src/
cap_libv4l.cpp 716 capture->form.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
742 capture->form.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
780 capture->req.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
819 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
    [all...]
cap_v4l.cpp 423 capture->form.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
864 capture->form.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
901 capture->req.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
940 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /hardware/qcom/camera/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /external/strace/
v4l2.c 121 case V4L2_BUF_TYPE_VIDEO_CAPTURE:
320 if (s.type == V4L2_BUF_TYPE_VIDEO_CAPTURE) {
  /development/ndk/platforms/android-21/include/linux/
videodev2.h 52 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev2.h 143 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
videodev2.h 51 V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,

Completed in 237 milliseconds

1 2 3 4