Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h287 static constexpr uint32_t WAIT_FENCE_MS = 1000; variable
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp858 int waitRes = fence->Wait(WAIT_FENCE_MS); in WaitFence()
866 HLOGE("wait fence time out, cost more than %u ms", WAIT_FENCE_MS); in WaitFence()
H A Dhcodec.h384 static constexpr uint32_t WAIT_FENCE_MS = 1000; variable