Home
last modified time | relevance | path

Searched refs:ExecuteWithCheck (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp512 …return ExecuteWithCheck([this] { return state_.load() != VPEState::IDLE; }, std::move(operation), … in ExecuteWhenIdle()
518 …return ExecuteWithCheck([this] { return state_.load() == VPEState::IDLE; }, std::move(operation), … in ExecuteWhenNotIdle()
524 …return ExecuteWithCheck([this] { return state_.load() != VPEState::RUNNING; }, std::move(operation… in ExecuteWhenRunning()
527 VideoProcessing_ErrorCode VideoProcessingNative::ExecuteWithCheck(std::function<bool(void)>&& check… in ExecuteWithCheck() function in VideoProcessingNative
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H A Dvideo_processing_native.h120 VideoProcessing_ErrorCode ExecuteWithCheck(std::function<bool(void)>&& checker,