/external/chromium_org/third_party/webrtc/modules/video_capture/linux/ |
D | video_capture_linux.cc | 181 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()
|
D | device_info_linux.cc | 278 video_fmt.fmt.pix.pixelformat = videoFormats[fmts]; in FillCapabilities()
|
/external/chromium_org/media/video/capture/linux/ |
D | video_capture_device_factory_linux.cc | 39 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()
|
D | video_capture_device_linux.cc | 244 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/ |
D | SDL_DirectFB_video.c | 166 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 …]
|
D | SDL_DirectFB_yuv.c | 105 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/ |
D | SDL_ggivideo.c | 220 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/ |
D | v4l2_video_device.cc | 97 V4L2Device::V4L2PixFmtToVideoFrameFormat(format.fmt.pix_mp.pixelformat); in CodedSizeFromV4L2Format() 104 V4L2Device::V4L2PixFmtToVideoFrameFormat(format.fmt.pix.pixelformat); in CodedSizeFromV4L2Format()
|
D | v4l2_video_decode_accelerator.cc | 282 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()
|
D | v4l2_video_encode_accelerator.cc | 850 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()
|
D | v4l2_image_processor.cc | 247 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/ |
D | ivtv.h | 51 __u32 pixelformat; /* 0 == same as destination */ member
|
D | videodev2.h | 279 __u32 pixelformat; member 442 __u32 pixelformat; /* Format fourcc */ member 1685 __u32 pixelformat; member
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wmesadef.h | 28 int pixelformat; member
|
D | wmesa.c | 131 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/ |
D | wmesadef.h | 28 int pixelformat; member
|
D | wmesa.c | 131 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/ |
D | xm_line.c | 69 xmesa->pixelformat); 425 xmesa->pixelformat); in xor_line() 472 switch (xmesa->pixelformat) { in get_line_func() 494 switch (xmesa->pixelformat) { in get_line_func()
|
D | xm_tri.c | 1035 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()
|
D | xmesaP.h | 117 enum pixel_format pixelformat; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | xm_line.c | 69 xmesa->pixelformat); 425 xmesa->pixelformat); in xor_line() 472 switch (xmesa->pixelformat) { in get_line_func() 494 switch (xmesa->pixelformat) { in get_line_func()
|
D | xm_tri.c | 1035 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()
|
D | xmesaP.h | 117 enum pixel_format pixelformat; member
|
/external/qemu/android/camera/ |
D | camera-capture-linux.c | 718 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/ |
D | VideoCapture.java | 36 int width, int height, int framerate, int pixelformat) { in CaptureFormat() argument 40 mPixelFormat = pixelformat; in CaptureFormat()
|