Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h120 std::mutex mtxDecoderLock_; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp278 std::lock_guard<std::mutex> inputLock(mtxDecoderLock_); in ReleaseVideoDecoder()
425 std::lock_guard<std::mutex> inputLock(mtxDecoderLock_); in FeedDecoderInputBuffer()
H A Ddecode_data_process_common.cpp320 std::lock_guard<std::mutex> inputLock(mtxDecoderLock_); in ReleaseVideoDecoder()
472 std::lock_guard<std::mutex> inputLock(mtxDecoderLock_); in FeedDecoderInputBuffer()