Home
last modified time | relevance | path

Searched refs:adjusted_frame (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_geometry_aligner.cc57 rtc::scoped_refptr<I420Buffer> adjusted_frame = in CropAndZoom() local
61 adjusted_frame->MutableDataY(), adjusted_frame->StrideY(), in CropAndZoom()
62 adjusted_frame->MutableDataU(), adjusted_frame->StrideU(), in CropAndZoom()
63 adjusted_frame->MutableDataV(), adjusted_frame->StrideV(), in CropAndZoom()
66 return adjusted_frame; in CropAndZoom()
Dvideo_color_aligner.cc187 rtc::scoped_refptr<I420Buffer> adjusted_frame = in AdjustColors() local
209 adjusted_frame->MutableDataY() + adjusted_frame->StrideY() * y, in AdjustColors()
220 adjusted_frame->MutableDataU() + adjusted_frame->StrideU() * half_y, in AdjustColors()
223 adjusted_frame->MutableDataV() + adjusted_frame->StrideV() * half_y, in AdjustColors()
233 return adjusted_frame; in AdjustColors()