Searched defs:bits (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video-legacy/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/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp59 uint8 *bits = &posPtr->bytePtr[0]; local
61 (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
331 bits_parsed += vop_bits + 1;//Vop bit & Marker bits
/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/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
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_audio.h150 uint32_t bits; member in struct:msm_audio_config
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_audio.h158 uint32_t bits; member in struct:msm_audio_config

Completed in 436 milliseconds