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);
130 media::VideoFrame::PlaneAllocationSize(frame_format, i, coded_size));
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 125 const VideoCaptureFormat& frame_format,
292 const VideoCaptureFormat& frame_format,
297 if (!frame_format.IsValid())
304 int new_unrotated_width = frame_format.frame_size.width();
305 int new_unrotated_height = frame_format.frame_size.height();
360 switch (frame_format.pixel_format) {
413 frame_format.frame_size.width(),
414 (flip ? -frame_format.frame_size.height() :
415 frame_format.frame_size.height()),
435 dimensions, frame_format.frame_rate, media::PIXEL_FORMAT_I420)
    [all...]
video_capture_host_unittest.cc 224 const media::VideoCaptureFormat& frame_format,
230 dumper_.StartDump(frame_format.frame_size.width(),
231 frame_format.frame_size.height());
232 format_ = frame_format;
234 ASSERT_EQ(format_.frame_size.width(), frame_format.frame_size.width())
236 ASSERT_EQ(format_.frame_size.height(), frame_format.frame_size.height())
241 OnBufferFilled(device_id, buffer_id, frame_format, timestamp);
video_capture_host.cc 79 const media::VideoCaptureFormat& frame_format,
88 frame_format,
96 const media::VideoCaptureFormat& frame_format,
106 frame_format,
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 47 const VideoCaptureFormat& frame_format,
  /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::__anon27377::__anon27378
  /external/chromium_org/cc/resources/
video_resource_updater.cc 294 media::VideoFrame::Format frame_format = video_frame->format(); local
296 DCHECK_EQ(frame_format, media::VideoFrame::NATIVE_TEXTURE);
297 if (frame_format != media::VideoFrame::NATIVE_TEXTURE)
  /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 341 const media::VideoCaptureFormat& frame_format,
  /external/chromium_org/media/video/capture/
video_capture_device.h 166 // The format of the frame is described by |frame_format|, and is assumed to
172 const VideoCaptureFormat& frame_format,
  /external/lldb/source/Target/
StackFrame.cpp 1286 const char *frame_format = NULL; local
    [all...]

Completed in 710 milliseconds