Home
last modified time | relevance | path

Searched refs:startLatency (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h191 int32_t startLatency = -1; member
H A Drecorder_server.cpp854 statisticalEventInfo_.startLatency = static_cast<int32_t>(endTime - startTime_); in Start()
926 statisticalEventInfo_.startLatency); in Stop()
1154 meta->SetData(Tag::RECORDER_START_LATENCY, statisticalEventInfo_.startLatency); in SetMetaDataReport()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h68 int32_t startLatency {0};
H A Dhiplayer_impl.cpp995 meta->SetData(Tag::AV_PLAYER_START_LATENCY, playStatisticalInfo_.startLatency); in AppendPlayerMediaInfo()
2189 playStatisticalInfo_.startLatency = static_cast<int32_t>(nowTimeMs - playStartTime_); in HandleInitialPlayingStateChange()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h139 int32_t startLatency = -1; member
H A Dscreen_capture_server.cpp353 meta->SetData(Tag::SCREEN_CAPTURE_START_LATENCY, statisticalEventInfo_.startLatency); in SetMetaDataReport()
1099 statisticalEventInfo_.startLatency = static_cast<int32_t>(endTime - startTime_); in OnStartScreenCapture()
1103 statisticalEventInfo_.startLatency = -1; // latency -1 means invalid in OnStartScreenCapture()
2612 if (statisticalEventInfo_.startLatency == -1) { in StopScreenCapture()
2617 statisticalEventInfo_.startLatency); in StopScreenCapture()