Home
last modified time | relevance | path

Searched refs:SetCapturePerfEndInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/dfx/
H A Dcamera_report_uitls.h133 void SetCapturePerfEndInfo(int32_t captureId);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/dfx/
H A Dcamera_report_uitls.cpp182 void CameraReportUtils::SetCapturePerfEndInfo(int32_t captureId) in SetCapturePerfEndInfo() function in OHOS::CameraStandard::CameraReportUtils
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp701 CameraReportUtils::GetInstance().SetCapturePerfEndInfo(captureId); in OnCaptureEnded()