Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraMuxer.h266 qcamera_logical_descriptor_t* log_cam, int& numOfAcitvePhyCam);
DQCameraMuxer.cpp1110 int numOfAcitvePhyCam = 0; in take_picture() local
1111 gMuxer->getActiveNumOfPhyCam(cam, numOfAcitvePhyCam); in take_picture()
1112 if (gMuxer->m_bMpoEnabled && numOfAcitvePhyCam <= 1) { in take_picture()
2229 qcamera_logical_descriptor_t* log_cam, int& numOfAcitvePhyCam) in getActiveNumOfPhyCam() argument
2233 numOfAcitvePhyCam = log_cam->numCameras; in getActiveNumOfPhyCam()