Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dsender.cc57 return num_frames_in_flight_; in GetInFlightFrameCount()
62 if (num_frames_in_flight_ == 0) { in GetInFlightMediaDuration()
135 ++num_frames_in_flight_; in EnqueueFrame()
137 OSP_DCHECK_LE(num_frames_in_flight_, in EnqueueFrame()
532 OSP_DCHECK_GT(num_frames_in_flight_, 0); in CancelPendingFrame()
533 --num_frames_in_flight_; in CancelPendingFrame()
Dsender.h275 int num_frames_in_flight_ = 0; variable