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

  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.cc 83 gfx::Size visible_size; local
94 visible_size.SetSize(base::checked_cast<int>(format.fmt.pix_mp.width),
101 visible_size.SetSize(base::checked_cast<int>(format.fmt.pix.width),
111 << ", visible_size=" << visible_size.ToString() << ", frame_format="
130 DCHECK(gfx::Rect(coded_size).Contains(gfx::Rect(visible_size)));
video_encode_accelerator_unittest.cc 109 gfx::Size visible_size; member in struct:content::__anon12245::TestStream
201 i, kInputFormat, test_stream->visible_size.width());
203 i, kInputFormat, test_stream->visible_size.height());
215 kInputFormat, test_stream->visible_size);
281 test_stream->visible_size = gfx::Size(width, height);
282 CHECK(!test_stream->visible_size.IsEmpty());
696 test_stream_->visible_size,
    [all...]
  /external/chromium_org/media/base/
video_util.h 17 // Computes the size of |visible_size| for a given aspect ratio.
18 MEDIA_EXPORT gfx::Size GetNaturalSize(const gfx::Size& visible_size,
video_util.cc 15 gfx::Size GetNaturalSize(const gfx::Size& visible_size,
26 int width = floor(visible_size.width() * aspect_ratio + 0.5);
27 int height = visible_size.height();
  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.cc 80 const gfx::Size visible_size = params_.requested_format.frame_size; local
81 const gfx::Size coded_size((visible_size.width() + 15) & ~15,
82 (visible_size.height() + 15) & ~15);
132 gfx::Rect(visible_size),
133 visible_size,

Completed in 645 milliseconds