HomeSort by relevance Sort by last modified time
    Searched defs:visible_rect (Results 1 - 15 of 15) sorted by null

  /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/media/base/
video_decoder_config.cc 23 const gfx::Rect& visible_rect,
28 Initialize(codec, profile, format, coded_size, visible_rect, natural_size,
60 const gfx::Rect& visible_rect,
77 UMA_HISTOGRAM_COUNTS_10000("Media.VideoVisibleWidth", visible_rect.width());
78 UmaHistogramAspectRatio("Media.VideoVisibleAspectRatio", visible_rect);
87 visible_rect_ = visible_rect;
106 (visible_rect() == config.visible_rect()) &&
121 << " visible rect: [" << visible_rect().x()
122 << "," << visible_rect().y(
148 gfx::Rect VideoDecoderConfig::visible_rect() const { function in class:media::VideoDecoderConfig
    [all...]
video_frame.h 72 const gfx::Rect& visible_rect,
80 const gfx::Rect& visible_rect,
101 const gfx::Rect& visible_rect,
108 // least as large as 4 * visible_rect().size().GetArea().
120 const gfx::Rect& visible_rect,
142 const gfx::Rect& visible_rect,
157 const gfx::Rect& visible_rect,
169 // gets destroyed. |visible_rect| must be a sub rect within
170 // frame->visible_rect().
173 const gfx::Rect& visible_rect,
218 const gfx::Rect& visible_rect() const { return visible_rect_; } function in class:media::VideoFrame
    [all...]
  /external/chromium_org/cc/layers/
nine_patch_layer_impl.cc 210 gfx::Rect visible_rect; local
214 visible_rect =
216 if (!visible_rect.IsEmpty()) {
221 visible_rect,
232 visible_rect =
234 if (!visible_rect.IsEmpty()) {
239 visible_rect,
250 visible_rect =
252 if (!visible_rect.IsEmpty()) {
257 visible_rect,
    [all...]
video_layer_impl.cc 139 gfx::Rect visible_rect = frame_->visible_rect(); local
149 static_cast<float>(visible_rect.width()) / coded_size.width();
151 static_cast<float>(visible_rect.height()) / coded_size.height();
153 static_cast<float>(visible_rect.x()) / coded_size.width();
155 static_cast<float>(visible_rect.y()) / coded_size.height();
261 visible_rect.size(),
tiled_layer_unittest.cc 436 gfx::Rect visible_rect = gfx::Rect(200, 200, 100, 100); local
438 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size());
440 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size());
451 // Invalidate and move the visible_rect in the scroll direction.
454 layer->draw_properties().visible_content_rect = visible_rect;
685 gfx::Rect visible_rect(0, 0, layer_width / 2, layer_height);
690 layer->draw_properties().visible_content_rect = visible_rect;
792 gfx::Rect visible_rect[10] = { nv, nv, v, v, nv, nv, v, v, nv, nv } local
    [all...]
  /external/chromium_org/cc/quads/
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,
  /external/chromium_org/cc/output/
software_renderer_unittest.cc 100 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);
264 0, visible_rect.bottom() - 1, tile_rect.width(), tile_rect.bottom()),
298 quad->visible_rect = visible_rect;
317 output->getColor(visible_rect.x() - 1, visible_rect.y() - 1))
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.h 115 gfx::Rect* visible_rect, gfx::Size* natural_size);
171 BufferData(int32 bbid, base::TimeDelta ts, const gfx::Rect& visible_rect,
176 gfx::Rect visible_rect; member in struct:media::GpuVideoDecoder::BufferData
gpu_video_decoder.cc 57 : bitstream_buffer_id(bbid), timestamp(ts), visible_rect(vr),
289 config_.visible_rect(),
302 gfx::Rect* visible_rect,
310 *visible_rect = it->visible_rect;
397 const gfx::Rect& visible_rect,
400 factories->ReadPixels(texture_id, visible_rect, pixels);
407 const gfx::Rect& visible_rect,
414 visible_rect,
436 gfx::Rect visible_rect; local
451 visible_rect, local
    [all...]
  /external/chromium_org/ash/
root_window_controller_unittest.cc 640 const gfx::Rect& visible_rect() const { function in class:ash::test::MockTextInputClient
832 text_input_client.visible_rect().width());
834 text_input_client.visible_rect().height());
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc 107 gfx::Rect visible_rect = root_output_rect; local
121 visible_rect,
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 958 hwc_rect_t visible_rect = layer.displayFrame; local
959 visible_rect.right--; visible_rect.bottom--;
963 if (intersect(visible_rect, overlaps.itemAt(j)))
983 if (intersect(visible_rect, other_rect))
984 overlaps.push_back(intersection(visible_rect, other_rect));
986 rects.push_back(visible_rect);
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 1744 pp::Rect visible_rect = GetVisibleRect(); local
2482 pp::Rect visible_rect = GetVisibleRect(); local
2672 pp::Rect visible_rect = engine_->GetVisibleRect(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 522 milliseconds