Home
last modified time | relevance | path

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

/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc59 encode_thread_([this] { ProcessWorkUnitsUntilTimeToQuit(); }) { in StreamingVp8Encoder()
113 encode_thread_.join(); in ~StreamingVp8Encoder()
198 OSP_DCHECK_EQ(std::this_thread::get_id(), encode_thread_.get_id()); in DestroyEncoder()
209 OSP_DCHECK_EQ(std::this_thread::get_id(), encode_thread_.get_id()); in ProcessWorkUnitsUntilTimeToQuit()
255 OSP_DCHECK_EQ(std::this_thread::get_id(), encode_thread_.get_id()); in PrepareEncoder()
325 OSP_DCHECK_EQ(std::this_thread::get_id(), encode_thread_.get_id()); in EncodeFrame()
361 OSP_DCHECK_EQ(std::this_thread::get_id(), encode_thread_.get_id()); in ComputeFrameEncodeStats()
392 OSP_DCHECK_EQ(std::this_thread::get_id(), encode_thread_.get_id()); in UpdateSpeedSettingForNextFrame()
Dstreaming_vp8_encoder.h296 std::thread encode_thread_; variable