Searched refs:ofid (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ov51x/test/
H A Dgetjpeg.c56 FILE *ofid; local
143 if ((ofid = fopen(filename, "wb")) == NULL) {
151 if (fwrite(vmbuffer+vmbuf.offsets[vmmap.frame] + 2, sizeof(unsigned char), (size_t)count, ofid) == count) {
154 fclose(ofid);
167 if ((ofid = fopen(filename, "wb")) == NULL) {
171 if (fwrite(buffer + 2, sizeof(unsigned char), (size_t)count, ofid) == count) {
174 fclose(ofid);

Completed in 29 milliseconds