Searched defs:buf_type (Results 1 - 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_CROPCAP.c36 static void do_ioctl_VIDIOC_CROPCAP(enum v4l2_buf_type buf_type, argument
44 cropcap.type = buf_type;
49 __FILE__, __LINE__, buf_type, ret_cap, errno_cap, expected_ret);
56 CU_ASSERT_EQUAL(cropcap.type, buf_type);
118 cropcap2.type = buf_type;
/external/strace/tests/
H A Dioctl_v4l2.c62 const unsigned int buf_type)
65 f->type = buf_type;
66 switch (buf_type) {
171 const char *request, const unsigned int buf_type,
174 switch (buf_type) {
322 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \
323 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type)
61 init_v4l2_format(struct v4l2_format *const f, const unsigned int buf_type) argument
170 dprint_ioctl_v4l2(struct v4l2_format *const f, const char *request, const unsigned int buf_type, const char *buf_type_string) argument
/external/strace/tests-m32/
H A Dioctl_v4l2.c62 const unsigned int buf_type)
65 f->type = buf_type;
66 switch (buf_type) {
171 const char *request, const unsigned int buf_type,
174 switch (buf_type) {
322 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \
323 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type)
61 init_v4l2_format(struct v4l2_format *const f, const unsigned int buf_type) argument
170 dprint_ioctl_v4l2(struct v4l2_format *const f, const char *request, const unsigned int buf_type, const char *buf_type_string) argument
/external/strace/tests-mx32/
H A Dioctl_v4l2.c62 const unsigned int buf_type)
65 f->type = buf_type;
66 switch (buf_type) {
171 const char *request, const unsigned int buf_type,
174 switch (buf_type) {
322 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \
323 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type)
61 init_v4l2_format(struct v4l2_format *const f, const unsigned int buf_type) argument
170 dprint_ioctl_v4l2(struct v4l2_format *const f, const char *request, const unsigned int buf_type, const char *buf_type_string) argument
/external/libxcam/xcore/
H A Ddrm_display.cpp330 const enum v4l2_buf_type buf_type)
355 v4l2_buf.type = buf_type;
327 create_drm_buf( const struct v4l2_format &format, const uint32_t index, const enum v4l2_buf_type buf_type) argument
/external/v4l2_codec2/vda/
H A Dv4l2_device.cc249 enum v4l2_buf_type buf_type) {
251 DCHECK(V4L2_TYPE_IS_MULTIPLANAR(buf_type));
257 expbuf.type = buf_type;
344 v4l2_buf_type buf_type) {
349 fmtdesc.type = buf_type;
412 v4l2_buf_type buf_type; local
416 buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
443 EnumerateSupportedPixelformats(buf_type);
246 GetDmabufsForV4L2Buffer( int index, size_t num_planes, enum v4l2_buf_type buf_type) argument
343 EnumerateSupportedPixelformats( v4l2_buf_type buf_type) argument
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_bufimage.c233 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local
247 buf_type, "s_tex");
428 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local
442 buf_type, "s_tex");
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h269 * @buf_type: definition of buffer.
277 __u32 buf_type; member in struct:drm_exynos_ipp_queue_buf
/external/libdrm/exynos/
H A Dexynos_fimg2d.h283 enum e_g2d_buf_type buf_type; member in struct:g2d_image
/external/kernel-headers/original/uapi/linux/
H A Dhdreg.h411 unsigned short buf_type; /* Retired */ member in struct:hd_driveid

Completed in 664 milliseconds