HomeSort by relevance Sort by last modified time
    Searched refs:UInt (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/opencore/codecs_v2/audio/aac/dec/src/
s_bits.h 27 Description: Change buffer type from UInt to UInt32, makes API much easier
97 UInt usedBits; /* Keep this unsigned so can go to 65536 */
98 UInt availableBits; /* Ditto */
99 UInt inputBufferCurrentLength; /* Ditto */
byte_align.cpp 136 #define BYTE_ALIGN_MASK ((UInt)(-8))
get_ga_specific_config.h 85 UInt channel_config,
getbits.h 99 const UInt neededBits,
103 UInt offset;
104 UInt bitIndex;
155 bitIndex = (UInt)((pInputStream->usedBits) & INBUF_BIT_MODULO_MASK);
171 __inline UInt get1bits(
174 UInt returnValue;
175 UInt offset;
176 UInt bitIndex;
184 returnValue = (offset < pInputStream->inputBufferCurrentLength) ? ((UInt) * (pElem)) : 0;
191 bitIndex = (UInt)((pInputStream->usedBits++) & INBUF_BIT_MODULO_MASK)
    [all...]
s_tnsfilt.h 117 UInt order;
getgroup.cpp 223 UInt mask;
224 UInt groupBits;
pvmp4audiodecoderconfig.cpp 183 UInt initialUsedBits; /* Unsigned for C55x */
198 (UInt)pExt->inputBufferCurrentLength;
201 (UInt)(pExt->inputBufferCurrentLength << INBUF_ARRAY_INDEX_SHIFT);
204 (UInt)((pExt->inputBufferUsedLength << INBUF_ARRAY_INDEX_SHIFT) +
get_adts_header.cpp 199 pVars->prog_config.CRC_absent = ((UInt)(adts_header >> 12)) AND 0x0001;
201 lower_16 = (UInt)adts_header;
257 pVars->prog_config.frame_length = ((UInt)(adts_header >> 13)) AND 0x1FFF;
259 lower_16 = (UInt)adts_header;
368 UInt lower_16;
370 UInt channel_configuration;
410 pVars->prog_config.CRC_absent = ((UInt)(adts_header >> 12)) & 0x0001;
417 lower_16 = (UInt)adts_header;
606 * copyright_id_bit = ((UInt)(adts_header >> 27)) & 0x1;
608 * copyright_id_start = ((UInt)(adts_header >> 26)) & 0x1
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_bits.h 27 Description: Change buffer type from UInt to UInt32, makes API much easier
97 UInt usedBits; /* Keep this unsigned so can go to 65536 */
98 UInt availableBits; /* Ditto */
99 UInt inputBufferCurrentLength; /* Ditto */
byte_align.cpp 136 #define BYTE_ALIGN_MASK ((UInt)(-8))
get_ga_specific_config.h 85 UInt channel_config,
getbits.h 99 const UInt neededBits,
103 UInt offset;
104 UInt bitIndex;
155 bitIndex = (UInt)((pInputStream->usedBits) & INBUF_BIT_MODULO_MASK);
171 __inline UInt get1bits(
174 UInt returnValue;
175 UInt offset;
176 UInt bitIndex;
184 returnValue = (offset < pInputStream->inputBufferCurrentLength) ? ((UInt) * (pElem)) : 0;
191 bitIndex = (UInt)((pInputStream->usedBits++) & INBUF_BIT_MODULO_MASK)
    [all...]
s_tnsfilt.h 117 UInt order;
getgroup.cpp 223 UInt mask;
224 UInt groupBits;
pv_audio_type_defs.h 85 #ifndef UInt
86 typedef unsigned int UInt;
pvmp4audiodecoderconfig.cpp 183 UInt initialUsedBits; /* Unsigned for C55x */
198 (UInt)pExt->inputBufferCurrentLength;
201 (UInt)(pExt->inputBufferCurrentLength << INBUF_ARRAY_INDEX_SHIFT);
204 (UInt)((pExt->inputBufferUsedLength << INBUF_ARRAY_INDEX_SHIFT) +
get_adts_header.cpp 199 pVars->prog_config.CRC_absent = ((UInt)(adts_header >> 12)) AND 0x0001;
201 lower_16 = (UInt)adts_header;
257 pVars->prog_config.frame_length = ((UInt)(adts_header >> 13)) AND 0x1FFF;
259 lower_16 = (UInt)adts_header;
368 UInt lower_16;
370 UInt channel_configuration;
410 pVars->prog_config.CRC_absent = ((UInt)(adts_header >> 12)) & 0x0001;
417 lower_16 = (UInt)adts_header;
606 * copyright_id_bit = ((UInt)(adts_header >> 27)) & 0x1;
608 * copyright_id_start = ((UInt)(adts_header >> 26)) & 0x1
    [all...]
  /external/opencore/codecs_v2/audio/sbc/enc/src/
sbcenc_crc8.h 26 UWord8 crc8(const UWord8 *data, UInt len);
sbcenc_bitstream.h 28 Int pack_bitstream(UWord8 *data, enc_state_t *state, UInt len);
sbc.h 61 UInt sf_index;
63 UInt channel_mode;
65 UInt allocation_method;
sbcenc_filter.h 79 UInt low32bits;
80 UInt Result_low32bits;
82 UInt temp;
101 low32bits = ((UInt)low32bits * Result_low32bits);/* Lower 32 bits of resulting 64 */
104 temp = (UInt)(med_32bits_a << 16) + (UInt)(med_32bits_b << 16);
105 carry = ((temp < (UInt)(med_32bits_a << 16)) || (temp < (UInt)(med_32bits_b << 16)));
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
byte_align.cpp 136 #define BYTE_ALIGN_MASK ((UInt)(-8))
getgroup.cpp 223 UInt mask;
224 UInt groupBits;
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pv_amr_wb_type_defs.h 94 #ifndef UInt
95 typedef unsigned int UInt;
  /external/opencore/codecs_v2/audio/aac/dec/include/
pv_audio_type_defs.h 90 #ifndef UInt
91 typedef unsigned int UInt;

Completed in 577 milliseconds

1 2 3 4