Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h86 std::thread decodeThread_; variable