Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp82 void HiPlayerCallbackLooper::StartReportMediaProgress(int64_t updateIntervalMs) in StartReportMediaProgress() argument
85 reportProgressIntervalMs_ = updateIntervalMs; in StartReportMediaProgress()
94 void HiPlayerCallbackLooper::StartCollectMaxAmplitude(int64_t updateIntervalMs) in StartCollectMaxAmplitude() argument
97 collectMaxAmplitudeIntervalMs_ = updateIntervalMs; in StartCollectMaxAmplitude()
H A Dhiplayer_callback_looper.h43 void StartReportMediaProgress(int64_t updateIntervalMs = 1000);
56 void StartCollectMaxAmplitude(int64_t updateIntervalMs);
/ohos5.0/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);
/ohos5.0/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);