Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/com/android/internal/util/
DBitwiseOutputStream.java75 private void possExpand(int bits) { in possExpand()
92 public void write(int bits, int data) throws AccessException { in write()
112 public void writeByteArray(int bits, byte[] arr) throws AccessException { in writeByteArray()
126 public void skip(int bits) { in skip()
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()
DCallbackRegistry.java174 final long bits = mRemainderRemoved[remainderIndex]; in notifyRemainderLocked() local
200 final int endIndex, final long bits) { in notifyCallbacksLocked()
243 final long bits = mRemainderRemoved[maskIndex]; in isRemovedLocked() local
/frameworks/av/media/libstagefright/rtsp/
DAMPEG4AudioAssembler.cpp99 ABitReader *bits, unsigned *audioObjectType) { in parseAudioObjectType()
109 ABitReader *bits, in parseGASpecificConfig()
145 static status_t parseAudioSpecificConfig(ABitReader *bits, sp<ABuffer> *asc) { in parseAudioSpecificConfig()
256 ABitReader *bits, in parseStreamMuxConfig()
459 ABitReader bits(config->data(), config->size()); in AMPEG4AudioAssembler() local
DAMPEG4ElementaryAssembler.cpp264 ABitReader bits(buffer->data() + 2, buffer->size() - 2); in addPacket() local
338 ABitReader bits(buffer->data() + offset, buffer->size() - offset); in addPacket() local
/frameworks/base/core/java/android/util/
DHalf.java495 public static @HalfFloat short intBitsToHalf(int bits) { in intBitsToHalf()
547 int bits = h & 0xffff; in round() local
581 int bits = h & 0xffff; in ceil() local
615 int bits = h & 0xffff; in floor() local
648 int bits = h & 0xffff; in trunc() local
889 int bits = h & 0xffff; in toFloat() local
941 int bits = Float.floatToRawIntBits(f); in toHalf() local
1076 int bits = h & 0xffff; in toHexString() local
/frameworks/native/libs/math/include/math/
Dhalf.h59 uint16_t bits; member
71 uint32_t bits; member
97 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half()
/frameworks/base/tests/touchlag/
Dtouchlag.cpp56 uint32_t* bits = buf->pixels + y * buf->s; in drawTwoPixels() local
78 uint32_t* bits = buf->pixels + y * buf->s + x; in drawHLine() local
97 uint32_t* bits = buf->pixels + y * buf->s + x; in drawRect() local
227 void* bits = mmap(0, fi.smem_len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in main() local
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dbits2prm.cpp271 Word16 bits[], /* i : serial bits (size <= MAX_SERIAL_SIZE) */ in Bits2prm()
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_crc.cpp128 uint32 bits = getNbits(inputStream, neededBits); in getbits_crc() local
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dprm2bits.cpp292 Word16 bits[] /* o : serial bits (size <= MAX_SERIAL_SIZE) */ in Prm2bits()
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
DCallbackRegistry.java171 final long bits = mRemainderRemoved[remainderIndex]; in notifyRemainder() local
197 final int endIndex, final long bits) { in notifyCallbacks()
243 final long bits = mRemainderRemoved[maskIndex]; in isRemoved() local
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_protocol.h70 bool IsSet(Integer bits) const { return (value_ & bits) == bits; } in IsSet()
71 bool IsClear(Integer bits) const { return (value_ & bits) == 0; } in IsClear()
73 void Set(Integer bits) { value_ |= bits; } in Set()
74 void Clear(Integer bits) { value_ &= ~bits; } in Clear()
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java592 public static Icon createWithBitmap(Bitmap bits) { in createWithBitmap()
606 public static Icon createWithAdaptiveBitmap(Bitmap bits) { in createWithAdaptiveBitmap()
769 final Bitmap bits = Bitmap.CREATOR.createFromParcel(in); in Icon() local
808 final Bitmap bits = getBitmap(); in writeToParcel() local
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp298 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) { in makeBitReader()
379 oggpack_buffer bits; in onQueueFilled() local
/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h102 void* bits; member
/frameworks/av/cmds/stagefright/
Djpeg.cpp25 static inline uint8_t from565to8(uint16_t p, int start, int bits) { in from565to8()
/frameworks/base/core/java/android/privacy/internal/rappor/
DRapporEncoder.java126 public byte[] encodeBits(byte[] bits) { in encodeBits()
/frameworks/base/core/java/android/privacy/internal/longitudinalreporting/
DLongitudinalReportingEncoder.java143 public byte[] encodeBits(byte[] bits) { in encodeBits()
/frameworks/rs/
Dspec.h16 int bits; member
/frameworks/native/opengl/libagl/
Ddxt.cpp164 uint32_t bits = *d32++; in DXT1HasAlpha() local
216 uint32_t bits = *d32++; in decodeDXT1() local
339 uint32_t bits = *d32++; in decodeDXT3() local
463 uint32_t bits = *d32++; in decodeDXT5() local
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java518 int bits = data[valueIndex++] & 0xFF; in parseToRGB() local
542 int length, int[] colorArray, int bits) { in mapTo2OrderBitColor()
580 int length, int[] colorArray, int bits) { in mapToNon2OrderBitColor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHardwareConfig.java153 char[] bits = Integer.toBinaryString(ratBits).toCharArray(); in assignModem() local
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
DIconCompat.java160 public static IconCompat createWithBitmap(Bitmap bits) { in createWithBitmap()
175 public static IconCompat createWithAdaptiveBitmap(Bitmap bits) { in createWithAdaptiveBitmap()
/frameworks/native/libs/ui/
DGralloc2.cpp41 uint64_t bits = 0; in getValid10UsageBits() local
56 uint64_t bits = 0; in getValid11UsageBits() local

123