Searched refs:packet_count (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c326 int packet_count; local
420 packet_count = CHARS_TO_SHORT(dataout) / 6;
421 sprintf(tmpStr, "Packet Count: %d - ", packet_count);
423 if ( abs(packet_count - test_setup.packet_thresh)
426 for (i = 0; i < packet_count; i++) {
440 total_count += packet_count;
441 total_count_axis[j] += packet_count;
576 int packet_count; local
689 packet_count = CHARS_TO_SHORT(dataout) / 6;
690 sprintf(tmpStr, "Packet Count: %d - ", packet_count);
[all...]

Completed in 47 milliseconds