Searched defs:pixelformat (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Divtv.h51 __u32 pixelformat; /* 0 == same as destination */ member in struct:ivtv_dma_frame
H A Dvideodev2.h471 __u32 pixelformat; member in struct:v4l2_pix_format
476 __u32 priv; /* private data, depends on pixelformat */
692 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
991 __u32 pixelformat; member in struct:v4l2_framebuffer::__anon9285
2049 * @pixelformat: little endian four character code (fourcc)
2051 * @colorspace: enum v4l2_colorspace; supplemental to pixelformat
2062 __u32 pixelformat; member in struct:v4l2_pix_format_mplane
2080 * @pixelformat: little endian four character code (fourcc)
2084 __u32 pixelformat; member in struct:v4l2_sdr_format
/external/strace/mpers-m32/
H A Dstruct_v4l2_framebuffer.h11 uint32_t pixelformat; member in struct:__anon19007::__anon19008
H A Dstruct_v4l2_create_buffers.h14 uint32_t pixelformat; member in struct:__anon18985::__anon18986::__anon18987::__anon18988
24 uint32_t pixelformat; member in struct:__anon18985::__anon18986::__anon18987::__anon18989
H A Dstruct_v4l2_format.h10 uint32_t pixelformat; member in struct:__anon18998::__anon18999::__anon19000
20 uint32_t pixelformat; member in struct:__anon18998::__anon18999::__anon19001
/external/strace/mpers-mx32/
H A Dstruct_v4l2_framebuffer.h11 uint32_t pixelformat; member in struct:__anon19166::__anon19167
H A Dstruct_v4l2_create_buffers.h14 uint32_t pixelformat; member in struct:__anon19144::__anon19145::__anon19146::__anon19147
24 uint32_t pixelformat; member in struct:__anon19144::__anon19145::__anon19146::__anon19148
H A Dstruct_v4l2_format.h10 uint32_t pixelformat; member in struct:__anon19157::__anon19158::__anon19159
20 uint32_t pixelformat; member in struct:__anon19157::__anon19158::__anon19160
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_FMT.c34 int valid_pixelformat(__u32 pixelformat) argument
38 switch (pixelformat) {
212 ".pixelformat=0x%X, "
222 format.fmt.pix.pixelformat,
242 //CU_ASSERT_EQUAL(format.fmt.pix.pixelformat, ???);
244 (format.fmt.pix.pixelformat));
751 format_max.fmt.pix.pixelformat = fmtdesc.pixelformat;
768 ".pixelformat=0x%X, " ".field=%i, "
773 format_max.fmt.pix.pixelformat,
[all...]
/external/strace/
H A Dv4l2.c81 uint32_t pixelformat; member in union:__anon19414
92 .pixelformat = fourcc
197 tprints(", pixelformat=");
198 print_pixelformat(f.pixelformat);
226 tprintf("fmt.pix={width=%u, height=%u, pixelformat=",
228 print_pixelformat(f->fmt.pix.pixelformat);
243 tprintf("fmt.pix_mp={width=%u, height=%u, pixelformat=",
245 print_pixelformat(f->fmt.pix_mp.pixelformat);
342 tprints("fmt.sdr={pixelformat=");
343 print_pixelformat(f->fmt.sdr.pixelformat);
[all...]
/external/v4l2_codec2/vda/
H A Dv4l2_device.cc134 DVLOG(1) << "Unhandled pixelformat " << std::hex << "0x" << pix_fmt;
287 void V4L2Device::GetSupportedResolution(uint32_t pixelformat, argument
294 frame_size.pixel_format = pixelformat;
324 << "fourcc " << std::hex << pixelformat
330 << "fourcc " << std::hex << pixelformat
345 << fmtdesc.pixelformat << ")";
346 pixelformats.push_back(fmtdesc.pixelformat);
360 for (uint32_t pixelformat : supported_pixelformats) {
361 if (std::find(pixelformats, pixelformats + num_formats, pixelformat) ==
366 GetSupportedResolution(pixelformat,
[all...]
H A Dvideodev2.h461 __u32 pixelformat; member in struct:v4l2_pix_format
466 __u32 priv; /* private data, depends on pixelformat */
665 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
967 __u32 pixelformat; member in struct:v4l2_framebuffer::__anon22978
1999 * @pixelformat: little endian four character code (fourcc)
2001 * @colorspace: enum v4l2_colorspace; supplemental to pixelformat
2012 __u32 pixelformat; member in struct:v4l2_pix_format_mplane
2027 * @pixelformat: little endian four character code (fourcc)
2031 __u32 pixelformat; member in struct:v4l2_sdr_format
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h117 enum pixel_format pixelformat; member in struct:xmesa_context
247 * If pixelformat==PF_TRUECOLOR:
256 * If pixelformat==PF_TRUEDITHER:
269 * If pixelformat==PF_8A8B8G8R:
284 * If pixelformat==PF_8R8G8B:
290 * If pixelformat==PF_5R6G5B:
296 * If pixelformat==PF_8A8R8G8B:
/external/ImageMagick/coders/
H A Ddds.c141 pixelformat;
1697 if (dds_info.pixelformat.flags & DDPF_RGB)
1700 if (dds_info.pixelformat.flags & DDPF_ALPHAPIXELS)
1711 else if (dds_info.pixelformat.flags & DDPF_LUMINANCE)
1714 if (dds_info.pixelformat.flags & DDPF_ALPHAPIXELS)
1725 else if (dds_info.pixelformat.flags & DDPF_FOURCC)
1727 switch (dds_info.pixelformat.fourcc)
1852 dds_info->pixelformat.flags = ReadBlobLSBLong(image);
1853 dds_info->pixelformat.fourcc = ReadBlobLSBLong(image);
1854 dds_info->pixelformat
139 pixelformat; member in struct:_DDSInfo
[all...]
/external/valgrind/include/vki/
H A Dvki-linux.h3759 __vki_u32 pixelformat; member in struct:vki_v4l2_pix_format
3764 __vki_u32 priv; /* private data, depends on pixelformat */
3775 __vki_u32 pixelformat; /* Format fourcc */ member in struct:vki_v4l2_fmtdesc
3909 __vki_u32 pixelformat; member in struct:vki_v4l2_framebuffer::__anon25060
4287 __vki_u32 pixelformat; member in struct:vki_v4l2_pix_format_mplane
4300 __vki_u32 pixelformat; member in struct:vki_v4l2_sdr_format

Completed in 198 milliseconds