Searched refs:pending_frame_drops_ (Results 1 – 2 of 2) sorted by relevance
332 std::atomic<int> pending_frame_drops_; variable
332 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()