Home
last modified time | relevance | path

Searched refs:seekTimeMs (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/reference_parser_test/reference_parser_demo/
H A Dreference_parser_demo.cpp159 bool ReferenceParserDemo::DoAccurateSeek(int64_t seekTimeMs) in DoAccurateSeek() argument
163 demuxer_->SeekToTime(seekTimeMs, SeekMode::SEEK_PREVIOUS_SYNC); in DoAccurateSeek()
164 demuxer_->StartReferenceParser(seekTimeMs); in DoAccurateSeek()
167 while (pts < seekTimeMs * MILL_TO_MICRO) { in DoAccurateSeek()
H A Dreference_parser_demo.h56 bool DoAccurateSeek(int64_t seekTimeMs);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp297 int64_t seekTimeMs; in SeekToTs() local
303 seekTimeMs = seekTime / MS_2_NS; in SeekToTs()
307 preparedAction_.seekPosition_ = seekTimeMs; in SeekToTs()
321 SeekInternal(seekTimeMs); in SeekToTs()
703 void DashMediaDownloader::SeekInternal(int64_t seekTimeMs) in SeekInternal() argument
709 mpdDownloader_->SeekToTs(segmentDownloader->GetStreamId(), seekTimeMs, segment); in SeekInternal()
H A Ddash_media_downloader.h85 void SeekInternal(int64_t seekTimeMs);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp463 int64_t seekTimeMs = 0; in SetPlayRangeWithMode() local
465 seekTimeMs = startTimeWithMode_; in SetPlayRangeWithMode()
467 MEDIA_LOG_I_SHORT("seek to start time: " PUBLIC_LOG_D64, seekTimeMs); in SetPlayRangeWithMode()
469 rtv = doSeek(seekTimeMs, playRangeSeekMode_); in SetPlayRangeWithMode()
472 MEDIA_LOG_E_SHORT("seek failed to start time: " PUBLIC_LOG_D64, seekTimeMs); in SetPlayRangeWithMode()
483 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, static_cast<int32_t>(seekTimeMs), format); in SetPlayRangeWithMode()

Completed in 11 milliseconds