Searched refs:encode_thread_ (Results 1 – 2 of 2) sorted by relevance
59 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()
296 std::thread encode_thread_; variable