Searched refs:cropped_frame (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_geometry_aligner_unittest.cc | 63 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/ |
D | window_capturer_win_gdi.cc | 308 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/ |
D | encode_usage_resource.cc | 70 void EncodeUsageResource::OnEncodeStarted(const VideoFrame& cropped_frame, in OnEncodeStarted() argument 75 overuse_detector_->FrameCaptured(cropped_frame, time_when_first_seen_us); in OnEncodeStarted()
|
D | encode_usage_resource.h | 48 void OnEncodeStarted(const VideoFrame& cropped_frame,
|
D | video_stream_encoder_resource_manager.h | 111 void OnEncodeStarted(const VideoFrame& cropped_frame,
|
D | video_stream_encoder_resource_manager.cc | 460 const VideoFrame& cropped_frame, in OnEncodeStarted() argument 463 encode_usage_resource_->OnEncodeStarted(cropped_frame, in OnEncodeStarted()
|