HomeSort by relevance Sort by last modified time
    Searched full:pixel_format (Results 26 - 50 of 64) sorted by null

12 3

  /external/qemu/android/camera/
camera-common.h 100 uint32_t pixel_format; member in struct:ClientFrameBuffer
130 uint32_t pixel_format; member in struct:CameraInfo
camera-capture-mac.m 273 const uint32_t pixel_format =
285 res = convert_frame(pixels, pixel_format, frame_size,
411 uint32_t pixel_format,
533 cis[0].pixel_format = _QTtoFOURCC(qt_pix_format);
534 if (cis[0].pixel_format == 0) {
camera-capture-linux.c 569 size_enum.pixel_format = fmt;
611 size_enum.pixel_format = fmt;
780 cis->pixel_format = formats[chosen].format;
829 uint32_t pixel_format,
854 fmt.fmt.pix.pixelformat = pixel_format;
856 memcpy(fmt_str, &pixel_format, 4);
866 memcpy(fmt_str, &pixel_format, 4);
    [all...]
camera-format-converters.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 409 SDL_PixelFormat *pixel_format; local
425 pixel_format = current->format;
426 redmask = pixel_format->Rmask;
427 switch (pixel_format->BitsPerPixel) {
517 SDL_PixelFormat *pixel_format; local
540 pixel_format = current->format;
541 redmask = pixel_format->Rmask;
542 switch (pixel_format->BitsPerPixel) {
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_video_decoder.cc 25 static cdm::VideoFormat PixelFormatToCdmVideoFormat(PixelFormat pixel_format) {
26 switch (pixel_format) {
30 DVLOG(1) << "Unsupported PixelFormat: " << pixel_format;
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_aura_unittest.cc 106 capture_params.requested_format.pixel_format = media::PIXEL_FORMAT_I420;
video_capture_controller.cc 336 switch (frame_format.pixel_format) {
376 if (frame_format.pixel_format == media::PIXEL_FORMAT_RGB24) {
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.h 124 VideoFrame::Format PixelFormatToVideoFormat(PixelFormat pixel_format);
ffmpeg_common.cc 513 VideoFrame::Format PixelFormatToVideoFormat(PixelFormat pixel_format) {
514 switch (pixel_format) {
524 DVLOG(1) << "Unsupported PixelFormat: " << pixel_format;
  /external/chromium_org/third_party/libva/va/
va_tpi.h 54 unsigned int pixel_format; /* buffer format */ member in struct:_VASurfaceAttributeTPI
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 103 }pixel_format; typedef in typeref:struct:pixel_format_t
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 88 public static final int PIXEL_FORMAT = GLES20.GL_RGB;
89 public static final int PIXEL_TYPE = PIXEL_FORMAT == GLES20.GL_RGBA
92 PIXEL_FORMAT == GLES20.GL_RGBA ? 4 : 2;
94 = PIXEL_FORMAT == GLES20.GL_RGBA ? true : false;
440 VideoDumpConfig.PIXEL_FORMAT,
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 79 int pixel_format,
84 size.pixel_format = pixel_format;
  /external/chromium_org/media/video/capture/
file_video_capture_device.cc 57 video_format->pixel_format = media::PIXEL_FORMAT_I420;
222 DCHECK_EQ(capture_format_.pixel_format, PIXEL_FORMAT_I420);
  /device/generic/goldfish/camera/
QemuClient.cpp 472 status_t CameraQemuClient::queryStart(uint32_t pixel_format,
480 mQueryStart, width, height, pixel_format);
QemuClient.h 382 * pixel_format - Pixel format that is used by the client to push video
388 status_t queryStart(uint32_t pixel_format, int width, int height);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 325 GLuint pixel_format; local
336 pixel_format = choose_pixel_format(visual);
347 switch (pixel_format) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 325 GLuint pixel_format; local
336 pixel_format = choose_pixel_format(visual);
347 switch (pixel_format) {
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.mm 165 capture_format_.pixel_format = PIXEL_FORMAT_UYVY;
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 127 !FormatFromGuid(type_guid, &capability->supported_format.pixel_format)) {
  /external/webp/examples/
dwebp.c 103 WICPixelFormatGUID pixel_format = has_alpha ? GUID_WICPixelFormat32bppBGRA local
125 IFS(IWICBitmapFrameEncode_SetPixelFormat(frame, &pixel_format));
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum
288 __u32 pixel_format; member in struct:v4l2_frmivalenum
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum
288 __u32 pixel_format; member in struct:v4l2_frmivalenum
    [all...]

Completed in 4623 milliseconds

12 3