Home
last modified time | relevance | path

Searched refs:waitForEver (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_surface_adapter.cpp144 constexpr uint32_t waitForEver = -1; in OnBufferAvailable() local
145 (void)syncFence->Wait(waitForEver); in OnBufferAvailable()
H A Dimage_effect_inner.cpp915 constexpr uint32_t waitForEver = -1; in OnBufferAvailableWithCPU() local
916 (void)syncFence->Wait(waitForEver); in OnBufferAvailableWithCPU()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dmetadata_filter.cpp332 constexpr uint32_t waitForEver = -1; in OnBufferAvailable() local
333 (void)fence->Wait(waitForEver); in OnBufferAvailable()
H A Dvideo_capture_filter.cpp335 constexpr uint32_t waitForEver = -1; in OnBufferAvailable() local
336 (void)fence->Wait(waitForEver); in OnBufferAvailable()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp127 constexpr uint32_t waitForEver = -1; in ReleaseSurfaceBuffer() local
128 (void)syncFence->Wait(waitForEver); in ReleaseSurfaceBuffer()

Completed in 5 milliseconds