Searched defs:bit (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c20 Description: Performs bit stream manipulation
36 Word16 coding_mode, /* i: coding bit-stream ratio mode */
37 Word16 mode, /* i: coding bit-stream ratio mode*/
193 Word16 i, bit; local
197 bit = (Word16) (value & 0x0001); /* get lsb */
198 if (bit == 0)
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java189 * - the SMS default 7 bit coded alphabet as defined in
190 * TS 23.038 [12] with bit 8 set to 0. The alpha identifier
196 * remaining octets are 16 bit UCS2 characters ...
200 * 8 bit number which defines bits 15 to 8 of a 16 bit
201 * base pointer, where bit 16 is set to zero and bits 7 to 1
206 * If bit 8 of the octet is set to zero, the remaining 7 bits
208 * whereas if bit 8 of the octet is set to one, then the
210 * 16 bit base pointer defined earlier...
214 * contain a 16 bit numbe
457 bitToRGB(int bit) argument
[all...]
/frameworks/wilhelm/src/
H A Dlocks.cpp157 /** \brief Exclusively unlock an object and report updates to the specified bit-mask of
194 unsigned bit = ctz(attributes); local
195 // ATTR_INDEX_MAX == next bit position after the last attribute
196 assert(ATTR_INDEX_MAX > bit);
197 // compute the entry in the handler table using object ID and bit number
198 AttributeHandler handler = handlerTable[index][bit];
202 attributes &= ~(1 << bit);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java321 private static boolean isBitSet(int flags, int bit) { argument
322 return (flags & (1 << bit)) != 0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DIconLoader.java266 * Decode one bit to a black and white color:
269 * @param bit to decode
272 private static int bitToBnW(int bit){ argument
273 if(bit == 1){
329 * Calculate bit mask for a given number of bits. The mask should enable to
332 * @return bit mask
/frameworks/rs/
H A DrsCppUtils.h121 uint32_t bit = 0; local
123 bit++;
126 return bit;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c173 /* fixed 6 bit length VLC, nC <= 8 */
741 coeffMap on bits [16,31] if successful, this is bit map
742 where each bit indicates if the corresponding
758 u32 levelSuffix, zerosLeft, bit; local
778 BUFFER_SHOW(bufferValue, bufferBits, bit, 16);
780 tmp = DecodeCoeffToken(bit, (u32)nc);
796 BUFFER_GET(bufferValue, bufferBits, bit, trailingOnes);
800 level[i] = bit & tmp ? -1 : 1;
813 BUFFER_SHOW(bufferValue, bufferBits, bit, 16);
814 levelPrefix = DecodeLevelPrefix(bit);
[all...]
/frameworks/base/core/java/android/os/
H A DStrictMode.java208 * Note, a "VM_" bit, not thread.
214 * Note, a "VM_" bit, not thread.
220 * Note, a "VM_" bit, not thread.
616 private Builder enable(int bit) { argument
617 mMask |= bit;
621 private Builder disable(int bit) { argument
622 mMask &= ~bit;
934 private Builder enable(int bit) { argument
935 mMask |= bit;
939 Builder disable(int bit) { argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1087 milliseconds