Searched refs:file_fdp (Results 1 – 2 of 2) sorted by relevance
56 int file_fdp; in mm_app_dump_video_frame() local67 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777); in mm_app_dump_video_frame()69 if (file_fdp < 0) { in mm_app_dump_video_frame()75 write(file_fdp, in mm_app_dump_video_frame()77 close(file_fdp); in mm_app_dump_video_frame()
79 int file_fdp; in mm_app_dump_snapshot_frame() local92 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777); in mm_app_dump_snapshot_frame()94 if (file_fdp < 0) { in mm_app_dump_snapshot_frame()100 write(file_fdp, in mm_app_dump_snapshot_frame()102 close(file_fdp); in mm_app_dump_snapshot_frame()