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.cpp2581 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpJpegToFile() local
2644 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local
2835 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile() local
DQCameraPostProc.cpp2743 int file_fd = open(saveName, O_RDWR | O_CREAT, 0655); in dataSaveRoutine() local
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp549 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpYUV() local
2098 int file_fd = open(buf, O_RDWR| O_CREAT, 0644); in dumpRawSnapshot() local
2310 int file_fd = open(buf, O_RDWR| O_CREAT, 0777); in dumpRawSnapshot() local
DQCamera3HWI.cpp5583 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local