Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp149 double fps = PRINT_PER_FRAME * US_TO_S / fromFirstToNow; in PrintStatistic()
196 if (inTotalCnt_ % PRINT_PER_FRAME == 0) { in ChangeOwnerNormal()
207 if (outRecord_.totalCnt % PRINT_PER_FRAME == 0) { in ChangeOwnerNormal()
H A Dhcodec.h366 static constexpr uint64_t PRINT_PER_FRAME = 200; variable