Home
last modified time | relevance | path

Searched defs:bitCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp125 … int bitCount = SbcCalculateBitsSliceNormal(frame.bitpool_, subbands, bitNeed, channel, &bitSlice); in SbcCalculateBitsNormal() local
161 int bitCount = VALUE_ZERO; in SbcCalculateBitsSliceNormal() local
248 int (*bits)[VALUE8], int *bitCount, in SbcCalculateBitsSliceStereo()
298 int bitCount = VALUE_ZERO; in SbcCalculateBitsStereo() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp87 uint32_t TestRend::nextBits(unsigned bitCount) in nextBits()