Home
last modified time | relevance | path

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

/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
138 for (int subband = 0; bitCount < frame.bitpool_ && subband < subbands; subband++) { in SbcCalculateBitsNormal()
141 bitCount++; in SbcCalculateBitsNormal()
142 } else if ((bitNeed[channel][subband] == bitSlice + 1) && (frame.bitpool_ > bitCount + 1)) { in SbcCalculateBitsNormal()
144 bitCount += VALUE_OF_TWO; in SbcCalculateBitsNormal()
148 for (int subband = 0; bitCount < frame.bitpool_ && subband < subbands; subband++) { in SbcCalculateBitsNormal()
151 bitCount++; in SbcCalculateBitsNormal()
161 int bitCount = VALUE_ZERO; in SbcCalculateBitsSliceNormal() local
165 bitCount += sliceCount; in SbcCalculateBitsSliceNormal()
176 } while ((bitCount in SbcCalculateBitsSliceNormal()
247 SbcCalculateBitsSliceStereo(const uint8_t bitPool, const int subbands, int (*bits)[VALUE8], int *bitCount, int *bitSlice) const SbcCalculateBitsSliceStereo() argument
298 int bitCount = VALUE_ZERO; SbcCalculateBitsStereo() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp87 uint32_t TestRend::nextBits(unsigned bitCount) in nextBits() argument
89 return this->nextU() >> (32 - bitCount); // 32 : size in nextBits()
H A Dtest_common.h48 uint32_t nextBits(unsigned bitCount);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_frame.h65 void SbcCalculateBitsSliceStereo(const uint8_t bitPool, const int subbands, int (*bits)[8], int *bitCount,
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_sdp.h111 int32_t GetU(uint8_t bitCount, const uint8_t *buf, uint32_t &pos);
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp148 int32_t MediaDescription::GetU(uint8_t bitCount, const uint8_t *buf, uint32_t &pos) in GetU() argument
152 for (uint32_t i = 0; i < bitCount; i++) { in GetU()

Completed in 4 milliseconds