Searched refs:DropDueToSize (Results 1 – 2 of 2) sorted by relevance
188 bool DropDueToSize(uint32_t pixel_count) const RTC_RUN_ON(&encoder_queue_);
1236 if (DropDueToSize(video_frame.size())) { in MaybeEncodeVideoFrame()1777 !DropDueToSize(pending_frame_->size())) { in OnBitrateUpdated()1785 bool VideoStreamEncoder::DropDueToSize(uint32_t pixel_count) const { in DropDueToSize() function in webrtc::VideoStreamEncoder