Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp854 statisticalEventInfo_.startLatency = static_cast<int32_t>(endTime - startTime_); in Start()
926 statisticalEventInfo_.startLatency); in Stop()
1137 meta->SetData(Tag::RECORDER_ERR_CODE, statisticalEventInfo_.errCode); in SetMetaDataReport()
1138 meta->SetData(Tag::RECORDER_ERR_MSG, statisticalEventInfo_.errMsg); in SetMetaDataReport()
1139 meta->SetData(Tag::RECORDER_DURATION, statisticalEventInfo_.recordDuration); in SetMetaDataReport()
1141 meta->SetData(Tag::RECORDER_CONTAINER_MIME, statisticalEventInfo_.containerMime); in SetMetaDataReport()
1147 statisticalEventInfo_.hdrType = static_cast<int8_t>(HdrType::HDR_TYPE_VIVID); in SetMetaDataReport()
1149 meta->SetData(Tag::RECORDER_HDR_TYPE, statisticalEventInfo_.hdrType); in SetMetaDataReport()
1154 meta->SetData(Tag::RECORDER_START_LATENCY, statisticalEventInfo_.startLatency); in SetMetaDataReport()
1168 statisticalEventInfo_.errCode = errCode; in SetErrorInfo()
[all …]
H A Drecorder_server.h192 } statisticalEventInfo_; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp344 meta->SetData(Tag::SCREEN_CAPTURE_ERR_MSG, statisticalEventInfo_.errMsg); in SetMetaDataReport()
847 statisticalEventInfo_.errCode = errCode; in SetErrorInfo()
848 statisticalEventInfo_.errMsg = errMsg; in SetErrorInfo()
849 statisticalEventInfo_.stopReason = stopReason; in SetErrorInfo()
850 statisticalEventInfo_.userAgree = userAgree; in SetErrorInfo()
1103 statisticalEventInfo_.startLatency = -1; // latency -1 means invalid in OnStartScreenCapture()
1213 statisticalEventInfo_.requireMic = true; in InitAudioCap()
1695 statisticalEventInfo_.enableMic = isMicrophoneOn_; in StartScreenCapture()
2181 statisticalEventInfo_.enableMic = true; in SetMicrophoneEnabled()
2612 if (statisticalEventInfo_.startLatency == -1) { in StopScreenCapture()
[all …]
H A Dscreen_capture_server.h386 StatisticalEventInfo statisticalEventInfo_; variable