Searched refs:next_frame_ (Results 1 – 2 of 2) sorted by relevance
157 while (running_.load() && connection_->ReadMessage(next_frame_)) { in VsockReadLoop()158 if (framesizeMatches(width, height, next_frame_)) { in VsockReadLoop()161 frame_.swap(next_frame_); in VsockReadLoop()163 } else if (isBlob(next_frame_)) { in VsockReadLoop()167 cached_jpeg_.swap(next_frame_); in VsockReadLoop()171 next_frame_.size()); in VsockReadLoop()
62 std::vector<char> next_frame_; variable