Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/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_MJPEG || in StartCapture()
218 video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_JPEG) in StartCapture()
Ddevice_info_linux.cc278 video_fmt.fmt.pix.pixelformat = videoFormats[fmts]; in FillCapabilities()
/external/chromium_org/media/video/capture/linux/
Dvideo_capture_device_factory_linux.cc39 fmtdesc.pixelformat) != usable_fourccs.end()) in HasUsableFormats()
134 (int32)pixel_format.pixelformat); in GetDeviceSupportedFormats()
141 frame_size.pixel_format = pixel_format.pixelformat; in GetDeviceSupportedFormats()
155 frame_interval.pixel_format = pixel_format.pixelformat; in GetDeviceSupportedFormats()
Dvideo_capture_device_linux.cc244 best = std::find(v4l2_formats.begin(), best, fmtdesc.pixelformat); in OnAllocateAndStart()
260 video_fmt.fmt.pix.pixelformat = *best; in OnAllocateAndStart()
314 V4l2ColorToVideoCaptureColorFormat(video_fmt.fmt.pix.pixelformat); in OnAllocateAndStart()
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_video.c166 if (bytes == DFB_BYTES_PER_PIXEL(dlc.pixelformat) && bytes > 1) in GetFormatForBpp()
167 return dlc.pixelformat; in GetFormatForBpp()
316 static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelFormat *format) in DFBToSDLPixelFormat() argument
321 switch (pixelformat) in DFBToSDLPixelFormat()
359 fprintf (stderr, "SDL_DirectFB: Unsupported pixelformat (0x%08x)!\n", pixelformat); in DFBToSDLPixelFormat()
363 format->BitsPerPixel = DFB_BYTES_PER_PIXEL(pixelformat) * 8; in DFBToSDLPixelFormat()
364 format->BytesPerPixel = DFB_BYTES_PER_PIXEL(pixelformat); in DFBToSDLPixelFormat()
423 if (DFBToSDLPixelFormat (dlc.pixelformat, vformat)) in DirectFB_VideoInit()
505 dlc.pixelformat = DSPF_RGB32; in DirectFB_VideoInit()
594 DFBSurfacePixelFormat pixelformat; in DirectFB_SetVideoMode() local
[all …]
DSDL_DirectFB_yuv.c105 conf.pixelformat = DSPF_YV12; in CreateYUVSurface()
108 conf.pixelformat = DSPF_I420; in CreateYUVSurface()
111 conf.pixelformat = DSPF_YUY2; in CreateYUVSurface()
114 conf.pixelformat = DSPF_UYVY; in CreateYUVSurface()
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
DSDL_ggivideo.c220 vformat->BitsPerPixel = db->buffer.plb.pixelformat->depth; in GGI_VideoInit()
222 vformat->Rmask = db->buffer.plb.pixelformat->red_mask; in GGI_VideoInit()
223 vformat->Gmask = db->buffer.plb.pixelformat->green_mask; in GGI_VideoInit()
224 vformat->Bmask = db->buffer.plb.pixelformat->blue_mask; in GGI_VideoInit()
/external/chromium_org/content/common/gpu/media/
Dv4l2_video_device.cc97 V4L2Device::V4L2PixFmtToVideoFrameFormat(format.fmt.pix_mp.pixelformat); in CodedSizeFromV4L2Format()
104 V4L2Device::V4L2PixFmtToVideoFrameFormat(format.fmt.pix.pixelformat); in CodedSizeFromV4L2Format()
Dv4l2_video_decode_accelerator.cc282 format.fmt.pix_mp.pixelformat = output_format_fourcc; in Initialize()
1666 __u32 pixelformat = V4L2Device::VideoCodecProfileToV4L2PixFmt(video_profile_); in CreateInputBuffers() local
1667 if (!pixelformat) { in CreateInputBuffers()
1675 format.fmt.pix_mp.pixelformat = pixelformat; in CreateInputBuffers()
Dv4l2_video_encode_accelerator.cc850 format.fmt.pix_mp.pixelformat = output_format_fourcc_; in SetOutputFormat()
891 format.fmt.pix_mp.pixelformat = input_format_fourcc; in NegotiateInputFormat()
909 format.fmt.pix_mp.pixelformat = input_format_fourcc; in NegotiateInputFormat()
Dv4l2_image_processor.cc247 format.fmt.pix_mp.pixelformat = input_format_fourcc_; in CreateInputBuffers()
297 format.fmt.pix_mp.pixelformat = output_format_fourcc_; in CreateOutputBuffers()
/external/kernel-headers/original/uapi/linux/
Divtv.h51 __u32 pixelformat; /* 0 == same as destination */ member
Dvideodev2.h279 __u32 pixelformat; member
442 __u32 pixelformat; /* Format fourcc */ member
1685 __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/chromium_org/third_party/mesa/src/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
/external/chromium_org/third_party/mesa/src/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
/external/qemu/android/camera/
Dcamera-capture-linux.c718 arr[out_num].format = fmt_enum.pixelformat; in _camera_device_enum_pixel_formats()
721 _camera_device_enum_format_sizes(cd, fmt_enum.pixelformat, in _camera_device_enum_pixel_formats()
728 fmt_enum.pixelformat); in _camera_device_enum_pixel_formats()
851 fmt.fmt.pix.pixelformat = pixel_format; in camera_device_start_capturing()
1011 return convert_frame(buff, cd->actual_pixel_format.pixelformat, in camera_device_read_frame()
1040 cd->actual_pixel_format.pixelformat, in camera_device_read_frame()
/external/chromium_org/media/base/android/java/src/org/chromium/media/
DVideoCapture.java36 int width, int height, int framerate, int pixelformat) { in CaptureFormat() argument
40 mPixelFormat = pixelformat; in CaptureFormat()

12