Searched refs:CheckCrop (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/common_video/ |
D | video_frame_unittest.cc | 163 void CheckCrop(const webrtc::I420BufferInterface& frame, in CheckCrop() function 403 CheckCrop(*scaled_buffer->ToI420(), 0.0, 0.0, 1.0, 1.0); in TEST_P() 413 CheckCrop(*scaled_buffer->ToI420(), 0.25, 0.0, 0.5, 1.0); in TEST_P() 423 CheckCrop(*scaled_buffer->ToI420(), 0.125, 0.0, 0.5, 1.0); in TEST_P() 433 CheckCrop(*scaled_buffer->ToI420(), 0.0, 0.25, 1.0, 0.5); in TEST_P() 443 CheckCrop(*scaled_buffer->ToI420(), 0.0, 0.125, 1.0, 0.5); in TEST_P() 453 CheckCrop(*scaled_buffer->ToI420(), 0.0, 0.125, 1.0, 0.75); in TEST_P()
|