Home | History | Annotate | Download | only in CameraHal

Lines Matching full:sdcard

465     sprintf(fn, "/sdcard/img%03d.raw", counter);
509 sprintf(fn, "/sdcard/preview%03d.yuv", counter);
907 if(mkdir("/mnt/sdcard/videos",0777) == -1)
909 sprintf(videoFile, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX].desc);