Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp51 : heifDecoder_(heifDecoder) in HeifDecoderCallback()
56 heifDecoder_->SignalError(); in OnError()
65 lock_guard<mutex> lk(heifDecoder_->inputMtx_); in OnInputBufferAvailable()
66 heifDecoder_->inputList_.emplace_back(index, buffer); in OnInputBufferAvailable()
67 heifDecoder_->inputCond_.notify_all(); in OnInputBufferAvailable()
73 lock_guard<mutex> lk(heifDecoder_->outputMtx_); in OnOutputBufferAvailable()
74 heifDecoder_->outputList_.emplace_back(index, buffer); in OnOutputBufferAvailable()
75 heifDecoder_->outputCond_.notify_all(); in OnOutputBufferAvailable()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h44 HeifHardwareDecoder* heifDecoder_; variable