Home
last modified time | relevance | path

Searched refs:decodeThread_ (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp47 if (decodeThread_ && decodeThread_->joinable()) { in Release()
48 decodeThread_->join(); in Release()
49 decodeThread_ = nullptr; in Release()
74 if (decodeThread_ == nullptr) { in InputRtp()
75 decodeThread_ = std::make_unique<std::thread>(&RtpDecoderTs::StartDecoding, this); in InputRtp()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_ts.h58 std::unique_ptr<std::thread> decodeThread_; member in OHOS::Sharing::RtpDecoderTs
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp451 decodeThread_ = std::thread([this] { this->DecodeScreenData(); }); in StartInputThread()
459 if (decodeThread_.joinable()) { in StopInputThread()
460 decodeThread_.join(); in StopInputThread()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h86 std::thread decodeThread_; member in OHOS::DistributedHardware::ImageSinkDecoder

Completed in 3 milliseconds