Home
last modified time | relevance | path

Searched refs:VIDIOC_G_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_PRIORITY.c69 ioctl(get_video_fd(), VIDIOC_G_PRIORITY, &new_priority); in do_set_priority()
99 ioctl(get_video_fd(), VIDIOC_G_PRIORITY, &new_priority); in do_set_invalid_priority()
115 ret_get = ioctl(get_video_fd(), VIDIOC_G_PRIORITY, &orig_priority); in test_VIDIOC_G_PRIORITY()
141 ret_get = ioctl(get_video_fd(), VIDIOC_G_PRIORITY, &priority); in test_VIDIOC_G_PRIORITY_NULL()
147 ret_null = ioctl(get_video_fd(), VIDIOC_G_PRIORITY, NULL); in test_VIDIOC_G_PRIORITY_NULL()
172 ret_get = ioctl(get_video_fd(), VIDIOC_G_PRIORITY, &orig_priority); in test_VIDIOC_S_PRIORITY()
207 ret_get = ioctl(get_video_fd(), VIDIOC_G_PRIORITY, &orig_priority); in test_VIDIOC_S_PRIORITY_invalid()
242 ret_orig = ioctl(get_video_fd(), VIDIOC_G_PRIORITY, &priority_orig); in test_VIDIOC_S_PRIORITY_NULL()
DREADME43 VIDIOC_G_MODULATOR, VIDIOC_G_PRIORITY, VIDIOC_S_PRIORITY
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h2329 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
/external/v4l2_codec2/vda/
Dvideodev2.h2276 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro