Searched refs:OWNER_CNT (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_dfx.cpp | 76 const std::array<int, OWNER_CNT>& arr = isInput ? inputOwner_ : outputOwner_; in PrintAllBufferInfo() 130 std::array<int, OWNER_CNT>& arr = isInput ? inputOwner_ : outputOwner_; in UpdateOwner() 131 const std::array<std::string, OWNER_CNT>& ownerStr = isInput ? inputOwnerStr_ : outputOwnerStr_; in UpdateOwner() 138 for (uint32_t owner = 0; owner < static_cast<uint32_t>(OWNER_CNT); owner++) { in UpdateOwner() 145 std::array<int, OWNER_CNT>& arr = isInput ? inputOwner_ : outputOwner_; in ReduceOwner() 146 const std::array<std::string, OWNER_CNT>& ownerStr = isInput ? inputOwnerStr_ : outputOwnerStr_; in ReduceOwner() 159 const std::array<int, OWNER_CNT>& arr = isInput ? inputOwner_ : outputOwner_; in PrintStatistic() 160 double aveHoldMs[OWNER_CNT]; in PrintStatistic() 161 for (uint32_t owner = 0; owner < static_cast<uint32_t>(OWNER_CNT); owner++) { in PrintStatistic() 177 std::array<int, OWNER_CNT> in ChangeOwnerNormal() [all...] |
H A D | hcodec.h | 108 OWNER_CNT = 4, enumerator 367 std::array<TotalCntAndCost, OWNER_CNT> inputHoldTimeRecord_; 368 std::array<TotalCntAndCost, OWNER_CNT> outputHoldTimeRecord_; 378 std::array<int, HCodec::OWNER_CNT> inputOwner_ {}; 379 std::array<std::string, HCodec::OWNER_CNT> inputOwnerStr_ {}; 380 std::array<int, HCodec::OWNER_CNT> outputOwner_ {}; 381 std::array<std::string, HCodec::OWNER_CNT> outputOwnerStr_ {};
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 94 OWNER_CNT = 3, enumerator 135 std::array<uint32_t, OWNER_CNT> CountOwner(bool isInput); 278 std::array<std::array<TotalCntAndCost, OWNER_CNT>, OWNER_CNT> inputHoldTimeRecord_; 281 std::array<std::array<TotalCntAndCost, OWNER_CNT>, OWNER_CNT> outputHoldTimeRecord_;
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec_dfx.cpp | 37 std::array<uint32_t, ImageCodec::OWNER_CNT> ImageCodec::CountOwner(bool isInput) in CountOwner() 39 std::array<uint32_t, OWNER_CNT> arr; in CountOwner() 73 std::array<uint32_t, OWNER_CNT> arr = CountOwner(info.isInput); in ChangeOwner()
|
Completed in 5 milliseconds