Searched refs:mask (Results 126 - 150 of 270) sorted by relevance

1234567891011

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_config.c48 sConfig->mask = 0;
142 if (!(assign_long_if_matches(line, "mask", &cfg->mask) ||
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h113 #define h264_bitfields_extract(x_32, start, mask) (((x_32) >> (start)) & (mask) )
114 #define h264_bitfields_insert(x_32, val_32, start, mask) ((x_32) = (((x_32) & ~( (mask) << (start))) | (((val_32) & (mask)) << (start))))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h65 * @mask: a bit mask for the raw output
78 uint64_t mask; member in struct:iio_channel_info
89 * @mask: output a bit mask for the raw data
99 uint64_t *mask,
167 *mask = ~0;
169 *mask = (1 << *bits_used) - 1;
409 &current->mask,
95 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h65 * @mask: a bit mask for the raw output
78 uint64_t mask; member in struct:iio_channel_info
89 * @mask: output a bit mask for the raw data
99 uint64_t *mask,
167 *mask = ~0;
169 *mask = (1 << *bits_used) - 1;
409 &current->mask,
95 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
H A Dmpu_iio.c158 val = (val & infoarray[k].mask) | ~infoarray[k].mask;
167 val = (val & infoarray[k].mask) | ~infoarray[k].mask;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h63 * @mask: a bit mask for the raw output
76 uint64_t mask; member in struct:iio_channel_info
87 * @mask: output a bit mask for the raw data
97 uint64_t *mask,
165 *mask = ~0;
167 *mask = (1 << *bits_used) - 1;
408 &current->mask,
93 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp147 uint32_t mask = loc_eng_data_p->sv_used_mask; local
148 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
150 if (mask & 1)
152 mask = mask >> 1;
813 { // cache the used in fix mask, as it will be needed to send $GPGSA
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp144 uint32_t mask = loc_eng_data_p->sv_used_mask; local
145 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
147 if (mask & 1)
149 mask = mask >> 1;
810 { // cache the used in fix mask, as it will be needed to send $GPGSA
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp147 uint32_t mask = loc_eng_data_p->sv_used_mask; local
148 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
150 if (mask & 1)
152 mask = mask >> 1;
793 // cache the used in fix mask, as it will be needed to send $GPGSA
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp140 uint32_t mask = loc_eng_data_p->sv_used_mask; local
141 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
143 if (mask & 1)
145 mask = mask >> 1;
702 { // cache the used in fix mask, as it will be needed to send $GPGSA
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp147 uint32_t mask = loc_eng_data_p->sv_used_mask; local
148 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
150 if (mask & 1)
152 mask = mask >> 1;
813 { // cache the used in fix mask, as it will be needed to send $GPGSA
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp148 uint32_t mask = loc_eng_data_p->sv_used_mask; local
149 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
151 if (mask & 1)
153 mask = mask >> 1;
794 // cache the used in fix mask, as it will be needed to send $GPGSA
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm131 pcmpeqb mm1, mm5 ; mask mm1
154 pand mm2, mm4 ; high var mask (hvm)(p1 - q1)
162 pand mm1, mm2 ; mask filter values we don't care about
383 por mm0, mm5 ; mm0=mask
398 por mm0, mm7 ; mask
421 por mm1, mm0; ; mask
457 pand mm2, mm4 ; high var mask (hvm)(p1 - q1)
469 pand mm1, mm2 ; mask filter values we don't care about
652 ; mm1 = mask, mm3=q1, mm7 = limit
664 ; mm1 = mask, mm
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_hal.h123 #define IS_MASK_SET(mask, flags) ((flags & mask) == mask)
/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.h137 uint64_t flags, uint64_t mask, int *itemLoc,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm131 pcmpeqb mm1, mm5 ; mask mm1
154 pand mm2, mm4 ; high var mask (hvm)(p1 - q1)
162 pand mm1, mm2 ; mask filter values we don't care about
383 por mm0, mm5 ; mm0=mask
398 por mm0, mm7 ; mask
421 por mm1, mm0; ; mask
457 pand mm2, mm4 ; high var mask (hvm)(p1 - q1)
469 pand mm1, mm2 ; mask filter values we don't care about
/hardware/intel/img/psb_video/src/
H A Dtng_cmdbuf.h183 * "mask" determines which bits of the target DWORD will be updated with the so
190 IMG_UINT32 mask,
H A Dvsp_cmdbuf.h184 uint32_t mask,
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h259 void inv_set_accel_bias_mask(const long *bias, int accuracy, int mask);
/hardware/qcom/audio/msm8909/post_proc/
H A Dbass_boost.c354 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
362 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
496 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
504 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h100 inline uint32_t setBit(uint32_t x, uint32_t mask) { argument
101 return (x | mask);
104 inline uint32_t clrBit(uint32_t x, uint32_t mask) { argument
105 return (x & ~mask);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h100 inline uint32_t setBit(uint32_t x, uint32_t mask) { argument
101 return (x | mask);
104 inline uint32_t clrBit(uint32_t x, uint32_t mask) { argument
105 return (x & ~mask);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.h100 inline uint32_t setBit(uint32_t x, uint32_t mask) { argument
101 return (x | mask);
104 inline uint32_t clrBit(uint32_t x, uint32_t mask) { argument
105 return (x & ~mask);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h97 inline uint32_t setBit(uint32_t x, uint32_t mask) { argument
98 return (x | mask);
101 inline uint32_t clrBit(uint32_t x, uint32_t mask) { argument
102 return (x & ~mask);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h100 inline uint32_t setBit(uint32_t x, uint32_t mask) { argument
101 return (x | mask);
104 inline uint32_t clrBit(uint32_t x, uint32_t mask) { argument
105 return (x & ~mask);

Completed in 669 milliseconds

1234567891011