HomeSort by relevance Sort by last modified time
    Searched refs:bits_used (Results 1 - 7 of 7) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h 76 unsigned bits_used; member in struct:iio_channel_info
97 unsigned *bits_used,
158 bits_used,
166 if (*bits_used == 64)
169 *mask = (1 << *bits_used) - 1;
407 &current->bits_used,
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 76 unsigned bits_used; member in struct:iio_channel_info
97 unsigned *bits_used,
158 bits_used,
166 if (*bits_used == 64)
169 *mask = (1 << *bits_used) - 1;
407 &current->bits_used,
mpu_iio.c 119 val &= (1 << info->bits_used) - 1;
120 val = (int16_t)(val << (16 - info->bits_used)) >>
121 (16 - info->bits_used);
128 val &= (1 << info->bits_used) - 1;
157 if ((val >> infoarray[k].bits_used) & 1)
166 if ((val >> infoarray[k].bits_used) & 1)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
iio_utils.h 74 unsigned bits_used; member in struct:iio_channel_info
95 unsigned *bits_used,
156 bits_used,
164 if (*bits_used == 64)
167 *mask = (1 << *bits_used) - 1;
406 &current->bits_used,
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 2330 const uint64_t bits_used = cpi->rc.this_frame_target; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 2333 const uint64_t bits_used = cpi->rc.projected_frame_size; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 2334 const int bits_used = rc->base_frame_target; local
    [all...]

Completed in 446 milliseconds