Searched refs:parserRefStartTime_ (Results 1 – 2 of 2) sorted by relevance
197 parserRefStartTime_ = std::chrono::duration_cast<std::chrono::milliseconds>( in ParserRefInit()199 …std::string suffix = std::to_string(parserRefStartTime_) + "_" + std::to_string(IFramePos_.size()); in ParserRefInit()201 MEDIA_LOG_I("Parser ref start time: " PUBLIC_LOG_D64, parserRefStartTime_); in ParserRefInit()372 std::chrono::system_clock::now().time_since_epoch()).count() - parserRefStartTime_; in ParserRefInfo()386 std::chrono::system_clock::now().time_since_epoch()).count() - parserRefStartTime_; in ParserRefInfo()
202 int64_t parserRefStartTime_ = -1; variable