Searched refs:target_width_ (Results 1 – 2 of 2) sorted by relevance
285 target_width_(static_cast<int>(target_width)), in ScrollingImageFrameGenerator()328 VideoFrame::UpdateRect{0, 0, target_width_, target_height_}; in NextFrame()349 int scroll_margin_x = current_source_frame_.buffer->width() - target_width_; in CropSourceToScrolledImage()368 : VideoFrame::UpdateRect{0, 0, target_width_, target_height_}; in CropSourceToScrolledImage()370 WrapI420Buffer(target_width_, target_height_, in CropSourceToScrolledImage()
149 const int target_width_; variable