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

  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 454 test_frame_.CreateEmptyFrame(kTestWidth, kTestHeight, kTestWidth,
457 memset(test_frame_.buffer(webrtc::kYPlane), 127, kTestWidth * kTestHeight);
458 memset(test_frame_.buffer(webrtc::kUPlane), 127,
460 memset(test_frame_.buffer(webrtc::kVPlane), 127,
476 webrtc::VideoFrame test_frame_; member in class:VideoCaptureExternalTest
484 test_frame_.width(),
485 test_frame_.height());
487 webrtc::ExtractBuffer(test_frame_, length, test_buffer.get());
490 EXPECT_TRUE(capture_callback_.CompareLastFrame(test_frame_));
506 test_frame_.width()
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 39 VideoFrame test_frame_; member in class:webrtc::TestScaler
66 test_frame_.CreateEmptyFrame(width_, height_,
78 EXPECT_EQ(-2, test_scaler_.Scale(test_frame_, &test_frame_));
91 EXPECT_EQ(-1, test_scaler_.Scale(null_src_frame, &test_frame_));
103 test_frame_.CreateFrame(orig_buffer.get(),
108 EXPECT_EQ(0, test_scaler_.Scale(test_frame_, &test_frame2));

Completed in 762 milliseconds