OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourceheight_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc
280
int
sourceheight_
= source_frame.height();
local
297
targetheight_ != static_cast<int>(
sourceheight_
)) {
301
"from_" << sourcewidth_ << "x" <<
sourceheight_
<< "_to_" <<
318
sourceheight_
,
327
sourcewidth_ << "x" <<
sourceheight_
<< "_30Hz_P420.yuv";
local
333
"%d %d \n", sourcewidth_,
sourceheight_
);
343
psnr, sourcewidth_,
sourceheight_
, targetwidth_, targetheight_);
Completed in 93 milliseconds