Searched refs:TesterCommon (Results 1 – 7 of 7) sorted by relevance
31 std::mutex TesterCommon::vividMtx_;34 int64_t TesterCommon::GetNowUs() in GetNowUs()40 shared_ptr<TesterCommon> TesterCommon::Create(const CommandOpt& opt) in Create()125 bool TesterCommon::RunOnce() in RunOnce()191 void TesterCommon::OutputLoop() in OutputLoop()236 bool TesterCommon::RunEncoder() in RunEncoder()287 void TesterCommon::EncoderInputLoop() in EncoderInputLoop()559 bool TesterCommon::InitDemuxer() in InitDemuxer()572 bool TesterCommon::RunDecoder() in RunDecoder()738 void TesterCommon::PrepareSeek() in PrepareSeek()[all …]
54 struct TesterCommon { struct59 static std::shared_ptr<TesterCommon> Create(const CommandOpt &opt);60 explicit TesterCommon(const CommandOpt &opt) : opt_(opt) {} in TesterCommon() function61 virtual ~TesterCommon() = default;129 explicit Listener(TesterCommon *test) : tester_(test) {} in Listener() argument132 TesterCommon *tester_;
23 struct TesterCodecBase : TesterCommon {24 explicit TesterCodecBase(const CommandOpt& opt) : TesterCommon(opt) {} in TesterCodecBase()
22 struct TesterCapi : TesterCommon {23 explicit TesterCapi(const CommandOpt& opt) : TesterCommon(opt) {} in TesterCapi()
87 bool ret = TesterCommon::Run(opt);107 bool ret = TesterCommon::Run(opt);130 bool ret = TesterCommon::Run(opt);149 bool ret = TesterCommon::Run(opt);168 bool ret = TesterCommon::Run(opt);187 bool ret = TesterCommon::Run(opt);212 bool ret = TesterCommon::Run(opt);231 bool ret = TesterCommon::Run(opt);254 bool ret = TesterCommon::Run(opt);273 bool ret = TesterCommon::Run(opt);
41 bool ret = TesterCommon::Run(opt);61 bool ret = TesterCommon::Run(opt);80 bool ret = TesterCommon::Run(opt);99 bool ret = TesterCommon::Run(opt);118 bool ret = TesterCommon::Run(opt);137 bool ret = TesterCommon::Run(opt);158 bool ret = TesterCommon::Run(opt);
23 (void)TesterCommon::Run(opt); in main()