Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h269 qcamera_logical_descriptor_t* log_cam, int& numOfAcitvePhyCam);
DQCameraMuxer.cpp1111 int numOfAcitvePhyCam = 0; in take_picture() local
1112 gMuxer->getActiveNumOfPhyCam(cam, numOfAcitvePhyCam); in take_picture()
1113 if (gMuxer->m_bMpoEnabled && numOfAcitvePhyCam <= 1) { in take_picture()
2234 qcamera_logical_descriptor_t* log_cam, int& numOfAcitvePhyCam) in getActiveNumOfPhyCam() argument
2238 numOfAcitvePhyCam = log_cam->numCameras; in getActiveNumOfPhyCam()