Lines Matching refs:frames
188 unsigned frames; in TEST_F() local
196 frames = 256; in TEST_F()
197 iodev->get_buffer(iodev, &area1, &frames); in TEST_F()
198 ASSERT_EQ(256, frames); in TEST_F()
199 ASSERT_EQ(256, area1->frames); in TEST_F()
214 iodev->get_buffer(iodev, &area2, &frames); in TEST_F()
215 ASSERT_EQ(256, frames); in TEST_F()
216 ASSERT_EQ(256, area2->frames); in TEST_F()
235 iodev->get_buffer(iodev, &area3, &frames); in TEST_F()
240 ASSERT_EQ(256, frames); in TEST_F()
251 unsigned frames; in TEST_F() local
261 frames = 256; in TEST_F()
262 iodev->get_buffer(iodev, &area, &frames); in TEST_F()
263 ASSERT_EQ(256, frames); in TEST_F()
264 ASSERT_EQ(256, area->frames); in TEST_F()
321 unsigned frames; in TEST_F() local
333 frames = 700; in TEST_F()
334 iodev->get_buffer(iodev, &area, &frames); in TEST_F()
335 ASSERT_EQ(700, frames); in TEST_F()
336 ASSERT_EQ(700, area->frames); in TEST_F()