Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.cpp2388 char buf_mpo[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local
2389 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()