Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CROPCAP.c209 int ret_output, errno_output; in test_VIDIOC_CROPCAP_NULL() local
226 ret_output = ioctl(get_video_fd(), VIDIOC_CROPCAP, &cropcap); in test_VIDIOC_CROPCAP_NULL()
230 __FILE__, __LINE__, ret_output, errno_output); in test_VIDIOC_CROPCAP_NULL()
264 if (ret_capture == 0 || ret_output == 0 || ret_overlay == 0 || in test_VIDIOC_CROPCAP_NULL()
275 CU_ASSERT_EQUAL(ret_output, -1); in test_VIDIOC_CROPCAP_NULL()
Dtest_VIDIOC_PARM.c271 int ret_output, errno_output; in test_VIDIOC_G_PARM_NULL() local
289 ret_output = ioctl(get_video_fd(), VIDIOC_G_PARM, &parm); in test_VIDIOC_G_PARM_NULL()
293 __FILE__, __LINE__, type, ret_output, errno_output); in test_VIDIOC_G_PARM_NULL()
309 if (ret_capture == 0 || ret_output == 0 || ret_private == 0) { in test_VIDIOC_G_PARM_NULL()
318 CU_ASSERT_EQUAL(ret_output, -1); in test_VIDIOC_G_PARM_NULL()
Dtest_VIDIOC_ENUM_FMT.c344 int ret_output, errno_output; in test_VIDIOC_ENUM_FMT_NULL() local
367 ret_output = ioctl(get_video_fd(), VIDIOC_ENUM_FMT, &format); in test_VIDIOC_ENUM_FMT_NULL()
371 __FILE__, __LINE__, ret_output, errno_output); in test_VIDIOC_ENUM_FMT_NULL()
453 if (ret_capture == 0 || ret_output == 0 || in test_VIDIOC_ENUM_FMT_NULL()
463 CU_ASSERT_EQUAL(ret_output, -1); in test_VIDIOC_ENUM_FMT_NULL()
Dtest_VIDIOC_FMT.c565 int ret_output, errno_output; in test_VIDIOC_G_FMT_NULL() local
590 ret_output = ioctl(get_video_fd(), VIDIOC_G_FMT, &format); in test_VIDIOC_G_FMT_NULL()
595 __FILE__, __LINE__, type, ret_output, errno_output); in test_VIDIOC_G_FMT_NULL()
676 if (ret_capture == 0 || ret_output == 0 || in test_VIDIOC_G_FMT_NULL()
686 CU_ASSERT_EQUAL(ret_output, -1); in test_VIDIOC_G_FMT_NULL()