Searched refs:adjusted_frame (Results 1 – 2 of 2) sorted by relevance
57 rtc::scoped_refptr<I420Buffer> adjusted_frame = in CropAndZoom() local61 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()
187 rtc::scoped_refptr<I420Buffer> adjusted_frame = in AdjustColors() local209 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()