Searched refs:write_size (Results 1 – 1 of 1) sorted by relevance
158 int write_size; in writeCroppedNV12() local178 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() local221 write_size = width*2; in writeCroppedUYVY()223 if (write_size != write(fd, src, width*2)) { in writeCroppedUYVY()246 int write_size; in copyCroppedNV12() local266 write_size = width; in copyCroppedNV12()[all …]