HomeSort by relevance Sort by last modified time
    Searched refs:frame_format (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.cc 84 media::VideoFrame::Format frame_format = media::VideoFrame::UNKNOWN; local
96 frame_format =
103 frame_format =
108 media::VideoFrame::PlaneHorizontalBitsPerPixel(frame_format, 0);
111 << ", visible_size=" << visible_size.ToString() << ", frame_format="
112 << media::VideoFrame::FormatToString(frame_format)
136 i, frame_format, coded_size.width())));
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 72 const VideoCaptureFormat& frame_format,
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 167 const VideoCaptureFormat& frame_format,
348 const VideoCaptureFormat& frame_format,
353 if (!frame_format.IsValid())
360 int new_unrotated_width = frame_format.frame_size.width();
361 int new_unrotated_height = frame_format.frame_size.height();
416 switch (frame_format.pixel_format) {
469 frame_format.frame_size.width(),
470 (flip ? -frame_format.frame_size.height() :
471 frame_format.frame_size.height()),
491 dimensions, frame_format.frame_rate, media::PIXEL_FORMAT_I420)
    [all...]
video_capture_host.cc 79 const media::VideoCaptureFormat& frame_format,
89 frame_format,
98 const media::VideoCaptureFormat& frame_format,
108 frame_format,
video_capture_host_unittest.cc 229 const media::VideoCaptureFormat& frame_format,
236 dumper_.StartDump(frame_format.frame_size.width(),
237 frame_format.frame_size.height());
238 format_ = frame_format;
240 ASSERT_EQ(format_.frame_size.width(), frame_format.frame_size.width())
242 ASSERT_EQ(format_.frame_size.height(), frame_format.frame_size.height())
247 OnBufferFilled(device_id, buffer_id, frame_format, visible_rect, timestamp);
  /bionic/libc/kernel/uapi/sound/
hdspm.h 145 uint8_t frame_format; member in struct:hdspm_status::__anon1000::__anon1001
  /external/kernel-headers/original/uapi/sound/
hdspm.h 166 uint8_t frame_format; /* enum hdspm_madi_frame_format */ member in struct:hdspm_status::__anon7273::__anon7274
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura_unittest.cc 45 const media::VideoCaptureFormat& frame_format,
desktop_capture_device_unittest.cc 51 const media::VideoCaptureFormat& frame_format,
web_contents_video_capture_device_unittest.cc 344 const media::VideoCaptureFormat& frame_format,
  /external/chromium_org/cc/resources/
video_resource_updater.cc 325 media::VideoFrame::Format frame_format = video_frame->format(); local
327 DCHECK_EQ(frame_format, media::VideoFrame::NATIVE_TEXTURE);
328 if (frame_format != media::VideoFrame::NATIVE_TEXTURE)
  /external/chromium_org/media/video/capture/
video_capture_device.h 207 // The format of the frame is described by |frame_format|, and is assumed to
213 const VideoCaptureFormat& frame_format,
  /external/lldb/source/Target/
StackFrame.cpp 1286 const char *frame_format = NULL; local
    [all...]

Completed in 529 milliseconds