Searched refs:video_frame_ (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 72 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 …]
|
D | brightness_detection_test.cc | 30 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 …]
|
D | deflickering_test.cc | 61 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()
|
D | content_metrics_test.cc | 36 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()
|
D | denoiser_test.cc | 145 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()
|
D | video_processing_unittest.h | 36 VideoFrame video_frame_; variable
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_video.cc | 77 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/ |
D | v4l2_device.cc | 98 scoped_refptr<VideoFrame> video_frame_; member in media::V4L2Buffer
|