Lines Matching refs:frame_bytes
48 shm_.area->write_offset[0] = 100 * shm_.area->config.frame_bytes; in TEST_F()
53 EXPECT_EQ((frames_ - 9) * shm_.config.frame_bytes, shm_.area->read_offset[0]); in TEST_F()
61 shm_.area->write_offset[0] = 100 * shm_.config.frame_bytes; in TEST_F()
62 shm_.area->read_offset[0] = 50 * shm_.config.frame_bytes; in TEST_F()
67 EXPECT_EQ(shm_.area->write_offset[0] - 10 * shm_.config.frame_bytes, in TEST_F()
75 shm_.area->write_offset[0] = 100 * shm_.config.frame_bytes; in TEST_F()
76 shm_.area->read_offset[0] = 50 * shm_.config.frame_bytes; in TEST_F()
80 25 * shm_.area->config.frame_bytes, in TEST_F()
86 shm_.config.used_size = 480 * shm_.config.frame_bytes; in TEST_F()
87 shm_.area->write_offset[0] = 240 * shm_.config.frame_bytes; in TEST_F()
88 shm_.area->read_offset[0] = 120 * shm_.config.frame_bytes; in TEST_F()
89 shm_.area->write_offset[1] = 240 * shm_.config.frame_bytes; in TEST_F()
98 EXPECT_EQ(230 * shm_.config.frame_bytes, shm_.area->read_offset[1]); in TEST_F()
103 shm_.config.used_size = 480 * shm_.config.frame_bytes; in TEST_F()
104 shm_.area->write_offset[0] = 240 * shm_.config.frame_bytes; in TEST_F()
105 shm_.area->read_offset[0] = 120 * shm_.config.frame_bytes; in TEST_F()
106 shm_.area->write_offset[1] = 240 * shm_.config.frame_bytes; in TEST_F()
122 shm_.config.used_size = 480 * shm_.config.frame_bytes; in TEST_F()
124 240 * shm_.config.frame_bytes; in TEST_F()
126 120 * shm_.config.frame_bytes; in TEST_F()
127 shm_.area->write_offset[0] = 240 * shm_.config.frame_bytes; in TEST_F()
138 EXPECT_EQ(230 * shm_.config.frame_bytes, shm_.area->read_offset[0]); in TEST_F()
145 shm_.area->write_offset[0] = 100 * shm_.config.frame_bytes; in TEST_F()
146 shm_.area->read_offset[0] = 50 * shm_.config.frame_bytes; in TEST_F()
155 shm_.config.used_size = 480 * shm_.config.frame_bytes; in TEST_F()
166 shm_.config.used_size = 480 * shm_.config.frame_bytes; in TEST_F()
167 shm_.area->write_offset[0] = 200 * shm_.config.frame_bytes; in TEST_F()
178 shm_.config.used_size = 480 * shm_.config.frame_bytes; in TEST_F()
179 shm_.area->write_offset[0] = 200 * shm_.config.frame_bytes; in TEST_F()
180 shm_.area->write_offset[1] = 200 * shm_.config.frame_bytes; in TEST_F()
216 EXPECT_EQ(shm_.area->write_offset[0] / shm_.config.frame_bytes, frames_); in TEST_F()
260 shm_.config.used_size = buffer_size * shm_.config.frame_bytes; in TEST_F()
261 shm_.area->write_offset[0] = written * shm_.config.frame_bytes; in TEST_F()
273 shm_.config.used_size = buffer_size * shm_.config.frame_bytes; in TEST_F()
274 shm_.area->write_offset[0] = written * shm_.config.frame_bytes; in TEST_F()