Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dsurface_allocator.cpp84 sptr<SyncFence> autoFence = new(std::nothrow) SyncFence(releaseFence); in AllocSurfaceBuffer() local
85 if (autoFence != nullptr) { in AllocSurfaceBuffer()
86 autoFence->Wait(100); // 100ms in AllocSurfaceBuffer()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dsurface_allocator.cpp80 sptr<SyncFence> autoFence = new(std::nothrow) SyncFence(releaseFence); in AllocSurfaceBuffer() local
81 if (autoFence != nullptr) { in AllocSurfaceBuffer()
82 autoFence->Wait(100); // 100ms in AllocSurfaceBuffer()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddcamera_stream.cpp332 OHOS::sptr<OHOS::SyncFence> autoFence(new(std::nothrow) OHOS::SyncFence(-1)); in FlushDCameraBuffer() local
333 int ret = dcStreamProducer_->FlushBuffer(surfaceBuffer, autoFence, flushConf); in FlushDCameraBuffer()