Home
last modified time | relevance | path

Searched refs:firstInTime_ (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp154 now - (isInput ? firstInTime_ : firstOutTime_)).count(); in PrintStatistic()
202 firstInTime_ = now; in ChangeOwnerNormal()
207 firstInTime_ = now; in ChangeOwnerNormal()
273 firstInTime_ = now; in UpdateInputRecord()
278 (chrono::duration_cast<chrono::microseconds>(now - firstInTime_).count()); in UpdateInputRecord()
H A Dhcodec.h369 std::chrono::time_point<std::chrono::steady_clock> firstInTime_; member in OHOS::MediaAVCodec::HCodec
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp94 firstInTime_ = now; in UpdateInputRecord()
98 uint64_t fromFirstInToNow = chrono::duration_cast<chrono::microseconds>(now - firstInTime_).count(); in UpdateInputRecord()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h93 int64_t firstInTime_ = 0; member
H A Dtester_common.cpp145 if (firstInTime_ == 0) { in BeforeQueueInput()
146 firstInTime_ = now; in BeforeQueueInput()
149 int64_t fromFirstInToNow = now - firstInTime_; in BeforeQueueInput()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h279 std::chrono::time_point<std::chrono::steady_clock> firstInTime_; member in OHOS::ImagePlugin::ImageCodec

Completed in 7 milliseconds