Searched refs:last_height_ (Results 1 – 1 of 1) sorted by relevance
515 absl::optional<int> last_sent_height() const { return last_height_; } in last_sent_height()545 last_height_.emplace(adapted_frame.height()); in IncomingCapturedFrame()548 last_height_ = absl::nullopt; in IncomingCapturedFrame()553 last_height_.emplace(video_frame.height()); in IncomingCapturedFrame()568 absl::optional<int> last_height_; member in webrtc::__anon12f4eee80111::AdaptingFrameForwarder1157 height = last_height_; in CheckLastFrameSizeMatches()1169 height = last_height_; in CheckLastFrameSizeIsMultipleOf()1246 last_height_ = encoded_image._encodedHeight; in OnEncodedImage()1271 uint32_t last_height_ = 0; member in webrtc::VideoStreamEncoderTest::TestSink