Home
last modified time | relevance | path

Searched refs:Executing (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/command/
H A Dvideo_command.h48 int32_t Executing() override;
60 int32_t Executing() override;
71 int32_t Executing() override;
H A Dsession_command.h47 int32_t Executing() override;
56 int32_t Executing() override;
H A Dsync_command.h49 int32_t Executing() override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/command/
H A Dvideo_process_command.h46 int32_t Executing() override;
58 int32_t Executing() override;
75 int32_t Executing() override;
H A Dservice_died_command.h31 int32_t Executing() override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/command/
H A Dvideo_process_command.cpp62 int32_t VideoProcessSuccessCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::VideoProcessSuccessCommand
87 int32_t VideoProcessFailedCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::VideoProcessFailedCommand
97 int32_t VideoStateChangedCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::VideoStateChangedCommand
H A Dservice_died_command.cpp35 int32_t ServiceDiedCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::ServiceDiedCommand
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/command/
H A Dvideo_command.cpp57 int32_t AddVideoCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::AddVideoCommand
73 int32_t RemoveVideoCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::RemoveVideoCommand
83 int32_t RestoreCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::RestoreCommand
H A Dsession_command.cpp46 int32_t AddVideoSessionCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::AddVideoSessionCommand
61 int32_t DeleteVideoSessionCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::DeleteVideoSessionCommand
H A Dsync_command.cpp58 int32_t VideoSyncCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::VideoSyncCommand
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/command_server/
H A Dcommand.h57 virtual int32_t Executing() = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/command/
H A Devent_status_change_command.h33 int32_t Executing() override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/command/
H A Devent_status_change_command.cpp35 int32_t EventStatusChangeCommand::Executing() in Executing() function in OHOS::CameraStandard::DeferredProcessing::EventStatusChangeCommand
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/command_server/
H A Dcommand.cpp38 auto ret = Executing(); in Do()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Draw.rs174 Executing(T), enumerator
200 stage: UnsafeCell::new(Stage::Executing(task)), in new()
250 Stage::Executing(future) => future, in poll()
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest018/
H A Dlast_kmsg29 <14>[ 3.822546] [pid=1][Init][INFO][init.c:313]Executing hook [0:0] cost [1546]us, return 0.
30 <14>[ 3.822584] [pid=1][Init][INFO][init.c:313]Executing hook [0:0] cost [10]us, return 0.
39 <14>[ 3.827907] [pid=1][Init][INFO][init.c:313]Executing hook [0:0] cost [5305]us, return 0.
40 <14>[ 3.827936] [pid=1][Init][INFO][init.c:313]Executing hook [0:0] cost [14]us, return 0.
43 <14>[ 3.832133] [pid=1][Init][INFO][init.c:313]Executing hook [0:0] cost [4176]us, return 0.
177 <14>[ 4.207932] [pid=1][Init][INFO][init.c:313]Executing hook [30:0] cost [9]us, return 0.
182 <14>[ 4.213150] [pid=1][Init][INFO][init.c:313]Executing hook [30:0] cost [5198]us, return 0.
209 <14>[ 4.295965] [pid=1][Init][INFO][init.c:313]Executing hook [50:0] cost [20]us, return 0.
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding.md55 4. Prepared状态下,调用OH_VideoEncoder_Start接口使编码器进入Executing状态:
56 - 处于Executing状态时,调用OH_VideoEncoder_Stop接口可以使编码器返回到Prepared状态。
61 6. Executing 状态具有三个子状态:Flushed、Running和End-of-Stream:
63 - 对于处于Executing状态的编码器,可以调用OH_VideoEncoder_Flush接口返回到Flushed子状态。
H A Dvideo-decoding.md58 4. Prepared状态下,调用OH_VideoDecoder_Start接口使解码器进入Executing状态:
59 - 处于Executing状态时,调用OH_VideoDecoder_Stop接口可以使解码器返回到Prepared状态。
64 6. Executing状态具有三个子状态:Flushed、Running和End-of-Stream:
66 - 对于处于Executing状态的解码器,可以调用OH_VideoDecoder_Flush接口返回到Flushed子状态。
/ohos5.0/docs/en/device-dev/device-test/
H A Dxts.md199 **Executing test cases for the mini system**
203 **Executing the test**
334 **Executing test cases for the small system**
355 **Executing test cases**
478 **Executing test cases**
H A Ddeveloper_test.md1115 ### Executing Test Cases on Windows
1154 #### Executing Test Cases
1204 ### Executing Test Cases on Linux
1243 #### Executing Test Cases
1369 ## Executing Coverage Cases
/ohos5.0/docs/en/readme/
H A Dtest.md641 ## Executing Test Cases
692 ### Executing Test Cases on Windows
726 #### Executing Test Cases
750 ### Executing Test Cases on Linux
766 #### Executing Test Cases
H A Dxts.md205 **Executing test cases for the mini system**
209 **Executing the test**
344 **Executing test cases for the small system**
364 **Executing test cases**
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-insightIntentDriver-sys.md1 # @ohos.app.ability.insightIntentDriver (Executing InsightIntent Calls) (System API)
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding.md54 … in the Prepared state, you can call **OH_VideoEncoder_Start** to switch it to the Executing state.
55 …- When the encoder is in the Executing state, you can call **OH_VideoEncoder_Stop** to switch it b…
60 6. The Executing state has three substates: Flushed, Running, and End-of-Stream.
62 …- When the encoder is in the Executing state, you can call **OH_VideoEncoder_Flush** to switch it …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md652 在初始化阶段,必须在调用OH_VideoDecoder_Prepare接口之前调用此接口。在Executing状态可以直接调用该接口。

12