Home | History | Annotate | Download | only in user_space

Lines Matching refs:pixel_format

59 		framesize.pixel_format = fmt;
65 ("\t%s:%u: VIDIOC_ENUM_FRAMESIZES, index=%u, pixel_format=0x%x, ret_frame=%i, errno_frame=%i\n",
76 CU_ASSERT_EQUAL(framesize.pixel_format, fmt);
209 framesize.pixel_format = fmt;
215 ("\t%s:%u: VIDIOC_ENUM_FRAMESIZES, index=%u, pixel_format=0x%x, ret_frame=%i, errno_frame=%i\n",
226 framesize.pixel_format = fmt;
231 ("\t%s:%u: VIDIOC_ENUM_FRAMESIZES, index=%u, pixel_format=0x%x, ret_frame=%i, errno_frame=%i\n",
241 framesize.pixel_format = fmt;
247 ("\t%s:%u: VIDIOC_ENUM_FRAMESIZES, index=0x%x, pixel_format=0x%x, ret_frame=%i, errno_frame=%i\n",
258 framesize.pixel_format = fmt;
264 ("\t%s:%u: VIDIOC_ENUM_FRAMESIZES, index=0x%x, pixel_format=0x%x, ret_frame=%i, errno_frame=%i\n",
275 framesize.pixel_format = fmt;
281 ("\t%s:%u: VIDIOC_ENUM_FRAMESIZES, index=0x%x, pixel_format=0x%x, ret_frame=%i, errno_frame=%i\n",
334 __u32 pixel_format)
355 } while (ret_enum == 0 && i != 0 && format.pixelformat != pixel_format);
357 if (ret_enum == 0 && i != 0 && format.pixelformat == pixel_format) {
364 static int supported_pixel_format(__u32 pixel_format)
370 pixel_format);
374 pixel_format);
378 (V4L2_BUF_TYPE_VIDEO_OVERLAY, pixel_format);
382 (V4L2_BUF_TYPE_PRIVATE, pixel_format);
400 framesize.pixel_format = fmt;
406 ("\t%s:%u: VIDIOC_ENUM_FRAMESIZES, index=%u, pixel_format=0x%x, ret_frame=%i, errno_frame=%i\n",
650 framesize.pixel_format = fmt;
655 ("\tVIDIOC_ENUM_FRAMESIZES, index=%u, pixel_format=0x%x, ret_size=%i, errno_size=%i\n",
656 framesize.index, framesize.pixel_format, ret_size, errno_size);