Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.cpp2345 char buf_main[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local
2346 memset(buf_main, 0, sizeof(buf_main)); in composeMpo()
2347 snprintf(buf_main, sizeof(buf_main), in composeMpo()
2350 int file_fd_main = open(buf_main, O_RDWR | O_CREAT, 0777); in composeMpo()