Home
last modified time | relevance | path

Searched refs:VIDIOC_G_JPEGCOMP (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_JPEGCOMP.c54 ret_get = ioctl(get_video_fd(), VIDIOC_G_JPEGCOMP, &jpegcomp); in test_VIDIOC_G_JPEGCOMP()
100 ret_get = ioctl(get_video_fd(), VIDIOC_G_JPEGCOMP, &jpegcomp); in test_VIDIOC_G_JPEGCOMP_NULL()
106 ret_null = ioctl(get_video_fd(), VIDIOC_G_JPEGCOMP, NULL); in test_VIDIOC_G_JPEGCOMP_NULL()
DREADME7 VIDIOC_G_JPEGCOMP. New V4L2_PIX_FMT_* formats also
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h2533 #define VIDIOC_G_JPEGCOMP _IOR('V', 61, struct v4l2_jpegcompression) macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2399 unsigned IOCTL_VIDIOC_G_JPEGCOMP = VIDIOC_G_JPEGCOMP;
Dsanitizer_interceptors_ioctl_netbsd.inc1327 _(VIDIOC_G_JPEGCOMP, WRITE, struct_v4l2_jpegcompression_sz);