Home
last modified time | relevance | path

Searched defs:file_fd (Results 1 – 6 of 6) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c47 int file_fd; in mm_app_rdi_dump_frame() local
Dmm_qcamera_app.c251 int file_fd; in mm_app_dump_frame() local
281 int file_fd; in mm_app_dump_jpeg_frame() local
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2607 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpJpegToFile() local
2670 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local
2861 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile() local
DQCameraPostProc.cpp2776 int file_fd = open(saveName, O_RDWR | O_CREAT, 0655); in dataSaveRoutine() local
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp552 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpYUV() local
2222 int file_fd = open(buf, O_RDWR| O_CREAT, 0644); in dumpRawSnapshot() local
2444 int file_fd = open(buf, O_RDWR| O_CREAT, 0777); in dumpRawSnapshot() local
3222 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in jpegEvtHandle() local
DQCamera3HWI.cpp6582 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local