Searched refs:VIDIOC_G_PRIORITY (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_PRIORITY.c | 69 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()
|
D | README | 43 VIDIOC_G_MODULATOR, VIDIOC_G_PRIORITY, VIDIOC_S_PRIORITY
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 2329 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
|
/external/v4l2_codec2/vda/ |
D | videodev2.h | 2276 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
|