Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_device.cc242 enum v4l2_buf_type buf_type) { in GetDmabufsForV4L2Buffer() argument
243 DCHECK(V4L2_TYPE_IS_MULTIPLANAR(buf_type)); in GetDmabufsForV4L2Buffer()
249 expbuf.type = buf_type; in GetDmabufsForV4L2Buffer()
336 v4l2_buf_type buf_type) { in EnumerateSupportedPixelformats() argument
341 fmtdesc.type = buf_type; in EnumerateSupportedPixelformats()
403 v4l2_buf_type buf_type; in EnumerateDevicesForType() local
407 buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in EnumerateDevicesForType()
434 EnumerateSupportedPixelformats(buf_type); in EnumerateDevicesForType()
Dv4l2_device.h126 std::vector<uint32_t> EnumerateSupportedPixelformats(v4l2_buf_type buf_type);
/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.c285 src_img.buf_type = type; in g2d_copy_test()
295 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test()
378 img.buf_type = G2D_IMGBUF_GEM; in g2d_move_test()
388 tmp_img.buf_type = type; in g2d_move_test()
490 src_img.buf_type = type; in g2d_copy_with_scale_test()
504 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_with_scale_test()
578 src_img.buf_type = type; in g2d_blend_test()
594 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_blend_test()
677 src_img.buf_type = type; in g2d_checkerboard_test()
683 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_checkerboard_test()
Dexynos_fimg2d_perf.c45 img.buf_type = G2D_IMGBUF_GEM; in fimg2d_perf_simple()
130 images[i].buf_type = G2D_IMGBUF_GEM; in fimg2d_perf_multi()
Dexynos_fimg2d_event.c298 img.buf_type = G2D_IMGBUF_GEM; in main()
/external/strace/tests-m32/
Dioctl_v4l2.c62 const unsigned int buf_type) in init_v4l2_format() argument
65 f->type = buf_type; in init_v4l2_format()
66 switch (buf_type) { in init_v4l2_format()
171 const char *request, const unsigned int buf_type, in dprint_ioctl_v4l2() argument
174 switch (buf_type) { in dprint_ioctl_v4l2()
322 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \ argument
323 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type)
/external/strace/tests/
Dioctl_v4l2.c62 const unsigned int buf_type) in init_v4l2_format() argument
65 f->type = buf_type; in init_v4l2_format()
66 switch (buf_type) { in init_v4l2_format()
171 const char *request, const unsigned int buf_type, in dprint_ioctl_v4l2() argument
174 switch (buf_type) { in dprint_ioctl_v4l2()
322 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \ argument
323 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type)
/external/strace/tests-mx32/
Dioctl_v4l2.c62 const unsigned int buf_type) in init_v4l2_format() argument
65 f->type = buf_type; in init_v4l2_format()
66 switch (buf_type) { in init_v4l2_format()
171 const char *request, const unsigned int buf_type, in dprint_ioctl_v4l2() argument
174 switch (buf_type) { in dprint_ioctl_v4l2()
322 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \ argument
323 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type)
/external/kernel-headers/original/uapi/drm/
Dexynos_drm.h276 __u32 buf_type; member
/external/libdrm/exynos/
Dexynos_fimg2d.h283 enum e_g2d_buf_type buf_type; member
Dexynos_fimg2d.c275 if (img->buf_type == G2D_IMGBUF_USERPTR) in g2d_add_base_addr()
/external/kernel-headers/original/uapi/linux/
Dhdreg.h410 unsigned short buf_type; /* Retired */ member
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c233 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_compute_shader() local
247 buf_type, "s_tex"); in build_nir_btoi_compute_shader()
428 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_itoi_compute_shader() local
442 buf_type, "s_tex"); in build_nir_itoi_compute_shader()