Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp334 thread inputThread(&HeifHardwareDecoder::SendInputBufferLoop, this, inputs); in DoDecode() local
341 if (inputThread.joinable()) { in DoDecode()
342 inputThread.join(); in DoDecode()