Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.h332 std::atomic<int> pending_frame_drops_; variable
Dvideo_stream_encoder.cc332 pending_frame_drops_(0),
1646 if (pending_frame_drops_.load() > 0) { in OnEncodedImage()
1647 int pending_drops = pending_frame_drops_.fetch_sub(1); in OnEncodedImage()
1866 pending_frame_drops_.fetch_add(1); in RunPostEncode()