Home | History | Annotate | Download | only in unit_test

Lines Matching full:testsize

26 void TestSize(const I420VideoFrame& sourceFrame, int targetwidth_,
244 TestSize(video_frame_, 100, 50, 3, 24.0, vpm_);
245 TestSize(video_frame_, 352/4, 288/4, 3, 25.2, vpm_);
246 TestSize(video_frame_, 352/2, 288/2, 3, 28.1, vpm_);
247 TestSize(video_frame_, 352, 288, 3, -1, vpm_); // no resampling.
248 TestSize(video_frame_, 2*352, 2*288, 3, 32.2, vpm_);
249 TestSize(video_frame_, 400, 256, 3, 31.3, vpm_);
250 TestSize(video_frame_, 480, 640, 3, 32.15, vpm_);
251 TestSize(video_frame_, 960, 720, 3, 32.2, vpm_);
252 TestSize(video_frame_, 1280, 720, 3, 32.15, vpm_);
254 TestSize(video_frame_, 501, 333, 3, 32.05, vpm_);
256 TestSize(video_frame_, 281, 175, 3, 29.3, vpm_);
276 void TestSize(const I420VideoFrame& source_frame, int targetwidth_,