Home
last modified time | relevance | path

Searched refs:file_fdp (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_video.c56 int file_fdp; in mm_app_dump_video_frame() local
67 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()
Dmm_qcamera_snapshot.c79 int file_fdp; in mm_app_dump_snapshot_frame() local
92 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()