Searched refs:last_width_ (Results 1 – 4 of 4) sorted by relevance
137 last_width_(0), in FileRenderPassthrough()152 if (last_width_ != video_frame.width() || in RenderFrame()169 last_width_ = video_frame.width(); in RenderFrame()180 int last_width_; member in webrtc::FileRenderPassthrough
1714 last_width_(-1), in WebRtcVideoReceiveStream()1782 if (frame.width() != last_width_ || frame.height() != last_height_) { in RenderFrame()1797 if (renderer_ != NULL && last_width_ != -1) { in SetRenderer()1798 SetSize(last_width_, last_height_); in SetRenderer()1815 last_width_ = width; in SetSize()1833 info.frame_width = last_width_; in GetVideoReceiverInfo()
394 int last_width_ GUARDED_BY(renderer_lock_);
40 uint16_t last_width_; member in TestCodecObserver57 last_width_(0), in TestCodecObserver()70 last_width_ = video_codec.width; in IncomingCodecChanged()