Searched refs:Preroll (Results 1 – 8 of 8) sorted by relevance
52 Status Preroll(bool render);
204 Status Pipeline::Preroll(bool render) in Preroll() function in OHOS::Media::Pipeline::Pipeline210 auto rtv = (*it)->Preroll(); in Preroll()
354 Status Filter::Preroll() in Preroll() function in OHOS::Media::Pipeline::Filter362 ret = filter->Preroll(); in Preroll()
142 virtual Status Preroll() final;
79 Status Preroll();
529 rtv = pipeline_->Preroll(true); in SetPlayRangeWithMode()603 ret = pipeline_->Preroll(renderFirstFrame_); in PrepareAsync()1154 rtv = pipeline_->Preroll(true); in doPreparedSeek()1178 rtv = pipeline_->Preroll(true); in doPausedSeek()1197 rtv = pipeline_->Preroll(true); in doCompletedSeek()
425 Status ret = demuxer_->Preroll(); in DoPreroll()
1511 Status MediaDemuxer::Preroll() in Preroll() function in OHOS::Media::MediaDemuxer