Searched refs:VIDIOC_G_CROP (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_CROP.c | 6 * 13 Feb 2009 0.2 Test cases added for VIDIOC_G_CROP 35 ret1 = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop); in do_get_crop() 65 ret1 = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop); in do_get_crop_invalid() 100 ret_get1 = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop); in test_VIDIOC_G_CROP_NULL() 103 dprintf("\t%s:%u: VIDIOC_G_CROP ret_get1=%i, errno_get1=%i\n", in test_VIDIOC_G_CROP_NULL() 109 ret_get2 = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop); in test_VIDIOC_G_CROP_NULL() 112 dprintf("\t%s:%u: VIDIOC_G_CROP ret_get2=%i, errno_get2=%i\n", in test_VIDIOC_G_CROP_NULL() 118 ret_get3 = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop); in test_VIDIOC_G_CROP_NULL() 121 dprintf("\t%s:%u: VIDIOC_G_CROP ret_get3=%i, errno_get3=%i\n", in test_VIDIOC_G_CROP_NULL() 124 ret_null = ioctl(get_video_fd(), VIDIOC_G_CROP, NUL in test_VIDIOC_G_CROP_NULL() [all...] |
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 1327 #define VIDIOC_G_CROP 0xc014563bul macro 2886 #define VIDIOC_G_CROP 0xc014563bul macro 4443 #define VIDIOC_G_CROP 0xc014563bul macro 5895 #define VIDIOC_G_CROP 0xc014563bul macro 7342 #define VIDIOC_G_CROP 0xc014563bul macro 8892 #define VIDIOC_G_CROP 0xc014563bul macro 10442 #define VIDIOC_G_CROP 0xc014563bul macro 11894 #define VIDIOC_G_CROP 0xc014563bul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 1327 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 1746 IOCTL_REQUEST(VIDIOC_G_CROP); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 1218 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 1321 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 1218 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 1321 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 1223 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 1223 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 1330 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 1330 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 1327 pub const VIDIOC_G_CROP: u32 = 3222558267; consts
|
Completed in 98 milliseconds