HomeSort by relevance Sort by last modified time
    Searched refs:visible_rect (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/chromium_org/cc/quads/
yuv_video_draw_quad.h 31 const gfx::Rect& visible_rect,
42 const gfx::Rect& visible_rect,
draw_quad.h 77 gfx::Rect visible_rect; member in class:cc::DrawQuad
94 if (visible_rect.IsEmpty())
96 return !opaque_rect.Contains(visible_rect);
138 const gfx::Rect& visible_rect,
picture_draw_quad.cc 23 const gfx::Rect& visible_rect,
35 visible_rect,
48 const gfx::Rect& visible_rect,
60 visible_rect,
yuv_video_draw_quad.cc 24 const gfx::Rect& visible_rect,
33 opaque_rect, visible_rect, needs_blending);
45 const gfx::Rect& visible_rect,
54 opaque_rect, visible_rect, needs_blending);
render_pass_draw_quad.cc 25 const gfx::Rect& visible_rect,
40 visible_rect,
53 const gfx::Rect& visible_rect,
65 visible_rect, needs_blending);
texture_draw_quad.cc 29 const gfx::Rect& visible_rect,
40 opaque_rect, visible_rect, needs_blending);
56 const gfx::Rect& visible_rect, bool needs_blending,
64 opaque_rect, visible_rect, needs_blending);
picture_draw_quad.h 28 const gfx::Rect& visible_rect,
39 const gfx::Rect& visible_rect,
render_pass_draw_quad.h 25 const gfx::Rect& visible_rect,
36 const gfx::Rect& visible_rect,
  /external/chromium_org/media/video/
picture.h 60 const gfx::Rect& visible_rect);
79 gfx::Rect visible_rect() const { return visible_rect_; } function in class:media::Picture
  /external/chromium_org/media/base/
video_frame_pool.h 31 const gfx::Rect& visible_rect,
video_frame_pool_unittest.cc 17 gfx::Rect visible_rect(coded_size);
22 format, coded_size, visible_rect, natural_size,
28 EXPECT_EQ(visible_rect, frame->visible_rect());
video_decoder_config.h 81 const gfx::Rect& visible_rect,
93 const gfx::Rect& visible_rect,
122 gfx::Rect visible_rect() const;
video_frame.h 77 const gfx::Rect& visible_rect,
85 const gfx::Rect& visible_rect,
106 const gfx::Rect& visible_rect,
114 // least as large as 4 * visible_rect().size().GetArea().
128 const gfx::Rect& visible_rect,
151 const gfx::Rect& visible_rect,
180 const gfx::Rect& visible_rect,
192 // gets destroyed. |visible_rect| must be a sub rect within
193 // frame->visible_rect().
196 const gfx::Rect& visible_rect,
254 const gfx::Rect& visible_rect() const { return visible_rect_; } function in class:media::VideoFrame
    [all...]
video_frame.cc 54 const gfx::Rect& visible_rect,
68 DCHECK(IsValidConfig(format, new_coded_size, visible_rect, natural_size));
73 visible_rect,
115 const gfx::Rect& visible_rect,
121 visible_rect.x() < 0 || visible_rect.y() < 0 ||
122 visible_rect.right() > coded_size.width() ||
123 visible_rect.bottom() > coded_size.height() ||
132 return (coded_size.IsEmpty() && visible_rect.IsEmpty() &&
143 RoundUp(visible_rect.bottom(), 2)
    [all...]
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.h 29 void Initialize(gfx::Size coded_size, gfx::Rect visible_rect);
x11_video_renderer.cc 89 Initialize(video_frame->coded_size(), video_frame->visible_rect());
93 const int visible_width = video_frame->visible_rect().width();
94 const int visible_height = video_frame->visible_rect().height();
151 video_frame->visible_rect().x(),
152 video_frame->visible_rect().y(),
177 video_frame->visible_rect().x(),
178 video_frame->visible_rect().y(),
185 gfx::Rect visible_rect) {
190 XResizeWindow(display_, window_, visible_rect.width(), visible_rect.height())
    [all...]
x11_video_renderer.h 30 void Initialize(gfx::Size coded_size, gfx::Rect visible_rect);
gl_video_renderer.cc 117 Initialize(video_frame->coded_size(), video_frame->visible_rect());
143 void GlVideoRenderer::Initialize(gfx::Size coded_size, gfx::Rect visible_rect) {
148 XResizeWindow(display_, window_, visible_rect.width(), visible_rect.height());
238 float x0 = static_cast<float>(visible_rect.x()) / coded_size.width();
239 float y0 = static_cast<float>(visible_rect.y()) / coded_size.height();
240 float x1 = static_cast<float>(visible_rect.right()) / coded_size.width();
241 float y1 = static_cast<float>(visible_rect.bottom()) / coded_size.height();
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter.cc 141 DCHECK(src->visible_rect().width() >= dst_width &&
142 src->visible_rect().height() >= dst_height);
144 const gfx::Rect& visible_rect = src->visible_rect(); local
147 visible_rect.y() * src->stride(media::VideoFrame::kYPlane) +
148 visible_rect.x();
150 visible_rect.y() / 2 * src->stride(media::VideoFrame::kUPlane) +
151 visible_rect.x() / 2;
153 visible_rect.y() / 2 * src->stride(media::VideoFrame::kVPlane) +
154 visible_rect.x() / 2
    [all...]
  /external/chromium_org/cc/resources/
priority_calculator.h 23 static int PriorityFromDistance(const gfx::Rect& visible_rect,
priority_calculator.cc 72 int PriorityCalculator::PriorityFromDistance(const gfx::Rect& visible_rect,
75 int distance = visible_rect.ManhattanInternalDistance(texture_rect);
  /external/chromium_org/media/formats/webm/
webm_video_client.cc 74 gfx::Rect visible_rect(crop_top_, crop_left_,
79 display_width_ = visible_rect.width();
81 display_height_ = visible_rect.height();
98 video_codec, profile, format, coded_size, visible_rect, natural_size,
  /external/chromium_org/chromecast/media/cma/base/
mock_frame_provider.cc 70 gfx::Rect visible_rect(640, 480);
77 visible_rect,
  /external/chromium_org/cc/output/
software_renderer_unittest.cc 102 gfx::Rect visible_rect(gfx::Point(1, 2), gfx::Size(98, 97));
124 inner_quad->visible_rect = visible_rect;
247 gfx::Rect visible_rect = tile_rect; local
248 visible_rect.Inset(1, 2, 3, 4);
263 0, visible_rect.bottom() - 1, tile_rect.width(), tile_rect.bottom()),
298 quad->visible_rect = visible_rect;
316 output->getColor(visible_rect.x() - 1, visible_rect.y() - 1))
    [all...]
  /external/chromium_org/chromecast/media/cma/ipc_streamer/
video_decoder_config_marshaller.cc 63 RectMarshaller::Write(config.visible_rect(), msg);
78 gfx::Rect visible_rect; local
88 visible_rect = RectMarshaller::Read(msg);
107 coded_size, visible_rect, natural_size,

Completed in 3615 milliseconds

12 3 4 5