/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
test_VIDIOC_CROPCAP.c | 209 int ret_output, errno_output; local 226 ret_output = ioctl(get_video_fd(), VIDIOC_CROPCAP, &cropcap); 229 dprintf("\t%s:%u: VIDIOC_CROPCAP, ret_output=%i, errno_output=%i\n", 230 __FILE__, __LINE__, ret_output, errno_output); 264 if (ret_capture == 0 || ret_output == 0 || ret_overlay == 0 || 275 CU_ASSERT_EQUAL(ret_output, -1);
|
test_VIDIOC_PARM.c | 271 int ret_output, errno_output; local 289 ret_output = ioctl(get_video_fd(), VIDIOC_G_PARM, &parm); 292 ("\t%s:%u: VIDIOC_G_PARM, type=%i, ret_output=%i, errno_output=%i\n", 293 __FILE__, __LINE__, type, ret_output, errno_output); 309 if (ret_capture == 0 || ret_output == 0 || ret_private == 0) { 318 CU_ASSERT_EQUAL(ret_output, -1);
|
test_VIDIOC_ENUM_FMT.c | 344 int ret_output, errno_output; local 367 ret_output = ioctl(get_video_fd(), VIDIOC_ENUM_FMT, &format); 370 dprintf("\t%s:%u: VIDIOC_ENUM_FMT, ret_output=%i, errno_output=%i\n", 371 __FILE__, __LINE__, ret_output, errno_output); 453 if (ret_capture == 0 || ret_output == 0 || 463 CU_ASSERT_EQUAL(ret_output, -1);
|
test_VIDIOC_FMT.c | 565 int ret_output, errno_output; local 590 ret_output = ioctl(get_video_fd(), VIDIOC_G_FMT, &format); 594 ("\t%s:%u: VIDIOC_G_FMT, type=%i, ret_output=%i, errno_output=%i\n", 595 __FILE__, __LINE__, type, ret_output, errno_output); 676 if (ret_capture == 0 || ret_output == 0 || 686 CU_ASSERT_EQUAL(ret_output, -1); [all...] |