Searched refs:last_width_ (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
H A Dreplay.cc146 last_width_(0),
161 if (last_width_ != video_frame.width() ||
178 last_width_ = video_frame.width();
191 int last_width_; member in class:webrtc::FileRenderPassthrough
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc2246 last_width_(-1),
2455 if (frame.width() != last_width_ || frame.height() != last_height_) {
2482 if (renderer_ != NULL && last_width_ != -1) {
2483 SetSize(last_width_, last_height_);
2500 last_width_ = width;
2536 info.frame_width = last_width_;
H A Dwebrtcvideoengine2.h459 int last_width_ GUARDED_BY(renderer_lock_);

Completed in 94 milliseconds