Home
last modified time | relevance | path

Searched refs:cropped_frame (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_geometry_aligner_unittest.cc63 const rtc::scoped_refptr<I420BufferInterface> cropped_frame = in TEST_F() local
67 std::vector<uint8_t>(cropped_frame->DataY(), in TEST_F()
68 cropped_frame->DataY() + 16)); in TEST_F()
71 std::vector<uint8_t>(cropped_frame->DataU(), cropped_frame->DataU() + 4)); in TEST_F()
74 std::vector<uint8_t>(cropped_frame->DataV(), cropped_frame->DataV() + 4)); in TEST_F()
80 const rtc::scoped_refptr<I420BufferInterface> cropped_frame = in TEST_F() local
84 std::vector<uint8_t>(cropped_frame->DataY(), in TEST_F()
85 cropped_frame->DataY() + 16)); in TEST_F()
88 std::vector<uint8_t>(cropped_frame->DataU(), cropped_frame->DataU() + 4)); in TEST_F()
91 std::vector<uint8_t>(cropped_frame->DataV(), cropped_frame->DataV() + 4)); in TEST_F()
[all …]
/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.cc308 std::unique_ptr<DesktopFrame> cropped_frame = in CaptureFrame() local
310 RTC_DCHECK(cropped_frame); in CaptureFrame()
349 cropped_frame->CopyIntersectingPixelsFrom( in CaptureFrame()
358 return {Result::SUCCESS, std::move(cropped_frame)}; in CaptureFrame()
/external/webrtc/video/adaptation/
Dencode_usage_resource.cc70 void EncodeUsageResource::OnEncodeStarted(const VideoFrame& cropped_frame, in OnEncodeStarted() argument
75 overuse_detector_->FrameCaptured(cropped_frame, time_when_first_seen_us); in OnEncodeStarted()
Dencode_usage_resource.h48 void OnEncodeStarted(const VideoFrame& cropped_frame,
Dvideo_stream_encoder_resource_manager.h111 void OnEncodeStarted(const VideoFrame& cropped_frame,
Dvideo_stream_encoder_resource_manager.cc460 const VideoFrame& cropped_frame, in OnEncodeStarted() argument
463 encode_usage_resource_->OnEncodeStarted(cropped_frame, in OnEncodeStarted()