OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:region_in_frame
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/media/
video_track_adapter.cc
210
gfx::Rect
region_in_frame
=
local
215
region_in_frame
,
/external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc
148
// |
region_in_frame
| defines the desktop bound in the captured frame.
150
gfx::Point UpdateCursorState(const gfx::Rect&
region_in_frame
);
378
gfx::Rect
region_in_frame
=
local
381
region_in_frame
= gfx::Rect(
region_in_frame
.x() & ~1,
382
region_in_frame
.y() & ~1,
383
region_in_frame
.width() & ~1,
384
region_in_frame
.height() & ~1);
385
if (
region_in_frame
.IsEmpty())
404
yuv_readback_pipeline_->scaler()->DstSize() !=
region_in_frame
.size())
[
all
...]
web_contents_video_capture_device.cc
466
gfx::Rect
region_in_frame
= ComputeYV12LetterboxRegion(
local
471
if (input.width() !=
region_in_frame
.width() ||
472
input.height() !=
region_in_frame
.height()) {
475
if (input.width() <
region_in_frame
.width() ||
476
input.height() <
region_in_frame
.height()) {
486
region_in_frame
.width(),
487
region_in_frame
.height());
499
region_in_frame
,
local
/external/chromium_org/content/browser/compositor/
delegated_frame_host.cc
741
gfx::Rect
region_in_frame
=
744
region_in_frame
= gfx::Rect(
region_in_frame
.x() & ~1,
745
region_in_frame
.y() & ~1,
746
region_in_frame
.width() & ~1,
747
region_in_frame
.height() & ~1);
748
if (
region_in_frame
.IsEmpty())
756
if (result->size().width() !=
region_in_frame
.width() ||
757
result->size().height() !=
region_in_frame
.height()) {
761
region_in_frame
.width()
773
region_in_frame
,
local
[
all
...]
Completed in 1453 milliseconds