Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:write_size

158     int write_size;
178 write_size = width;
180 if (write_size != write(fd, luma, width)) {
190 write_size = width;
192 if (write_size != write(fd, chroma, width)) {
212 int write_size;
221 write_size = width*2;
223 if (write_size != write(fd, src, width*2)) {
246 int write_size;
266 write_size = width;
274 write_size = width;