Home
last modified time | relevance | path

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

/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dtunnel_test_sensor.c89 int min_bytes_req = 4 + 2 + 6 + sizeof(struct raf_frame_type); in main() local
256 bytes_avail += min_bytes_req; in main()
276 bytes_read += rft.format.frameSizeInBytes + min_bytes_req; in main()
277 } while (bytes_avail > min_bytes_req); in main()
H A Dtunnel_test.c109 int min_bytes_req = 4 + 2 + 6 + sizeof(struct raf_frame_type); local
350 bytes_avail += min_bytes_req;
373 bytes_read += rft.format.frameSizeInBytes + min_bytes_req;
374 } while (bytes_avail > min_bytes_req);
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dadnc_strm.c184 int min_bytes_req = 4 + 2 + 6 + sizeof(struct raf_frame_type); in parse_tunnel_buf() local
262 bytes_avail += min_bytes_req; in parse_tunnel_buf()
277 bytes_avail += min_bytes_req; in parse_tunnel_buf()
285 } while (bytes_avail > min_bytes_req); in parse_tunnel_buf()