Searched refs:uint8 (Results 1 – 9 of 9) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc-sbc.c | 42 bitcountL = computeBitneed(common, bitneedsL.uint8, 0, &bitpoolPreferenceL); in dualBitAllocation() 43 bitcountR = computeBitneed(common, bitneedsR.uint8, 1, &bitpoolPreferenceR); in dualBitAllocation() 60 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation() 61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation() 72 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation() 74 … excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation() 80 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation() 85 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
|
D | bitalloc.c | 364 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation() 368 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation() 385 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
|
D | readsamplesjoint.inc | 69 OI_UINT8 *bits_array = &common->bits.uint8[0];
|
/system/extras/perfprofd/quipper/base/ |
D | basictypes.h | 23 typedef uint8_t uint8; typedef 45 const uint8 kuint8max = 0xFF;
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 77 OI_UINT8 uint8[SBC_MAX_BANDS]; member 82 OI_UINT8 uint8[2 * SBC_MAX_BANDS]; member
|
D | oi_codec_sbc.h | 166 OI_UINT8 uint8[SBC_MAX_CHANNELS*SBC_MAX_BANDS]; member
|
/system/connectivity/shill/doc/ |
D | ipconfig-api.txt | 95 array{uint8} VendorEncapsulatedOptions [readonly]
|
D | service-api.txt | 1525 uint8 Strength [readonly]
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 500 ::google::protobuf::uint8* dtarget = in encode_to_proto() 501 reinterpret_cast<::google::protobuf::uint8*>(string_as_array(&data)); in encode_to_proto()
|