Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.cpp2362 char buf_aux[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local
2363 memset(buf_aux, 0, sizeof(buf_aux)); in composeMpo()
2364 snprintf(buf_aux, sizeof(buf_aux), in composeMpo()
2367 int file_fd_aux = open(buf_aux, O_RDWR | O_CREAT, 0777); in composeMpo()