Home | History | Annotate | Download | only in libcamera

Lines Matching refs:FILE

7 ** you may not use this file except in compliance with the License.
921 FILE *yuv_fp = NULL;
924 /* file create/open, note to "wb" */
927 ALOGE("Save jpeg file open error");
963 ALOGD("opening file [%s]\n", fname);
966 ALOGE("failed to create file [%s]: %s", fname, strerror(errno));
970 ALOGD("writing %d bytes to file [%s]\n", size, fname);
974 ALOGE("failed to write to file %d [%s]: %s",written,fname, strerror(errno));
980 ALOGD("done writing %d bytes to file [%s] in %d passes\n",size, fname, cnt);
2290 * could have dup'd our file descriptor.