Home
last modified time | relevance | path

Searched defs:TesterCommon (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h54 struct TesterCommon { struct
60 explicit TesterCommon(const CommandOpt &opt) : opt_(opt) {} in TesterCommon() function
83 CommandOpt opt_;
84 std::ifstream ifs_;
86 std::mutex inputMtx_;
90 std::mutex outputMtx_;
93 uint64_t inTotalCnt_ = 0;
94 int64_t firstInTime_ = 0;
95 double inFps_ = 0;
98 uint64_t totalCost_ = 0;
[all …]