OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourcewidth_
(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
279
int
sourcewidth_
= source_frame.width();
local
296
if (targetwidth_ != static_cast<int>(
sourcewidth_
) ||
301
"from_" <<
sourcewidth_
<< "x" << sourceheight_ << "_to_" <<
317
ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(
sourcewidth_
,
327
sourcewidth_
<< "x" << sourceheight_ << "_30Hz_P420.yuv";
333
"%d %d \n",
sourcewidth_
, sourceheight_);
343
psnr,
sourcewidth_
, sourceheight_, targetwidth_, targetheight_);
Completed in 295 milliseconds