Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_log.h29 uint32_t cntOfPercentSign = 0; in CountPercent() local
33 cntOfPercentSign++; in CountPercent()
41 cntOfPercentSign -= 2; // 2 is length of %% in CountPercent()
46 return std::make_pair(cntOfPercentSign, isPercentSign); in CountPercent()
49 template<uint32_t cntOfPercentSign, size_t N>
53 std::array<char, N + cntOfPercentSign * pub.size()> newStr{}; in AddPublic()

Completed in 1 milliseconds