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

1 2 3

  /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;
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 54 unsigned int pixelformat = V4L2_PIX_FMT_H264; local
58 pixelformat = V4L2_PIX_FMT_H264;
61 pixelformat = V4L2_PIX_FMT_MPEG4;
64 pixelformat = V4L2_PIX_FMT_VP8;
67 pixelformat = V4L2_PIX_FMT_H263;
70 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_G;
73 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_L;
76 pixelformat = V4L2_PIX_FMT_MPEG2;
79 pixelformat = V4L2_PIX_FMT_H264;
83 return pixelformat;
91 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/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...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 836 int pixelformat; local
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 836 int pixelformat; local
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device_copper.cpp 345 fdesc.pixelformat, fdesc.flags);
354 fdesc.pixelformat, fdesc.flags);
364 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12;
374 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264;
551 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12;
586 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264;
594 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264;
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 168 mVideoInfo->format.fmt.pix.pixelformat = DEFAULT_PIXEL_FORMAT;
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 456 info->v4l2_colorformat != info->format.fmt.pix_mp.pixelformat) {
514 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 259 __u32 pixelformat; member in struct:v4l2_pix_format
264 __u32 priv; /* private data, depends on pixelformat */
328 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 259 __u32 pixelformat; member in struct:v4l2_pix_format
264 __u32 priv; /* private data, depends on pixelformat */
328 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 259 __u32 pixelformat; member in struct:v4l2_pix_format
264 __u32 priv; /* private data, depends on pixelformat */
328 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 158 __u32 pixelformat; member in struct:v4l2_pix_format
235 __u32 pixelformat; member in struct:v4l2_fmtdesc
    [all...]

Completed in 461 milliseconds

1 2 3