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.cc1570 unsigned int zeros_to_fill; in TEST() local
1595 zeros_to_fill = min_cb_level * 2 - hw_level; in TEST()
1601 EXPECT_EQ(zeros_to_fill, put_buffer_nframes); in TEST()
1602 zeros = (int16_t*)calloc(zeros_to_fill * 2, sizeof(*zeros)); in TEST()
1603 EXPECT_EQ(0, memcmp(audio_buffer, zeros, zeros_to_fill * 2 * 2)); in TEST()
1613 zeros_to_fill = 0; in TEST()
1618 EXPECT_EQ(zeros_to_fill, put_buffer_nframes); in TEST()