Home
last modified time | relevance | path

Searched refs:frameDropCount (Results 1 – 2 of 2) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dtunnel_test_sensor.c84 int frameDropCount[MAX_TUNNELS] = { 0 }; in main() local
268 frameDropCount[tunnel_id] += in main()
283 ALOGD("drop count tunnel id %u: %u", i, frameDropCount[i]); in main()
Dtunnel_test.c105 int frameDropCount[MAX_TUNNELS] = { 0 }; local
365 frameDropCount[tunnel_id] += (rft.seqNo - lastSeqNum[tunnel_id] - 1);
380 ALOGE("drop count tunnel id %u: %u", i, frameDropCount[i]);