Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.cpp2343 char buf_main[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local
2344 memset(buf_main, 0, sizeof(buf_main)); in composeMpo()
2345 snprintf(buf_main, sizeof(buf_main), in composeMpo()
2348 int file_fd_main = open(buf_main, O_RDWR | O_CREAT, 0777); in composeMpo()