Searched refs:target_height_ (Results 1 – 2 of 2) sorted by relevance
286 target_height_(static_cast<int>(target_height)), in ScrollingImageFrameGenerator()328 VideoFrame::UpdateRect{0, 0, target_width_, target_height_}; in NextFrame()352 int scroll_margin_y = current_source_frame_.buffer->height() - target_height_; in CropSourceToScrolledImage()368 : VideoFrame::UpdateRect{0, 0, target_width_, target_height_}; in CropSourceToScrolledImage()370 WrapI420Buffer(target_width_, target_height_, in CropSourceToScrolledImage()
150 const int target_height_; variable