Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 40) sorted by relevance

12

/packages/modules/Bluetooth/floss/pandora/floss/
Dsox_utils.py18 def _raw_format_args(channels, bits, rate): argument
34 def _format_args(channels, bits, rate): argument
50 bits=16, argument
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DBitwiseInputStream.java74 public int read(int bits) throws AccessException { in read()
95 public byte[] readByteArray(int bits) throws AccessException { in readByteArray()
110 public void skip(int bits) throws AccessException { in skip()
/packages/modules/Bluetooth/system/gd/packet/parser/
Dsize.h28 Size(int bits) { in Size()
38 Size(int bits, std::string dynamic) { in Size()
77 int bits() const { in bits() function
Dutil.h56 inline uint64_t GetMaxValueForBits(int bits) { in GetMaxValueForBits()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Ddequant.c182 INLINE float dequant_float(uint32_t raw, OI_UINT scale_factor, OI_UINT bits) { in dequant_float()
201 OI_UINT bits) { in OI_SBC_Dequant()
240 OI_UINT bits) { in OI_SBC_Dequant_Unscaled()
Dbitalloc.c143 OI_INT bits = scale_factor[sb]; in computeBitneed() local
161 OI_INT bits = scale_factor[sb]; in computeBitneed() local
300 INLINE OI_INT allocAdjustedBits(uint8_t* dest, OI_INT bits, OI_INT excess) { in allocAdjustedBits()
Dbitstream-decode.c47 PRIVATE uint32_t OI_BITSTREAM_ReadUINT(OI_BITSTREAM* bs, OI_UINT bits) { in OI_BITSTREAM_ReadUINT()
Dbitalloc-sbc.c134 uint16_t bits; in OI_CODEC_SBC_CalculateBitpool() local
Ddecoder-private.c191 OI_UINT bits = common->bits.uint8[n]; in OI_SBC_ReadSamples() local
Dsynthesis-dct8.c84 #define FIX(x, bits) \ in float_dct2_8() argument
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_bitstream.h78 #define OI_BITSTREAM_READUINT(result, bits, ptr, value, bitPtr) \ argument
96 #define OI_BITSTREAM_WRITEUINT(ptr, value, bitPtr, datum, bits) \ argument
Doi_codec_sbc.h210 } bits; member
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DBitUtils.java51 public static long packBitList(int... bits) { in packBitList()
64 public static long packBits(int[] bits) { in packBits()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DWeekdays.kt99 var bits = 0 in fromCalendarDays() variable
111 val bits: Int = ALL_DAYS and bits constant
/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.kt113 val bits = properties[2] in createChannel() constant
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc_up_sample.cc36 uint8_t bits; /* number of bits per pcm sample */ member
59 void a2dp_sbc_init_up_sample(uint32_t src_sps, uint32_t dst_sps, uint8_t bits, in a2dp_sbc_init_up_sample()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/
DMockRandom.java65 protected synchronized int next(int bits) { in next()
/packages/services/Telephony/utils/satellite/s2storage/src/test/java/com/android/telephony/sats2range/
DSatS2RangeFileFormatTest.java164 private static int maxValForBits(int bits) { in maxValForBits()
/packages/modules/Virtualization/vmbase/src/
Drand.rs126 let bits = usize::try_from(u8::BITS).unwrap(); in rnd64() localVariable
/packages/modules/GeoTZ/tzs2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormatTest.java168 private static int maxValForBits(int bits) { in maxValForBits()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc1121 bool bta_av_link_role_ok(tBTA_AV_SCB* p_scb, uint8_t bits) { in bta_av_link_role_ok()
/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h235 auto bits = sample[2 * i] | static_cast<uint64>(sample[2 * i + 1]) << 32; in operator() local
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp219 const uint64_t bits = static_cast<uint64_t>(offset); in getIntsFromOffset() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtilHelper.java162 long bits; in parseUnsignedIntAttribute() local

12