OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crop_top_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/webm/
webm_video_client.cc
24
crop_top_
= -1;
61
if (
crop_top_
== -1)
62
crop_top_
= 0;
74
gfx::Rect visible_rect(
crop_top_
, crop_left_,
76
pixel_height_ - (
crop_top_
+ crop_bottom_));
116
dst = &
crop_top_
;
webm_video_client.h
48
int64
crop_top_
;
member in class:media::WebMVideoClient
Completed in 1085 milliseconds