Home | History | Annotate | Download | only in user_space

Lines Matching refs:ret_vbi_capture

567 	int ret_vbi_capture, errno_vbi_capture;
610 ret_vbi_capture = ioctl(get_video_fd(), VIDIOC_G_FMT, &format);
614 ("\t%s:%u: VIDIOC_G_FMT, type=%i, ret_vbi_capture=%i, errno_vbi_capture=%i\n",
615 __FILE__, __LINE__, type, ret_vbi_capture, errno_vbi_capture);
677 ret_video_overlay == 0 || ret_vbi_capture == 0 ||
690 CU_ASSERT_EQUAL(ret_vbi_capture, -1);