Home
last modified time | relevance | path

Searched refs:MAX_TUNNELS (Results 1 – 3 of 3) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dtunnel_test_sensor.c33 #define MAX_TUNNELS 32 macro
71 FILE *out_fp[MAX_TUNNELS] = { NULL }; in main()
82 int lastSeqNum[MAX_TUNNELS] = { 0 }; in main()
83 int notFirstFrame[MAX_TUNNELS] = { 0 }; in main()
84 int frameDropCount[MAX_TUNNELS] = { 0 }; in main()
85 uint64_t tunnel_time_stamps[MAX_TUNNELS] = { 0 }; in main()
222 if (tunnel_id > MAX_TUNNELS) { in main()
281 for (i = 0; i < MAX_TUNNELS; i++) { in main()
297 for (i = 0; i < MAX_TUNNELS; i++) { in main()
Dtunnel_test.c36 #define MAX_TUNNELS 32 macro
85 FILE *out_fp[MAX_TUNNELS] = { NULL };
100 int tunnel_src[MAX_TUNNELS] = { 0 };
101 int tunnel_mode[MAX_TUNNELS] = { 0 };
102 int tunnel_encode[MAX_TUNNELS];
103 int lastSeqNum[MAX_TUNNELS] = { 0 };
104 int notFirstFrame[MAX_TUNNELS] = { 0 };
105 int frameDropCount[MAX_TUNNELS] = { 0 };
106 uint64_t tunnel_time_stamps[MAX_TUNNELS] = { 0 };
311 if (tunnel_id > MAX_TUNNELS) {
[all …]
/hardware/knowles/athletico/sound_trigger_hal/
Dadnc_strm.c34 #define MAX_TUNNELS (32) macro
229 if (tunnel_id > MAX_TUNNELS) { in parse_tunnel_buf()