Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp153 …TotalCntAndCost& holdRecord = isInput ? inputHoldTimeRecord_[owner] : outputHoldTimeRecord_[owner]; in PrintStatistic()
182 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerNormal()
199 inputHoldTimeRecord_.fill({0, 0}); in ChangeOwnerNormal()
236 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerDebug()
H A Dhcodec.h367 std::array<TotalCntAndCost, OWNER_CNT> inputHoldTimeRecord_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp64 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner][newOwner] : in ChangeOwner()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h278 std::array<std::array<TotalCntAndCost, OWNER_CNT>, OWNER_CNT> inputHoldTimeRecord_; variable