Home
last modified time | relevance | path

Searched refs:TotalCntAndCost (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h274 struct TotalCntAndCost { struct in OHOS::ImagePlugin::ImageCodec
278 std::array<std::array<TotalCntAndCost, OWNER_CNT>, OWNER_CNT> inputHoldTimeRecord_;
281 std::array<std::array<TotalCntAndCost, OWNER_CNT>, OWNER_CNT> outputHoldTimeRecord_;
283 TotalCntAndCost outRecord_;
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h355 struct TotalCntAndCost { struct in OHOS::MediaAVCodec::HCodec
362 TotalCntAndCost outRecord_;
367 std::array<TotalCntAndCost, OWNER_CNT> inputHoldTimeRecord_;
368 std::array<TotalCntAndCost, OWNER_CNT> outputHoldTimeRecord_;
H A Dhcodec_dfx.cpp162 TotalCntAndCost& holdRecord = isInput ? inputHoldTimeRecord_[owner] : outputHoldTimeRecord_[owner]; in PrintStatistic()
191 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerNormal()
245 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerDebug()
/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()

Completed in 5 milliseconds