Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
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
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
Dtest_common.cpp87 uint32_t TestRend::nextBits(unsigned bitCount) in nextBits()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
Drtsp_sdp.cpp148 int32_t MediaDescription::GetU(uint8_t bitCount, const uint8_t *buf, uint32_t &pos) in GetU()