Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp207 bool isAvailableFrame = !isClosest || buffer->pts_ >= seekTime_ || isEosBuffer; in OnOutputBufferAvailable()
217 int64_t preDiff = seekTime_ - avBuffer_->pts_; in OnOutputBufferAvailable()
218 int64_t nextDiff = buffer->pts_ - seekTime_; in OnOutputBufferAvailable()
230 MEDIA_LOGI("dstTime %{public}ld resTime %{public}ld", seekTime_, buffer->pts_); in OnOutputBufferAvailable()
250 seekTime_ = timeUs; in FetchFrameAtTime()
294 seekTime_ = timeUs; in FetchFrameYuv()
H A Dav_thumbnail_generator.h56 int64_t seekTime_{0};
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_task_mgr.h75 int32_t seekTime_ = -1; member
H A Dplayer_server_task_mgr.cpp232 currentSeekTime_ = item.seekTime_; in MarkTaskDone()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h190 uint64_t seekTime_ = 0; variable
H A Dhls_media_downloader.cpp285 static_cast<int64_t>(seekTime_) >= playlistDownloader_->GetDuration()) { in CheckReadStatus()
603 seekTime_ = static_cast<uint64_t>(seekTime); in SeekToTime()
606 if (seekTime_ < static_cast<uint64_t>(playlistDownloader_->GetDuration())) { in SeekToTime()