Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc514 absl::optional<int> last_sent_width() const { return last_width_; } in last_sent_width()
544 last_width_.emplace(adapted_frame.width()); in IncomingCapturedFrame()
547 last_width_ = absl::nullopt; in IncomingCapturedFrame()
552 last_width_.emplace(video_frame.width()); in IncomingCapturedFrame()
567 absl::optional<int> last_width_; member in webrtc::__anon12f4eee80111::AdaptingFrameForwarder
1156 width = last_width_; in CheckLastFrameSizeMatches()
1168 width = last_width_; in CheckLastFrameSizeIsMultipleOf()
1245 last_width_ = encoded_image._encodedWidth; in OnEncodedImage()
1272 uint32_t last_width_ = 0; member in webrtc::VideoStreamEncoderTest::TestSink