Lines Matching refs:get_s16le
81 static inline int32_t get_s16le(uint8_t *base, uint32_t off)
108 if (get_s16le(dmic, 2) != 0)
109 fprintf(out, ",\n\t\t\t\"speaker-distance\":%i", get_s16le(dmic, 2));
110 if (get_s16le(dmic, 4) != 0)
111 fprintf(out, ",\n\t\t\t\"horizontal-offset\":%i", get_s16le(dmic, 4));
112 if (get_s16le(dmic, 6) != 0)
113 fprintf(out, ",\n\t\t\t\"vertical-offset\":%i", get_s16le(dmic, 6));
118 if (get_s16le(dmic, 10) != 0)
119 fprintf(out, ",\n\t\t\t\"direction-angle\":%i", get_s16le(dmic, 10));
120 if (get_s16le(dmic, 12) != 0)
121 fprintf(out, ",\n\t\t\t\"elevation-angle\":%i", get_s16le(dmic, 12));
122 angle_begin = get_s16le(dmic, 14);
123 angle_end = get_s16le(dmic, 16);
129 angle_begin = get_s16le(dmic, 18);
130 angle_end = get_s16le(dmic, 20);