Home | History | Annotate | Download | only in src

Lines Matching refs:bufp

63     char bufp[BUFF_SIZE_128];
68 snprintf(bufp, BUFF_SIZE_128, "/data/main_raw_%d.yuv", raw_snapshot_cnt);
71 snprintf(bufp, BUFF_SIZE_128, "/data/main_%d.yuv", snapshot_cnt);
73 snprintf(bufp, BUFF_SIZE_128, "/data/thumb_%d.yuv", snapshot_cnt);
77 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
80 CDBG("cannot open file %s\n", bufp);
84 CDBG("%s:dump snapshot frame to '%s'\n", __func__, bufp);