Searched refs:current_frame_ (Results 1 – 3 of 3) sorted by relevance
20 : view_(view), current_frame_(new VideoFrame()), buffer_is_updated_(false) { function23 VideoRenderIosChannel::~VideoRenderIosChannel() { delete current_frame_; }27 current_frame_->CopyFrame(video_frame);28 current_frame_->set_render_time_ms(0);35 if (![view_ renderFrame:current_frame_]) {
40 VideoFrame* current_frame_; variable
156 current_frame_.CreateEmptyFrame(static_cast<int>(target_width), in ScrollingImageFrameGenerator()182 return ¤t_frame_; in NextFrame()194 const int kTargetWidth = current_frame_.width(); in CropSourceToScrolledImage()195 const int kTargetHeight = current_frame_.height(); in CropSourceToScrolledImage()213 current_frame_.CreateFrame( in CropSourceToScrolledImage()230 VideoFrame current_frame_; member in webrtc::test::__anon78312a5a0111::ScrollingImageFrameGenerator