Searched refs:bits (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp139 //DV: this is the wrong way to skip bits, use FLush or Read psBits->dataBitPos += 32;
140 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
257 /* vol_id (4 bits) */
625 uint8 ucNBits, /* nr of bits to read */
629 uint8 *bits; local
636 if (ucNBits > (32 - bitPos)) /* not enough bits */
652 bits = &pStream->data[dataBytePos];
653 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[
671 uint8 *bits; local
703 uint8 *bits; local
739 uint8 *bits; local
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dmp4_utils.cpp58 uint8 *bits = &posPtr->bytePtr[0]; local
60 (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
290 bits_parsed += vop_bits + 1;//Vop bit & Marker bits
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmdefs.h137 #define DMADDR_MASK_32 0x0 /* Address mask for 32-bits */
138 #define DMADDR_MASK_30 0xc0000000 /* Address mask for 30-bits */
139 #define DMADDR_MASK_0 0xffffffff /* Address mask for 0-bits (hi-part) */
237 * Usage example, e.g. a three-bit field (bits 4-6):
250 #define SFIELD(val, field, bits) \
252 ((unsigned)(bits) << field ## _S))
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c215 m->bits[0] = 0;
216 m->bits[1] = 0;
217 m->bits[bit >> 5] |= (1 << (bit & 31));
254 m->bits[0] = ~0;
255 m->bits[1] = ~0;
295 m->bits[1], m->bits[0]);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h150 uint32_t bits; member in struct:msm_audio_config
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h158 uint32_t bits; member in struct:msm_audio_config

Completed in 402 milliseconds