• Home
  • Raw
  • Download

Lines Matching refs:QCamera2Factory

53 QCamera2Factory *gQCamera2Factory = NULL;
71 QCamera2Factory::QCamera2Factory() in QCamera2Factory() function in qcamera::QCamera2Factory
131 QCamera2Factory::~QCamera2Factory() in ~QCamera2Factory()
151 int QCamera2Factory::get_number_of_cameras() in get_number_of_cameras()
156 gQCamera2Factory = new QCamera2Factory(); in get_number_of_cameras()
185 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) in get_camera_info()
210 int QCamera2Factory::get_physical_camera_info(int /*physical_camera_id*/, in get_physical_camera_info()
229 int QCamera2Factory::is_stream_combination_supported(int camera_id, in is_stream_combination_supported()
248 int QCamera2Factory::isStreamCombinationSupported(int camera_id, in isStreamCombinationSupported()
273 int QCamera2Factory::set_callbacks(const camera_module_callbacks_t *callbacks) in set_callbacks()
297 int QCamera2Factory::open_legacy(const struct hw_module_t* module, in open_legacy()
330 int QCamera2Factory::set_torch_mode(const char* camera_id, bool on) in set_torch_mode()
344 int QCamera2Factory::getNumberOfCameras() in getNumberOfCameras()
362 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info) in getCameraInfo()
407 int QCamera2Factory::setCallbacks(const camera_module_callbacks_t *callbacks) in setCallbacks()
433 int QCamera2Factory::cameraDeviceOpen(int camera_id, in cameraDeviceOpen()
492 int QCamera2Factory::camera_device_open( in camera_device_open()
515 struct hw_module_methods_t QCamera2Factory::mModuleMethods = {
516 .open = QCamera2Factory::camera_device_open,
532 int QCamera2Factory::openLegacy( in openLegacy()
579 int QCamera2Factory::setTorchMode(const char* camera_id, bool on) in setTorchMode()
642 bool QCamera2Factory::isDualCamAvailable(int hal3Enabled) in isDualCamAvailable()