Home
last modified time | relevance | path

Searched refs:seekTimeUs (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddecoder_surface_filter.h90 void SetSeekTime(int64_t seekTimeUs);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1177 int64_t seekTimeUs = 0; in doSeek() local
1178 FALSE_RETURN_V_MSG_E(Plugins::Us2HstTime(seekPos, seekTimeUs), in doSeek()
1181 return HandleSeekClosest(seekPos, seekTimeUs); in doSeek()
1186 audioSink_->SetSeekTime(seekTimeUs); in doSeek()
1201 syncManager_->Seek(seekTimeUs); in doSeek()
1209 Status HiPlayerImpl::HandleSeekClosest(int64_t seekPos, int64_t seekTimeUs) in HandleSeekClosest() argument
1214 videoDecoder_->SetSeekTime(seekTimeUs + mediaStartPts_); in HandleSeekClosest()
1225 syncManager_->Seek(seekTimeUs, true); in HandleSeekClosest()
H A Dhiplayer_impl.h234 Status HandleSeekClosest(int64_t seekPos, int64_t seekTimeUs);
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp830 void DecoderSurfaceFilter::SetSeekTime(int64_t seekTimeUs) in SetSeekTime() argument
834 seekTimeUs_ = seekTimeUs; in SetSeekTime()

Completed in 8 milliseconds