Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3MainTestContext.cpp69 uint8_t num_of_cameras; in hal3appGetUserEvent() local
74 num_of_cameras = mCamHal3Base->hal3appCameraTestLoad(); in hal3appGetUserEvent()
75 if ((num_of_cameras <= 0) && (num_of_cameras >= MAX_CAMERA_SUPPORTED)) { in hal3appGetUserEvent()
76 LOGE("\n Supported Camera Value is wrong : %d", num_of_cameras); in hal3appGetUserEvent()
81 choice = hal3appDisplaySensorMenu(num_of_cameras); in hal3appGetUserEvent()
82 if (choice >= num_of_cameras || choice < 0) { in hal3appGetUserEvent()
187 int MainTestContext::hal3appDisplaySensorMenu(uint8_t num_of_cameras) in hal3appDisplaySensorMenu() argument
195 for ( i=0;i < num_of_cameras; i++) { in hal3appDisplaySensorMenu()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h141 QCameraMuxer(uint32_t num_of_cameras);
144 uint32_t num_of_cameras);
DQCameraMuxer.cpp105 QCameraMuxer** pMuxer, uint32_t num_of_cameras) in getCameraMuxer() argument
109 gMuxer = new QCameraMuxer(num_of_cameras); in getCameraMuxer()
126 QCameraMuxer::QCameraMuxer(uint32_t num_of_cameras) in QCameraMuxer() argument
132 m_nPhyCameras(num_of_cameras), in QCameraMuxer()