Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Diodev_unittest.cc1537 unsigned int zeros_to_fill; in TEST() local
1562 zeros_to_fill = min_cb_level * 2 - hw_level; in TEST()
1568 EXPECT_EQ(zeros_to_fill, put_buffer_nframes); in TEST()
1569 zeros = (int16_t *)calloc(zeros_to_fill * 2, sizeof(*zeros)); in TEST()
1570 EXPECT_EQ(0, memcmp(audio_buffer, zeros, zeros_to_fill * 2 * 2)); in TEST()
1580 zeros_to_fill = 0; in TEST()
1585 EXPECT_EQ(zeros_to_fill, put_buffer_nframes); in TEST()