Home
last modified time | relevance | path

Searched refs:autoFence (Results 1 - 2 of 2) sorted by relevance

/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()
/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()

Completed in 2 milliseconds