Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.h276 std::atomic<int> posted_frames_waiting_for_encode_; variable
Dvideo_stream_encoder.cc314 posted_frames_waiting_for_encode_(0), in VideoStreamEncoder()
988 ++posted_frames_waiting_for_encode_; in OnFrame()
997 posted_frames_waiting_for_encode_.fetch_sub(1); in OnFrame()