HomeSort by relevance Sort by last modified time
    Searched refs:pixelformat (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h 28 int pixelformat; member in struct:wmesa_framebuffer
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 28 int pixelformat; member in struct:wmesa_framebuffer
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 105 conf.pixelformat = DSPF_YV12;
108 conf.pixelformat = DSPF_I420;
111 conf.pixelformat = DSPF_YUY2;
114 conf.pixelformat = DSPF_UYVY;
SDL_DirectFB_video.c 166 if (bytes == DFB_BYTES_PER_PIXEL(dlc.pixelformat) && bytes > 1)
167 return dlc.pixelformat;
316 static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelFormat *format)
321 switch (pixelformat)
359 fprintf (stderr, "SDL_DirectFB: Unsupported pixelformat (0x%08x)!\n", pixelformat);
363 format->BitsPerPixel = DFB_BYTES_PER_PIXEL(pixelformat) * 8;
364 format->BytesPerPixel = DFB_BYTES_PER_PIXEL(pixelformat);
419 /* Query layer configuration to determine the current mode and pixelformat */
423 if (DFBToSDLPixelFormat (dlc.pixelformat, vformat)
594 DFBSurfacePixelFormat pixelformat; local
    [all...]
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt;
107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt;
113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt;
115 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.out_fmt;
156 pstConfig->pix.enc_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat;
158 pstConfig->pix.dec_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat;
164 pstConfig->pix.enc_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat;
166 pstConfig->pix.dec_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat;
  /device/asus/deb/kernel-headers/media/
msmb_camera.h 121 unsigned int pixelformat; member in struct:msm_v4l2_format_data
  /device/asus/deb/original-kernel-headers/media/
msmb_camera.h 129 unsigned int pixelformat; /* FOURCC */ member in struct:msm_v4l2_format_data
  /device/asus/flo/kernel-headers/media/
msmb_camera.h 121 unsigned int pixelformat; member in struct:msm_v4l2_format_data
  /device/asus/flo/original-kernel-headers/media/
msmb_camera.h 129 unsigned int pixelformat; /* FOURCC */ member in struct:msm_v4l2_format_data
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 220 vformat->BitsPerPixel = db->buffer.plb.pixelformat->depth;
222 vformat->Rmask = db->buffer.plb.pixelformat->red_mask;
223 vformat->Gmask = db->buffer.plb.pixelformat->green_mask;
224 vformat->Bmask = db->buffer.plb.pixelformat->blue_mask;
  /device/lge/hammerhead/kernel-headers/media/
msmb_camera.h 125 unsigned int pixelformat; member in struct:msm_v4l2_format_data
  /device/lge/hammerhead/original-kernel-headers/media/
msmb_camera.h 140 unsigned int pixelformat; /* FOURCC */ member in struct:msm_v4l2_format_data
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 96 fmtdesc.pixelformat) != usable_fourccs.end())
294 best = std::find(v4l2_formats.begin(), best, fmtdesc.pixelformat);
310 video_fmt.fmt.pix.pixelformat = *best;
344 video_fmt.fmt.pix.pixelformat);
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_camera.h 124 unsigned int pixelformat; member in struct:msm_v4l2_format_data
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_camera.h 139 unsigned int pixelformat; /* FOURCC */ member in struct:msm_v4l2_format_data
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 57 unsigned int pixelformat = V4L2_PIX_FMT_H264; local
61 pixelformat = V4L2_PIX_FMT_H264;
64 pixelformat = V4L2_PIX_FMT_MPEG4;
67 pixelformat = V4L2_PIX_FMT_VP8;
70 pixelformat = V4L2_PIX_FMT_H263;
73 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_G;
76 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_L;
79 pixelformat = V4L2_PIX_FMT_MPEG2;
82 pixelformat = V4L2_PIX_FMT_H264;
86 return pixelformat;
94 unsigned int pixelformat = V4L2_PIX_FMT_NV12M; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c 61 unsigned int pixelformat = V4L2_PIX_FMT_H264; local
65 pixelformat = V4L2_PIX_FMT_H264;
68 pixelformat = V4L2_PIX_FMT_MPEG4;
71 pixelformat = V4L2_PIX_FMT_VP8;
74 pixelformat = V4L2_PIX_FMT_H263;
77 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_G;
80 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_L;
83 pixelformat = V4L2_PIX_FMT_MPEG2;
86 pixelformat = V4L2_PIX_FMT_H264;
90 return pixelformat;
98 unsigned int pixelformat = V4L2_PIX_FMT_NV12M; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c 69 xmesa->pixelformat);
425 xmesa->pixelformat);
472 switch (xmesa->pixelformat) {
494 switch (xmesa->pixelformat) {
xmesaP.h 117 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:
343 GLuint pixelFormat );
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 69 xmesa->pixelformat);
425 xmesa->pixelformat);
472 switch (xmesa->pixelformat) {
494 switch (xmesa->pixelformat) {
xmesaP.h 117 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:
343 GLuint pixelFormat );
  /external/qemu/android/camera/
camera-capture-linux.c 721 arr[out_num].format = fmt_enum.pixelformat;
724 _camera_device_enum_format_sizes(cd, fmt_enum.pixelformat,
731 fmt_enum.pixelformat);
854 fmt.fmt.pix.pixelformat = pixel_format;
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 381 pixel_format pixelformat[] = { variable
1076 pixelformat[previewFormat].pixelFormatDesc) < 0 ) {
1189 params.setPreviewFormat(pixelformat[previewFormat].pixformat);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 629 fdesc.pixelformat, fdesc.flags);
638 fdesc.pixelformat, fdesc.flags);
646 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype;
662 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12;
834 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12;
867 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype;
874 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype;
    [all...]
  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.cc 386 format.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12MT_16X16;
2111 __u32 pixelformat = 0; local
    [all...]

Completed in 1670 milliseconds

1 2 3 4 5