OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_black_row
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/base/
video_frame_unittest.cc
26
int
first_black_row
= static_cast<int>(frame->coded_size().height() *
local
30
int color = (row <
first_black_row
) ? 0xFF : 0x00;
Completed in 198 milliseconds