Searched refs:heifDecoder_ (Results 1 – 2 of 2) sorted by relevance
51 : 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()
44 HeifHardwareDecoder* heifDecoder_; variable