Home
last modified time | relevance | path

Searched refs:updateIntervalMs (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.h43 void StartReportMediaProgress(int64_t updateIntervalMs = 1000);
56 void startCollectMaxAmplitude(int64_t updateIntervalMs);
H A Dhiplayer_callback_looper.cpp83 void HiPlayerCallbackLooper::StartReportMediaProgress(int64_t updateIntervalMs) in StartReportMediaProgress() argument
86 reportProgressIntervalMs_ = updateIntervalMs; in StartReportMediaProgress()
95 void HiPlayerCallbackLooper::startCollectMaxAmplitude(int64_t updateIntervalMs) in startCollectMaxAmplitude() argument
98 collectMaxAmplitudeIntervalMs_ = updateIntervalMs; in startCollectMaxAmplitude()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_callback_looper.cpp70 void HiPlayerCallbackLooper::StartReportMediaProgress(int64_t updateIntervalMs) in StartReportMediaProgress() argument
72 reportProgressIntervalMs_ = updateIntervalMs; in StartReportMediaProgress()
H A Dhiplayer_callback_looper.h40 void StartReportMediaProgress(int64_t updateIntervalMs = 1000);
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp77 void HiTransCoderCallbackLooper::StartReportMediaProgress(int64_t updateIntervalMs) in StartReportMediaProgress() argument
80 reportProgressIntervalMs_ = updateIntervalMs; in StartReportMediaProgress()
H A Dhitranscoder_callback_looper.h38 void StartReportMediaProgress(int64_t updateIntervalMs = 1000);

Completed in 2 milliseconds