Searched refs:VIDIOC_S_OUTPUT (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_OUTPUT.c | 118 ioctl(f, VIDIOC_S_OUTPUT, &output.index); in test_VIDIOC_S_OUTPUT_from_enum() 131 ret_set = ioctl(f, VIDIOC_S_OUTPUT, &output_index_orig); in test_VIDIOC_S_OUTPUT_from_enum() 152 ret_set = ioctl(f, VIDIOC_S_OUTPUT, &output.index); in do_set_output() 218 ret_set = ioctl(f, VIDIOC_S_OUTPUT, &output_index_orig); in test_VIDIOC_S_OUTPUT_invalid_outputs() 277 ret_set = ioctl(get_video_fd(), VIDIOC_S_OUTPUT, &index); in test_VIDIOC_S_OUTPUT_NULL() 283 ret_null = ioctl(get_video_fd(), VIDIOC_S_OUTPUT, NULL); in test_VIDIOC_S_OUTPUT_NULL()
|
D | README | 23 9 Apr 2009 0.11 Test cases added for VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT,
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | v4l2_calls.c | 1117 if (v4l2object->ioctl (v4l2object->video_fd, VIDIOC_S_OUTPUT, &output) < 0) in gst_v4l2_set_output()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | videodev2.h | 2410 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int) macro
|