Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_OUTPUT.c118 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()
DREADME23 9 Apr 2009 0.11 Test cases added for VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT,
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2_calls.c1117 if (v4l2object->ioctl (v4l2object->video_fd, VIDIOC_S_OUTPUT, &output) < 0) in gst_v4l2_set_output()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h2410 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int) macro