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

12

/hardware/libhardware/modules/input/evdev/
H A DBitUtils.cpp53 uint8_t bits = arr[i]; local
56 ALOGD("block %04d: %s%s", i, bitstrings[bits >> 4], bitstrings[bits & 0x0f]);
58 if (bits) {
59 // Mask off bits before our start bit
63 // Mask off bits after our end bit
71 if (bits & mask) return true;
H A DInputHub.cpp57 static constexpr size_t sizeofBitArray(size_t bits) { argument
58 return (bits + 7) / 8;
/hardware/intel/common/libva/va/
H A Dva_enc_jpeg.h93 } bits; member in union:_VAEncPictureParameterBufferJPEG::__anon601
97 /** \brief number of bits per sample. */
H A Dva_dec_vp8.h59 * it is the number of remaining bits in 'value' for decoding, range [0, 7].
116 } bits; member in union:_VAPictureParameterBufferVP8::__anon579
196 * exclude current byte for the remaining bits in bool_coder_ctx.
H A Dva_dec_vp9.h151 } bits; member in union:_VADecPictureParameterBufferVP9::__anon581
H A Dva_enc_vp8.h134 } bits; member in union:_VAEncPictureParameterBufferVP8::__anon613
236 } bits; member in union:_VAEncPictureParameterBufferVP8::__anon615
H A Dva_enc_mpeg2.h101 * A 14bits unsigned inter, the lower 12bits
103 * 2bits is \c horizontal_size_extension
109 * A 14bits unsigned inter, the lower 12bits
110 * is vertical_size_value, and the upper 2bits is
154 } bits; member in union:_VAEncSequenceParameterBufferMPEG2::__anon605
169 } bits; member in union:_VAEncSequenceParameterBufferMPEG2::__anon607
245 } bits; member in union:_VAEncPictureParameterBufferMPEG2::__anon609
265 } bits; member in union:_VAEncPictureParameterBufferMPEG2::__anon611
[all...]
H A Dva_dec_hevc.h174 } bits; member in union:_VADecPictureParameterBufferHEVC::__anon570
240 } bits; member in union:_VADecPictureParameterBufferHEVC::__anon572
255 * \brief number of bits that structure
H A Dva_enc_h264.h196 } bits; member in union:_VAEncSequenceParameterBufferH264::__anon589
247 } bits; member in union:_VAEncSequenceParameterBufferH264::__anon591
369 } bits; member in union:_VAEncPictureParameterBufferH264::__anon593
511 * @name Macroblock neighbour availability bits
514 * Definitions for macroblock neighbour availability bits used in
556 * availability bits from VME stage.
559 * availability bits from the VME stage are overriden
573 } bits; member in struct:_VAEncMacroblockParameterBufferH264::__anon595::__anon596
582 } bits; member in struct:_VAEncMacroblockParameterBufferH264::__anon595::__anon598
757 * @return the number of bits writte
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_bstream.c4 /* Internal data structure for calculating required bits. */
225 This function moves the stream position by N bits(parameter bits). The bytes parameter tells us how many bytes were
226 read for this N bits(can be different due to emulation bytes).
228 static inline void viddec_pm_utils_update_skipoffsets(viddec_pm_utils_bstream_buf_cxt_t *bstream, uint32_t bits, uint32_t bytes) argument
230 if((bits & 0x7) == 0)
237 bstream->buf_bitoff = bits & 0x7;
366 Function to skip N bits ( N<= 32).
403 Function to get N bits ( N<= 32).
409 /* STEP 1: Make sure that we have at least minimum data before we calculate bits */
[all...]
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg-internal.h69 /*bits and values*/
70 unsigned char bits[16]; member in struct:huffman_table
/hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp52 uint8 *bits = &posPtr->bytePtr[0]; local
54 (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
324 bits_parsed += vop_bits + 1;//Vop bit & Marker bits
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp52 uint8 *bits = &posPtr->bytePtr[0]; local
54 (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
324 bits_parsed += vop_bits + 1;//Vop bit & Marker bits
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp52 uint8 *bits = &posPtr->bytePtr[0]; local
54 (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
324 bits_parsed += vop_bits + 1;//Vop bit & Marker bits
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_sei.c930 int32_t word, bits; local
947 viddec_pm_get_bits(parent, (uint32_t *)&bits, 8);
952 word = (bits << 8) | word;
955 word = (bits << 16) | word;
958 word = (bits << 24) | word;
961 word = bits;
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.cpp144 //DV: this is the wrong way to skip bits, use FLush or Read psBits->dataBitPos += 32;
145 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
262 /* vol_id (4 bits) */
610 uint8 ucNBits, /* nr of bits to read */
614 uint8 *bits; local
621 if (ucNBits > (32 - bitPos)) /* not enough bits */
637 bits = &pStream->data[dataBytePos];
638 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[
656 uint8 *bits; local
688 uint8 *bits; local
724 uint8 *bits; local
[all...]
/hardware/intel/img/psb_video/src/
H A Dvsp_vp8.c95 } bits; member in union:__anon1005
439 flags.bits.force_kf = va_pic->ref_flags.bits.force_kf;
440 flags.bits.no_ref_last = va_pic->ref_flags.bits.no_ref_last;
441 flags.bits.no_ref_gf = va_pic->ref_flags.bits.no_ref_gf;
442 flags.bits.no_ref_arf = va_pic->ref_flags.bits.no_ref_arf;
443 flags.bits
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp313 // can enable the same bits, e.g. foreground and bckground.
665 LocApiRpc::deleteAidingData(GpsAidingData bits) argument
668 ioctl_data.rpc_loc_ioctl_data_u_type_u.assist_data_delete.type = bits;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp313 // can enable the same bits, e.g. foreground and bckground.
665 LocApiRpc::deleteAidingData(GpsAidingData bits) argument
668 ioctl_data.rpc_loc_ioctl_data_u_type_u.assist_data_delete.type = bits;
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp313 // can enable the same bits, e.g. foreground and bckground.
665 LocApiRpc::deleteAidingData(GpsAidingData bits) argument
668 ioctl_data.rpc_loc_ioctl_data_u_type_u.assist_data_delete.type = bits;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp313 // can enable the same bits, e.g. foreground and bckground.
665 LocApiRpc::deleteAidingData(GpsAidingData bits) argument
668 ioctl_data.rpc_loc_ioctl_data_u_type_u.assist_data_delete.type = bits;
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp313 // can enable the same bits, e.g. foreground and bckground.
665 LocApiRpc::deleteAidingData(GpsAidingData bits) argument
668 ioctl_data.rpc_loc_ioctl_data_u_type_u.assist_data_delete.type = bits;
/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 599 milliseconds

12