Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 – 9 of 9) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c42 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()
Dbitalloc.c364 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()
Dreadsamplesjoint.inc69 OI_UINT8 *bits_array = &common->bits.uint8[0];
/system/extras/perfprofd/quipper/base/
Dbasictypes.h23 typedef uint8_t uint8; typedef
45 const uint8 kuint8max = 0xFF;
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h77 OI_UINT8 uint8[SBC_MAX_BANDS]; member
82 OI_UINT8 uint8[2 * SBC_MAX_BANDS]; member
Doi_codec_sbc.h166 OI_UINT8 uint8[SBC_MAX_CHANNELS*SBC_MAX_BANDS]; member
/system/connectivity/shill/doc/
Dipconfig-api.txt95 array{uint8} VendorEncapsulatedOptions [readonly]
Dservice-api.txt1525 uint8 Strength [readonly]
/system/extras/perfprofd/
Dperfprofdcore.cc500 ::google::protobuf::uint8* dtarget = in encode_to_proto()
501 reinterpret_cast<::google::protobuf::uint8*>(string_as_array(&data)); in encode_to_proto()