HomeSort by relevance Sort by last modified time
    Searched defs:out_frame (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 34 const VideoFrame* out_frame);
209 VideoFrame* out_frame = NULL; local
213 out_frame);
313 const VideoFrame* out_frame) {
315 out_frame = vpm->PreprocessFrame(source);
316 EXPECT_TRUE(out_frame != nullptr);
320 EXPECT_EQ(&source, out_frame);
325 EXPECT_TRUE(out_frame != NULL);
326 EXPECT_EQ(source.render_time_ms(), (out_frame)->render_time_ms());
327 EXPECT_EQ(source.timestamp(), (out_frame)->timestamp())
355 VideoFrame* out_frame = NULL; local
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 313 VideoFrame in_frame, out_frame; local
316 out_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
328 required_size, kVideoRotation_0, &out_frame));
329 double psnr = I420PSNR(&in_frame, &out_frame);

Completed in 75 milliseconds