Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraHALPP.cpp322 int file_fd = open(name, O_RDWR | O_CREAT, 0777); in dumpYUVtoFile() local
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c46 int file_fd; in mm_app_rdi_dump_frame() local
Dmm_qcamera_app.c252 int file_fd; in mm_app_dump_frame() local
282 int file_fd; in mm_app_dump_jpeg_frame() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2763 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpJpegToFile() local
2826 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local
3028 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile() local
DQCameraPostProc.cpp3083 int file_fd = open(saveName, O_RDWR | O_CREAT, 0655); in dataSaveRoutine() local
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp562 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpYUV() local
2420 int file_fd = open(buf, O_RDWR| O_CREAT, 0644); in dumpRawSnapshot() local
2641 int file_fd = open(buf, O_RDWR| O_CREAT, 0777); in dumpRawSnapshot() local
DQCamera3HWI.cpp8969 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local