Home
last modified time | relevance | path

Searched refs:buf_type (Results 1 – 18 of 18) sorted by relevance

/external/libkmsxx/kms++util/src/
Dvideodevice.cpp19 static vector<PixelFormat> v4l2_get_formats(int fd, uint32_t buf_type) in v4l2_get_formats() argument
24 desc.type = buf_type; in v4l2_get_formats()
34 …c void v4l2_set_format(int fd, PixelFormat fmt, uint32_t width, uint32_t height, uint32_t buf_type) in v4l2_set_format() argument
40 v4lfmt.type = buf_type; in v4l2_set_format()
46 …bool mplane = buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || buf_type == V4L2_BUF_TYPE_VIDEO_OU… in v4l2_set_format()
99 static void v4l2_request_bufs(int fd, uint32_t queue_size, uint32_t buf_type) in v4l2_request_bufs() argument
102 v4lreqbuf.type = buf_type; in v4l2_request_bufs()
110 static void v4l2_queue_dmabuf(int fd, uint32_t index, DumbFramebuffer* fb, uint32_t buf_type) in v4l2_queue_dmabuf() argument
113 buf.type = buf_type; in v4l2_queue_dmabuf()
119 …bool mplane = buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || buf_type == V4L2_BUF_TYPE_VIDEO_OU… in v4l2_queue_dmabuf()
[all …]
/external/v4l2_codec2/vda/
Dv4l2_device.cc236 enum v4l2_buf_type buf_type) { in GetDmabufsForV4L2Buffer() argument
238 DCHECK(V4L2_TYPE_IS_MULTIPLANAR(buf_type)); in GetDmabufsForV4L2Buffer()
244 expbuf.type = buf_type; in GetDmabufsForV4L2Buffer()
331 v4l2_buf_type buf_type) { in EnumerateSupportedPixelformats() argument
336 fmtdesc.type = buf_type; in EnumerateSupportedPixelformats()
399 v4l2_buf_type buf_type; in EnumerateDevicesForType() local
403 buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in EnumerateDevicesForType()
430 EnumerateSupportedPixelformats(buf_type); in EnumerateDevicesForType()
Dv4l2_device.h127 std::vector<uint32_t> EnumerateSupportedPixelformats(v4l2_buf_type buf_type);
/external/strace/tests/
Dioctl_v4l2.c55 const unsigned int buf_type) in init_v4l2_format() argument
58 f->type = buf_type; in init_v4l2_format()
59 switch (buf_type) { in init_v4l2_format()
64 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE) in init_v4l2_format()
81 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) in init_v4l2_format()
131 if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE) in init_v4l2_format()
178 const char *request, const unsigned int buf_type, in dprint_ioctl_v4l2() argument
183 switch (buf_type) { in dprint_ioctl_v4l2()
193 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE) in dprint_ioctl_v4l2()
221 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) in dprint_ioctl_v4l2()
[all …]
/external/strace/tests-m32/
Dioctl_v4l2.c55 const unsigned int buf_type) in init_v4l2_format() argument
58 f->type = buf_type; in init_v4l2_format()
59 switch (buf_type) { in init_v4l2_format()
64 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE) in init_v4l2_format()
81 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) in init_v4l2_format()
131 if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE) in init_v4l2_format()
178 const char *request, const unsigned int buf_type, in dprint_ioctl_v4l2() argument
183 switch (buf_type) { in dprint_ioctl_v4l2()
193 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE) in dprint_ioctl_v4l2()
221 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) in dprint_ioctl_v4l2()
[all …]
/external/strace/tests-mx32/
Dioctl_v4l2.c55 const unsigned int buf_type) in init_v4l2_format() argument
58 f->type = buf_type; in init_v4l2_format()
59 switch (buf_type) { in init_v4l2_format()
64 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE) in init_v4l2_format()
81 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) in init_v4l2_format()
131 if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE) in init_v4l2_format()
178 const char *request, const unsigned int buf_type, in dprint_ioctl_v4l2() argument
183 switch (buf_type) { in dprint_ioctl_v4l2()
193 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE) in dprint_ioctl_v4l2()
221 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) in dprint_ioctl_v4l2()
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CROPCAP.c36 static void do_ioctl_VIDIOC_CROPCAP(enum v4l2_buf_type buf_type, in do_ioctl_VIDIOC_CROPCAP() argument
44 cropcap.type = buf_type; in do_ioctl_VIDIOC_CROPCAP()
49 __FILE__, __LINE__, buf_type, ret_cap, errno_cap, expected_ret); in do_ioctl_VIDIOC_CROPCAP()
56 CU_ASSERT_EQUAL(cropcap.type, buf_type); in do_ioctl_VIDIOC_CROPCAP()
118 cropcap2.type = buf_type; in do_ioctl_VIDIOC_CROPCAP()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c293 src_img.buf_type = type; in g2d_copy_test()
303 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test()
386 img.buf_type = G2D_IMGBUF_GEM; in g2d_move_test()
396 tmp_img.buf_type = type; in g2d_move_test()
499 src_img.buf_type = type; in g2d_copy_with_scale_test()
513 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_with_scale_test()
589 src_img.buf_type = type; in g2d_blend_test()
605 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_blend_test()
689 src_img.buf_type = type; in g2d_checkerboard_test()
695 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_checkerboard_test()
Dexynos_fimg2d_perf.c52 img.buf_type = G2D_IMGBUF_GEM; in fimg2d_perf_simple()
137 images[i].buf_type = G2D_IMGBUF_GEM; in fimg2d_perf_multi()
Dexynos_fimg2d_event.c305 img.buf_type = G2D_IMGBUF_GEM; in main()
/external/libxcam/xcore/
Ddrm_display.h101 const enum v4l2_buf_type buf_type);
Ddrm_display.cpp330 const enum v4l2_buf_type buf_type) in create_drm_buf() argument
355 v4l2_buf.type = buf_type; in create_drm_buf()
/external/u-boot/include/
Data.h151 unsigned short buf_type; member
/external/libdrm/exynos/
Dexynos_fimg2d.h296 enum e_g2d_buf_type buf_type; member
Dexynos_fimg2d.c284 if (img->buf_type == G2D_IMGBUF_USERPTR) in g2d_add_base_addr()
/external/kernel-headers/original/uapi/linux/
Dhdreg.h411 unsigned short buf_type; /* Retired */ member
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c266 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_compute_shader() local
280 buf_type, "s_tex"); in build_nir_btoi_compute_shader()
486 const struct glsl_type *buf_type = glsl_sampler_type(dim, in build_nir_itoi_compute_shader() local
500 buf_type, "s_tex"); in build_nir_itoi_compute_shader()
Dradv_meta_fast_clear.c36 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_dcc_decompress_compute_shader() local
52 buf_type, "s_tex"); in build_dcc_decompress_compute_shader()