Home | History | Annotate | Download | only in tests

Lines Matching refs:write_offset

48   shm_.area->write_offset[0] = 100 * shm_.area->config.frame_bytes;
61 shm_.area->write_offset[0] = 100 * 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;
87 shm_.area->write_offset[0] = 240 * shm_.config.frame_bytes;
89 shm_.area->write_offset[1] = 240 * shm_.config.frame_bytes;
104 shm_.area->write_offset[0] = 240 * shm_.config.frame_bytes;
106 shm_.area->write_offset[1] = 240 * shm_.config.frame_bytes;
123 shm_.area->write_offset[shm_.area->read_buf_idx] =
127 shm_.area->write_offset[0] = 240 * shm_.config.frame_bytes;
145 shm_.area->write_offset[0] = 100 * shm_.config.frame_bytes;
156 shm_.area->write_offset[0] = 0;
167 shm_.area->write_offset[0] = 200 * 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;
205 shm_.area->write_offset[0] = shm_.config.used_size + 50;
213 shm_.area->write_offset[0] = 44;
216 EXPECT_EQ(shm_.area->write_offset[0] / shm_.config.frame_bytes, frames_);
221 shm_.area->write_offset[0] = shm_.config.used_size + 50;
229 shm_.area->write_offset[0] = 0;
231 shm_.area->write_offset[1] = 0;