Home
last modified time | relevance | path

Searched refs:pixelformat (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_FMT.c34 int valid_pixelformat(__u32 pixelformat) in valid_pixelformat() argument
38 switch (pixelformat) { in valid_pixelformat()
212 ".pixelformat=0x%X, " in do_get_formats()
222 format.fmt.pix.pixelformat, in do_get_formats()
242 //CU_ASSERT_EQUAL(format.fmt.pix.pixelformat, ???); in do_get_formats()
244 (format.fmt.pix.pixelformat)); in do_get_formats()
751 format_max.fmt.pix.pixelformat = fmtdesc.pixelformat; in do_set_formats_enum()
768 ".pixelformat=0x%X, " ".field=%i, " in do_set_formats_enum()
773 format_max.fmt.pix.pixelformat, in do_set_formats_enum()
[all...]
H A Dtest_VIDIOC_ENUM_FRAMESIZES.c183 do_test_VIDIOC_ENUM_FRAMESIZES(format.pixelformat); in do_test_VIDIOC_ENUM_FRAMESIZES_type()
314 pixelformat); in do_test_VIDIOC_ENUM_FRAMESIZES_type_invalid_index()
355 } while (ret_enum == 0 && i != 0 && format.pixelformat != pixel_format); in supported_pixel_format_type()
357 if (ret_enum == 0 && i != 0 && format.pixelformat == pixel_format) { in supported_pixel_format_type()
637 fmt = format_capture.pixelformat; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
639 fmt = format_output.pixelformat; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
641 fmt = format_overlay.pixelformat; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
643 fmt = format_private.pixelformat; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
H A Dtest_VIDIOC_ENUM_FMT.c72 //CU_ASSERT_EQUAL(format.pixelformat, ?); in do_enumerate_formats()
89 format2.pixelformat = format.pixelformat; in do_enumerate_formats()
95 ".description=\"%s\", .pixelformat=0x%X, " in do_enumerate_formats()
98 format.description, format.pixelformat, in do_enumerate_formats()
/third_party/ffmpeg/libavcodec/
H A Dv4l2_context.c137 ctx->format.fmt.pix_mp.pixelformat = fmt->v4l2_fmt; in v4l2_save_to_context()
147 ctx->format.fmt.pix.pixelformat = fmt->v4l2_fmt; in v4l2_save_to_context()
473 fmt->fmt.pix_mp.pixelformat = v4l2_fmt; in v4l2_try_raw_format()
475 fmt->fmt.pix.pixelformat = v4l2_fmt; in v4l2_try_raw_format()
506 pixfmt = ff_v4l2_format_v4l2_to_avfmt(fdesc.pixelformat, AV_CODEC_ID_RAWVIDEO); in v4l2_get_raw_format()
541 if (fdesc.pixelformat == v4l2_fmt) in v4l2_get_coded_format()
750 V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ? av_fourcc2str(ctx->format.fmt.pix_mp.pixelformat) : av_fourcc2str(ctx->format.fmt.pix.pixelformat), in ff_v4l2_context_init()
H A Dv4l2_m2m.c153 ofmt.fmt.pix_mp.pixelformat : in v4l2_configure_contexts()
154 ofmt.fmt.pix.pixelformat), in v4l2_configure_contexts()
156 cfmt.fmt.pix_mp.pixelformat : in v4l2_configure_contexts()
157 cfmt.fmt.pix.pixelformat)); in v4l2_configure_contexts()
H A Dv4l2_m2m_enc.c370 v4l2_fmt_output = output->format.fmt.pix_mp.pixelformat; in v4l2_encode_init()
372 v4l2_fmt_output = output->format.fmt.pix.pixelformat; in v4l2_encode_init()
H A Dv4l2_m2m_dec.c66 avctx->pix_fmt = ff_v4l2_format_v4l2_to_avfmt(capture->format.fmt.pix_mp.pixelformat, AV_CODEC_ID_RAWVIDEO); in v4l2_try_start()
H A Dv4l2_buffers.c345 fmt.fmt.pix_mp.pixelformat : fmt.fmt.pix.pixelformat; in v4l2_buffer_swframe_to_buf()
/third_party/ffmpeg/libavdevice/
H A Dv4l2.c84 int pixelformat; /* V4L2_PIX_FMT_* */ member
204 uint32_t pixelformat) in device_init()
212 fmt.fmt.pix.pixelformat = pixelformat; in device_init()
215 /* Some drivers will fail and return EINVAL when the pixelformat in device_init()
228 if (pixelformat != fmt.fmt.pix.pixelformat) { in device_init()
232 pixelformat, fmt.fmt.pix.pixelformat); in device_init()
260 static void list_framesizes(AVFormatContext *ctx, uint32_t pixelformat) in list_framesizes() argument
203 device_init(AVFormatContext *ctx, int *width, int *height, uint32_t pixelformat) device_init() argument
[all...]
H A Dv4l2enc.c80 fmt.fmt.pix.pixelformat = v4l2_pixfmt; in write_header()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDirectFBSurfaceEXT.cpp55 desc.pixelformat = DSPF_RGB32; in attachImage()

Completed in 13 milliseconds