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

1 2 3 4 5

  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.h 26 static gfx::Size CodedSizeFromV4L2Format(struct v4l2_format format);
v4l2_video_decode_accelerator.h 246 bool GetFormatInfo(struct v4l2_format* format, bool* again);
248 bool CreateBuffersForFormat(const struct v4l2_format& format);
v4l2_video_device.cc 81 gfx::Size V4L2Device::CodedSizeFromV4L2Format(struct v4l2_format format) {
  /hardware/samsung_slsi/exynos5/include/
exynos_v4l2.h 62 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt);
64 int exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt);
66 int exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt);
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 25 int msm_vidc_s_fmt(void *instance, struct v4l2_format *f);
26 int msm_vidc_g_fmt(void *instance, struct v4l2_format *f);
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 112 struct v4l2_format format;
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 35 struct v4l2_format format;
  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
device_info_linux.cc 254 struct v4l2_format video_fmt;
255 memset(&video_fmt, 0, sizeof(struct v4l2_format));
video_capture_linux.cc 205 struct v4l2_format video_fmt;
206 memset(&video_fmt, 0, sizeof(struct v4l2_format));
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_v4l2.c 313 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt)
345 static int __v4l2_s_fmt(int fd, unsigned int request, struct v4l2_format *fmt)
381 int exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt)
386 int exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt)
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 59 struct v4l2_format format;
  /bionic/libc/kernel/uapi/linux/
videodev2.h 1187 struct v4l2_format { struct
    [all...]
  /development/ndk/platforms/android-L/include/linux/
videodev2.h 1180 struct v4l2_format { struct
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 1704 struct v4l2_format { struct
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
videodev2.h 1187 struct v4l2_format { struct
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
videodev2.h 1187 struct v4l2_format { struct
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
videodev2.h 1187 struct v4l2_format { struct
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
videodev2.h 1187 struct v4l2_format { struct
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
videodev2.h 1187 struct v4l2_format { struct
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
videodev2.h 1187 struct v4l2_format { struct
    [all...]
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 254 v4l2_format video_fmt;
255 memset(&video_fmt, 0, sizeof(v4l2_format));
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 870 struct v4l2_format struct
897 #define VIDIOC_G_FMT _IOWR ('V', 4, struct v4l2_format)
898 #define VIDIOC_S_FMT _IOWR ('V', 5, struct v4l2_format)
939 #define VIDIOC_TRY_FMT _IOWR ('V', 64, struct v4l2_format)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
videodev2.h 1477 struct v4l2_format { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev2.h 1477 struct v4l2_format { struct
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 870 struct v4l2_format struct
897 #define VIDIOC_G_FMT _IOWR ('V', 4, struct v4l2_format)
898 #define VIDIOC_S_FMT _IOWR ('V', 5, struct v4l2_format)
939 #define VIDIOC_TRY_FMT _IOWR ('V', 64, struct v4l2_format)

Completed in 1390 milliseconds

1 2 3 4 5