Searched refs:buf_mpo (Results 1 – 1 of 1) sorted by relevance
2388 char buf_mpo[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local2389 memset(buf_mpo, 0, sizeof(buf_mpo)); in composeMpo()2390 snprintf(buf_mpo, sizeof(buf_mpo), in composeMpo()2393 int file_fd_mpo = open(buf_mpo, O_RDWR | O_CREAT, 0777); in composeMpo()