Home
last modified time | relevance | path

Searched refs:fromFirstToNow (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp144 int64_t fromFirstToNow = chrono::duration_cast<chrono::microseconds>( in PrintStatistic() local
146 if (fromFirstToNow == 0) { in PrintStatistic()
149 double fps = PRINT_PER_FRAME * US_TO_S / fromFirstToNow; in PrintStatistic()