Searched defs:elements (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.c166 static uint_fast16_t inv_set_fifo_accuracy(uint_fast16_t elements, argument
170 if (elements) {
189 * bit set in element. The value returned are the elements that should be sent
192 static uint_fast16_t inv_set_fifo_reference(uint_fast16_t elements, argument
201 if ((elements & 1)
205 elements >>= 1;
209 if (elements & 1)
211 elements >>= 1;
214 elements = 0;
217 elements |
226 inv_construct3_fifo(unsigned char *regs, uint_fast16_t elements, uint_fast16_t accuracy, uint_fast8_t refOffset, unsigned short key, uint_fast8_t configOffset) argument
990 inv_send_accel(uint_fast16_t elements, uint_fast16_t accuracy) argument
1024 inv_send_cntrl_data(uint_fast16_t elements, uint_fast16_t accuracy) argument
1080 uint_fast16_t elements; local
1122 inv_send_gravity(uint_fast16_t elements, uint_fast16_t accuracy) argument
1144 inv_send_gyro(uint_fast16_t elements, uint_fast16_t accuracy) argument
1196 inv_send_linear_accel(uint_fast16_t elements, uint_fast16_t accuracy) argument
1231 inv_send_linear_accel_in_world(uint_fast16_t elements, uint_fast16_t accuracy) argument
1258 uint_fast16_t elements, kk; local
1298 inv_send_sensor_data(uint_fast16_t elements, uint_fast16_t accuracy) argument
1417 inv_send_external_sensor_data(uint_fast16_t elements, uint_fast16_t accuracy) argument
1490 inv_send_quantized_accel(uint_fast16_t elements, uint_fast16_t accuracy) argument
1549 inv_send_eis(uint_fast16_t elements, uint_fast16_t accuracy) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c800 ne_find_element(uint64_t id, struct ebml_element_desc * elements) argument
804 for (element = elements; element->id; ++element)
1574 ctx->log(ctx, NESTEGG_LOG_DEBUG, "seek: parsing cue elements");
1943 ctx->log(ctx, NESTEGG_LOG_DEBUG, "seek: parsing cluster elements");

Completed in 132 milliseconds