Searched refs:thumbnailGenerator_ (Results 1 – 2 of 2) sorted by relevance
164 return thumbnailGenerator_->FetchFrameAtTime(timeUs, option, param); in FetchFrameAtTime()213 return thumbnailGenerator_->FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()222 if (thumbnailGenerator_ != nullptr) { in Reset()223 thumbnailGenerator_->Reset(); in Reset()239 if (thumbnailGenerator_ != nullptr) { in Destroy()240 thumbnailGenerator_->Destroy(); in Destroy()244 thumbnailGenerator_ = nullptr; in Destroy()265 if (thumbnailGenerator_ == nullptr) { in InitThumbnailGenerator()266 thumbnailGenerator_ = std::make_shared<AVThumbnailGenerator>(mediaDemuxer_); in InitThumbnailGenerator()269 … thumbnailGenerator_ != nullptr, Status::ERROR_INVALID_STATE, "Init thumbnail generator failed."); in InitThumbnailGenerator()
59 std::shared_ptr<AVThumbnailGenerator> thumbnailGenerator_; variable