HomeSort by relevance Sort by last modified time
    Searched defs:raw_bits (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/src/aio/
aio.c 35 static int raw_bits; variable
124 raw_bits = mraa_adc_raw_bits();
167 if (dev->value_bit != raw_bits) {
169 if (raw_bits > dev->value_bit) {
170 shifter_value = raw_bits - dev->value_bit;
173 shifter_value = dev->value_bit - raw_bits;
  /external/flac/include/FLAC/
format.h 219 unsigned *raw_bits; member in struct:__anon11175
225 /**< The capacity of the \a parameters and \a raw_bits arrays
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 4144 unsigned *parameters, *raw_bits; local
    [all...]

Completed in 1655 milliseconds