Searched refs:input_next_frame_ (Results 1 – 1 of 1) sorted by relevance
171 const webrtc::I420VideoFrame* input_next_frame_; member in content::RTCVideoEncoder::Impl206 input_next_frame_(NULL), in Impl()253 DCHECK(!input_next_frame_); in Enqueue()279 input_next_frame_ = input_frame; in Enqueue()455 DCHECK(input_next_frame_); in EncodeOneFrame()462 const webrtc::I420VideoFrame* next_frame = input_next_frame_; in EncodeOneFrame()464 input_next_frame_ = NULL; in EncodeOneFrame()518 if (input_next_frame_) in EncodeFrameFinished()