Home
last modified time | relevance | path

Searched refs:video_frame_ (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc72 ASSERT_EQ(0, video_frame_.CreateEmptyFrame(width_, height_, width_, in SetUp()
75 memset(video_frame_.buffer(kYPlane), 0, video_frame_.allocated_size(kYPlane)); in SetUp()
76 memset(video_frame_.buffer(kUPlane), 0, video_frame_.allocated_size(kUPlane)); in SetUp()
77 memset(video_frame_.buffer(kVPlane), 0, video_frame_.allocated_size(kVPlane)); in SetUp()
123 0, kVideoRotation_0, &video_frame_));
125 EXPECT_EQ(-1, vp_->Deflickering(&video_frame_, &stats));
127 EXPECT_EQ(-3, vp_->BrightnessDetection(video_frame_, stats));
142 0, kVideoRotation_0, &video_frame_));
143 vp_->GetFrameStats(video_frame_, &stats);
145 ASSERT_EQ(0, video_frame2.CopyFrame(video_frame_));
[all …]
Dbrightness_detection_test.cc30 0, kVideoRotation_0, &video_frame_)); in TEST_F()
33 vp_->GetFrameStats(video_frame_, &stats); in TEST_F()
35 ASSERT_GE(brightnessWarning = vp_->BrightnessDetection(video_frame_, stats), in TEST_F()
56 0, kVideoRotation_0, &video_frame_)); in TEST_F()
59 uint8_t* frame = video_frame_.buffer(kYPlane); in TEST_F()
70 vp_->GetFrameStats(video_frame_, &stats); in TEST_F()
72 ASSERT_GE(brightnessWarning = vp_->BrightnessDetection(video_frame_, stats), in TEST_F()
93 0, kVideoRotation_0, &video_frame_)); in TEST_F()
96 uint8_t* y_plane = video_frame_.buffer(kYPlane); in TEST_F()
104 vp_->GetFrameStats(video_frame_, &stats); in TEST_F()
[all …]
Ddeflickering_test.cc61 height_, 0, kVideoRotation_0, &video_frame_)); in TEST_F()
62 video_frame_.set_timestamp(timeStamp); in TEST_F()
66 vp_->GetFrameStats(video_frame_, &stats); in TEST_F()
68 ASSERT_EQ(0, vp_->Deflickering(&video_frame_, &stats)); in TEST_F()
73 if (PrintVideoFrame(video_frame_, deflickerFile) < 0) { in TEST_F()
Dcontent_metrics_test.cc36 0, kVideoRotation_0, &video_frame_)); in TEST_F()
37 _cM_c = ca__c.ComputeContentMetrics(video_frame_); in TEST_F()
38 _cM_SSE = ca__sse.ComputeContentMetrics(video_frame_); in TEST_F()
Ddenoiser_test.cc145 0, kVideoRotation_0, &video_frame_)); in TEST_F()
147 denoiser_c.DenoiseFrame(video_frame_, &denoised_frame_c); in TEST_F()
148 denoiser_sse_neon.DenoiseFrame(video_frame_, &denoised_frame_sse_neon); in TEST_F()
Dvideo_processing_unittest.h36 VideoFrame video_frame_; variable
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_video.cc77 payload_data_length_ = sizeof(video_frame_); in SetUp()
80 video_frame_[n] = n%10; in SetUp()
139 uint8_t video_frame_[65000]; member in webrtc::RtpRtcpVideoTest
149 video_frame_, in TEST_F()
/external/v4l2_codec2/accel/
Dv4l2_device.cc98 scoped_refptr<VideoFrame> video_frame_; member in media::V4L2Buffer