Home
last modified time | relevance | path

Searched refs:encodeThread_ (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp221 if (encodeThread_ && encodeThread_->joinable()) { in Release()
222 encodeThread_->join(); in Release()
223 encodeThread_ = nullptr; in Release()
283 if (encodeThread_ == nullptr && audioCodeId_ != AV_CODEC_ID_NONE) { in InputFrame()
284 encodeThread_ = std::make_unique<std::thread>(&RtpEncoderTs::StartEncoding, this); in InputFrame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_ts.h95 std::unique_ptr<std::thread> encodeThread_; member in OHOS::Sharing::RtpEncoderTs

Completed in 2 milliseconds