Searched refs:VIDIOC_S_OUTPUT (Results 1 – 4 of 4) sorted by relevance
/external/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,
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 2312 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int) macro
|
/external/v4l2_codec2/vda/ |
D | videodev2.h | 2259 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int) macro
|