Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c45 int file_fd; in mm_app_rdi_dump_frame() local
Dmm_qcamera_app.c248 int file_fd; in mm_app_dump_frame() local
278 int file_fd; in mm_app_dump_jpeg_frame() local
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2595 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpJpegToFile() local
2658 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local
2849 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile() local
DQCameraPostProc.cpp2765 int file_fd = open(saveName, O_RDWR | O_CREAT, 0655); in dataSaveRoutine() local
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp552 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpYUV() local
2202 int file_fd = open(buf, O_RDWR| O_CREAT, 0644); in dumpRawSnapshot() local
2415 int file_fd = open(buf, O_RDWR| O_CREAT, 0777); in dumpRawSnapshot() local
3165 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in jpegEvtHandle() local
DQCamera3HWI.cpp6320 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local