Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h174 static std::mutex decoderCountMutex_; variable
H A Dhevc_decoder.cpp79 std::unique_lock<std::mutex> lock(decoderCountMutex_); in HevcDecoder()
146 std::lock_guard<std::mutex> lock(decoderCountMutex_); in ~HevcDecoder()
1614 std::mutex HevcDecoder::decoderCountMutex_; member in OHOS::MediaAVCodec::Codec::HevcDecoder