1a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/****************************************************************************
2a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
3a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
4a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   This header was automatically generated from a Linux kernel header
5a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   of the same name, to make information necessary for userspace to
6a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   call into the kernel available to libc.  It contains only constants,
7a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   structures, and macros generated from the original header, and thus,
8a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   contains no copyrightable information.
9a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
10a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   To edit the content of this header, modify the corresponding
11a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   source file (e.g. under external/kernel-headers/original/) then
12a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   run bionic/libc/kernel/tools/update_all.py
13a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
14a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   Any manual change here will be lost the next time this script will
15a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   be run. You've been warned!
16a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
17a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
18a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************/
19655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#ifndef __LINUX_IVTV_H__
20655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define __LINUX_IVTV_H__
21655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/compiler.h>
22655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/types.h>
23a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/videodev2.h>
25655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Chengstruct ivtv_dma_frame {
26d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  enum v4l2_buf_type type;
27d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __u32 pixelformat;
28a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  void __user * y_source;
30d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  void __user * uv_source;
31d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  struct v4l2_rect src;
32d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  struct v4l2_rect dst;
33a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __u32 src_width;
35d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __u32 src_height;
36655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng};
37d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao#define IVTV_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtv_dma_frame)
38a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao#define IVTV_IOC_PASSTHROUGH_MODE _IOW('V', BASE_VIDIOC_PRIVATE + 1, int)
40655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define IVTV_SLICED_TYPE_TELETEXT_B V4L2_MPEG_VBI_IVTV_TELETEXT_B
41655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define IVTV_SLICED_TYPE_CAPTION_525 V4L2_MPEG_VBI_IVTV_CAPTION_525
42655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define IVTV_SLICED_TYPE_WSS_625 V4L2_MPEG_VBI_IVTV_WSS_625
43a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define IVTV_SLICED_TYPE_VPS V4L2_MPEG_VBI_IVTV_VPS
45a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich#endif
46