Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/command/
H A Dvideo_process_command.h64 class VideoStateChangedCommand : public VideoProcessCommand {
65 DECLARE_CMD_CLASS(VideoStateChangedCommand);
67 VideoStateChangedCommand(const int32_t userId, HdiStatus status) in VideoStateChangedCommand() function
72 ~VideoStateChangedCommand() override = default;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/command/
H A Dvideo_process_command.cpp97 int32_t VideoStateChangedCommand::Executing() in Executing()