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

1 2 3 4 5 6 7

  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ivtv.h 51 __u32 pixelformat; /* 0 == same as destination */ member in struct:ivtv_dma_frame
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ivtv.h 51 __u32 pixelformat; /* 0 == same as destination */ member in struct:ivtv_dma_frame
  /bionic/libc/kernel/uapi/linux/
ivtv.h 27 __u32 pixelformat; member in struct:ivtv_dma_frame
  /development/ndk/platforms/android-L/include/linux/
ivtv.h 27 __u32 pixelformat; member in struct:ivtv_dma_frame
  /external/kernel-headers/original/uapi/linux/
ivtv.h 51 __u32 pixelformat; /* 0 == same as destination */ member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ivtv.h 27 __u32 pixelformat; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ivtv.h 27 __u32 pixelformat; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ivtv.h 27 __u32 pixelformat; member in struct:ivtv_dma_frame
  /external/chromium_org/media/video/capture/linux/
video_capture_device_factory_linux.cc 39 fmtdesc.pixelformat) != usable_fourccs.end())
134 (int32)pixel_format.pixelformat);
141 frame_size.pixel_format = pixel_format.pixelformat;
155 frame_interval.pixel_format = pixel_format.pixelformat;
  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.cc 180 " { pixelformat = %c%c%c%c, description = '%s' }",
181 fmt.pixelformat & 0xFF, (fmt.pixelformat>>8) & 0xFF,
182 (fmt.pixelformat>>16) & 0xFF, (fmt.pixelformat>>24) & 0xFF,
186 if (fmt.pixelformat == fmts[i] && i < fmtsIdx)
211 video_fmt.fmt.pix.pixelformat = fmts[fmtsIdx];
213 if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_YUYV)
215 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_YUV420)
217 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_MJPEG |
    [all...]