Home
last modified time | relevance | path

Searched refs:write_size (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp158 int write_size; in writeCroppedNV12() local
178 write_size = width; in writeCroppedNV12()
180 if (write_size != write(fd, luma, width)) { in writeCroppedNV12()
190 write_size = width; in writeCroppedNV12()
192 if (write_size != write(fd, chroma, width)) { in writeCroppedNV12()
212 int write_size; in writeCroppedUYVY() local
221 write_size = width*2; in writeCroppedUYVY()
223 if (write_size != write(fd, src, width*2)) { in writeCroppedUYVY()
246 int write_size; in copyCroppedNV12() local
266 write_size = width; in copyCroppedNV12()
[all …]