Home
last modified time | relevance | path

Searched refs:pixelformat (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.cc181 fmt.pixelformat & 0xFF, (fmt.pixelformat>>8) & 0xFF, in StartCapture()
182 (fmt.pixelformat>>16) & 0xFF, (fmt.pixelformat>>24) & 0xFF, in StartCapture()
186 if (fmt.pixelformat == fmts[i] && i < fmtsIdx) in StartCapture()
211 video_fmt.fmt.pix.pixelformat = fmts[fmtsIdx]; in StartCapture()
213 if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_YUYV) in StartCapture()
215 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_YUV420) in StartCapture()
217 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_UYVY) in StartCapture()
219 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_MJPEG || in StartCapture()
220 video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_JPEG) in StartCapture()
Ddevice_info_linux.cc279 video_fmt.fmt.pix.pixelformat = videoFormats[fmts]; in FillCapabilities()
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/
Dv4l2module.cc33 pixel_format[0] = format_desc.pixelformat & 0xFF; in v4l2_enum_formats()
34 pixel_format[1] = (format_desc.pixelformat >> 8) & 0xFF; in v4l2_enum_formats()
35 pixel_format[2] = (format_desc.pixelformat >> 16) & 0xFF; in v4l2_enum_formats()
36 pixel_format[3] = (format_desc.pixelformat >> 24) & 0xFF; in v4l2_enum_formats()
/external/strace/
Dv4l2.c73 uint32_t pixelformat; in print_pixelformat() member
76 .pixelformat = in print_pixelformat()
127 print_pixelformat(pix->pixelformat); in print_v4l2_format_fmt()
145 print_pixelformat(pix_mp->pixelformat); in print_v4l2_format_fmt()
298 print_pixelformat(f.pixelformat); in v4l2_ioctl()
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc120 fmt.fmt.pix.pixelformat = pixfmt; in InitDevice()
625 (format_desc.pixelformat >> 0) & 0xff, in EnumFormat()
626 (format_desc.pixelformat >> 8) & 0xff, in EnumFormat()
627 (format_desc.pixelformat >> 16) & 0xff, in EnumFormat()
628 (format_desc.pixelformat >> 24) & 0xff); in EnumFormat()
643 return format_desc.pixelformat; in GetPixelFormat()
/external/kernel-headers/original/uapi/linux/
Divtv.h51 __u32 pixelformat; /* 0 == same as destination */ member
Dvideodev2.h454 __u32 pixelformat; member
646 __u32 pixelformat; /* Format fourcc */ member
947 __u32 pixelformat; member
1968 __u32 pixelformat; member
1987 __u32 pixelformat; member
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesadef.h28 int pixelformat; member
Dwmesa.c131 pwfb->pixelformat = PF_INDEX8; in wmSetPixelFormat()
134 pwfb->pixelformat = PF_5R6G5B; in wmSetPixelFormat()
138 pwfb->pixelformat = PF_8R8G8B; in wmSetPixelFormat()
141 pwfb->pixelformat = PF_BADFORMAT; in wmSetPixelFormat()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c69 xmesa->pixelformat);
425 xmesa->pixelformat); in xor_line()
472 switch (xmesa->pixelformat) { in get_line_func()
494 switch (xmesa->pixelformat) { in get_line_func()
Dxm_tri.c1035 switch (xmesa->pixelformat) { in get_triangle_func()
1062 switch (xmesa->pixelformat) { in get_triangle_func()
1086 switch (xmesa->pixelformat) { in get_triangle_func()
1111 switch (xmesa->pixelformat) { in get_triangle_func()
DxmesaP.h117 enum pixel_format pixelformat; member
Dxm_dd.c671 xmesa->pixelformat = xmesa->xm_visual->dithered_pf; in enable()
673 xmesa->pixelformat = xmesa->xm_visual->undithered_pf; in enable()
Dxm_api.c942 c->pixelformat = v->dithered_pf; /* Dithering is enabled by default */ in XMesaCreateContext()
1574 switch (xmesa->pixelformat) { in XMesaDitherColor()
/external/valgrind/include/vki/
Dvki-linux.h3728 __vki_u32 pixelformat; member
3744 __vki_u32 pixelformat; /* Format fourcc */ member
3878 __vki_u32 pixelformat; member
4256 __vki_u32 pixelformat; member
4269 __vki_u32 pixelformat; member
/external/opencv3/modules/videoio/src/
Dcap_libv4l.cpp743 capture->form.fmt.pix.pixelformat = requestedPixelFormat; in _capture_V4L2()
753 if (requestedPixelFormat != capture->form.fmt.pix.pixelformat) { in _capture_V4L2()
Dcap_v4l.cpp424 capture->form.fmt.pix.pixelformat = colorspace; in try_palette_v4l2()
433 if (colorspace != capture->form.fmt.pix.pixelformat) in try_palette_v4l2()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c7417 PRE_FIELD_WRITE("ioctl(VKI_V4L2_ENUM_FMT).pixelformat", data->pixelformat); in PRE()
9790 POST_FIELD_WRITE(data->pixelformat); in POST()
/external/libvncserver/
DChangeLog2351 in that hook. This way one can use the "VNC server default format" pixelformat if