Home
last modified time | relevance | path

Searched refs:StartReportMediaProgress (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_callback_looper.h40 void StartReportMediaProgress(int64_t updateIntervalMs = 1000);
H A Dhiplayer_callback_looper.cpp70 void HiPlayerCallbackLooper::StartReportMediaProgress(int64_t updateIntervalMs) in StartReportMediaProgress() function in OHOS::Media::HiPlayerCallbackLooper
H A Dhiplayer_impl.cpp256 callbackLooper_.StartReportMediaProgress(100); // 100 MS in Play()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.h38 void StartReportMediaProgress(int64_t updateIntervalMs = 1000);
H A Dhitranscoder_callback_looper.cpp77 void HiTransCoderCallbackLooper::StartReportMediaProgress(int64_t updateIntervalMs) in StartReportMediaProgress() function in OHOS::Media::HiTransCoderCallbackLooper
H A Dhitranscoder_impl.cpp610 callbackLooper_->StartReportMediaProgress(REPORT_PROGRESS_INTERVAL); in Start()
643 callbackLooper_->StartReportMediaProgress(REPORT_PROGRESS_INTERVAL); in Resume()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.h43 void StartReportMediaProgress(int64_t updateIntervalMs = 1000);
H A Dhiplayer_callback_looper.cpp82 void HiPlayerCallbackLooper::StartReportMediaProgress(int64_t updateIntervalMs) in StartReportMediaProgress() function in OHOS::Media::HiPlayerCallbackLooper
H A Dhiplayer_impl.cpp788 callbackLooper_.StartReportMediaProgress(REPORT_PROGRESS_INTERVAL); in Play()
794 callbackLooper_.StartReportMediaProgress(REPORT_PROGRESS_INTERVAL); in Play()
801 callbackLooper_.StartReportMediaProgress(REPORT_PROGRESS_INTERVAL); in Play()
861 callbackLooper_.StartReportMediaProgress(REPORT_PROGRESS_INTERVAL); in ResumeDemuxer()