Home | History | Annotate | Download | only in tests

Lines Matching full:frame_bytes

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