Searched defs:input_next_frame_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc171 const webrtc::I420VideoFrame* input_next_frame_; member in class:content::RTCVideoEncoder::Impl
206 input_next_frame_(NULL),
253 DCHECK(!input_next_frame_);
279 input_next_frame_ = input_frame;
455 DCHECK(input_next_frame_);
461 // input_next_frame_* state before we hand off the VideoFrame to the VEA.
462 const webrtc::I420VideoFrame* next_frame = input_next_frame_;
464 input_next_frame_ = NULL;
518 if (input_next_frame_)

Completed in 258 milliseconds