Searched refs:num_of_cameras (Results 1 – 3 of 3) sorted by relevance
69 uint8_t num_of_cameras; in hal3appGetUserEvent() local74 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() argument195 for ( i=0;i < num_of_cameras; i++) { in hal3appDisplaySensorMenu()
141 QCameraMuxer(uint32_t num_of_cameras);144 uint32_t num_of_cameras);
105 QCameraMuxer** pMuxer, uint32_t num_of_cameras) in getCameraMuxer() argument109 gMuxer = new QCameraMuxer(num_of_cameras); in getCameraMuxer()126 QCameraMuxer::QCameraMuxer(uint32_t num_of_cameras) in QCameraMuxer() argument132 m_nPhyCameras(num_of_cameras), in QCameraMuxer()