Home
last modified time | relevance | path

Searched refs:DfxVideoReport (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H A Ddps_video_report.cpp26 DfxVideoReport::DfxVideoReport() in DfxVideoReport() function in OHOS::CameraStandard::DeferredProcessing::DfxVideoReport
31 DfxVideoReport::~DfxVideoReport() in ~DfxVideoReport()
36 void DfxVideoReport::ReportAddVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportAddVideoEvent()
61 void DfxVideoReport::ReportRemoveVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportRemoveVideoEvent()
77 void DfxVideoReport::ReportPauseVideoEvent(const std::string& videoId, int32_t pauseReason) in ReportPauseVideoEvent()
104 void DfxVideoReport::ReportResumeVideoEvent(const std::string &videoId) in ReportResumeVideoEvent()
138 void DfxVideoReport::ReportCompleteVideoEvent(const std::string &videoId) in ReportCompleteVideoEvent()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H A Ddps_video_report.h49 class DfxVideoReport : public Singleton<DfxVideoReport> {
50 DECLARE_SINGLETON(DfxVideoReport)
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_processor.cpp76 DfxVideoReport::GetInstance().ReportCompleteVideoEvent(videoId); in OnProcessDone()
103 DfxVideoReport::GetInstance().ReportResumeVideoEvent(videoId); in PostProcess()
114 DfxVideoReport::GetInstance().ReportPauseVideoEvent(videoId, type); in PauseRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/
H A Ddeferred_video_processing_session.cpp74 DfxVideoReport::GetInstance().ReportAddVideoEvent(videoId, GetDpsCallerInfo()); in AddVideo()
85 DfxVideoReport::GetInstance().ReportRemoveVideoEvent(videoId, GetDpsCallerInfo()); in RemoveVideo()