• Home
  • Raw
  • Download

Lines Matching refs:camera_device

132 int QCamera2HardwareInterface::set_preview_window(struct camera_device *device,  in set_preview_window()
173 void QCamera2HardwareInterface::set_CallBacks(struct camera_device *device, in set_CallBacks()
218 void QCamera2HardwareInterface::enable_msg_type(struct camera_device *device, int32_t msg_type) in enable_msg_type()
251 void QCamera2HardwareInterface::disable_msg_type(struct camera_device *device, int32_t msg_type) in disable_msg_type()
285 int QCamera2HardwareInterface::msg_type_enabled(struct camera_device *device, int32_t msg_type) in msg_type_enabled()
322 int QCamera2HardwareInterface::prepare_preview(struct camera_device *device) in prepare_preview()
360 int QCamera2HardwareInterface::start_preview(struct camera_device *device) in start_preview()
401 void QCamera2HardwareInterface::stop_preview(struct camera_device *device) in stop_preview()
439 int QCamera2HardwareInterface::preview_enabled(struct camera_device *device) in preview_enabled()
483 struct camera_device *device, int enable) in store_meta_data_in_buffers()
519 int QCamera2HardwareInterface::restart_start_preview(struct camera_device *device) in restart_start_preview()
563 int QCamera2HardwareInterface::restart_stop_preview(struct camera_device *device) in restart_stop_preview()
606 int QCamera2HardwareInterface::pre_start_recording(struct camera_device *device) in pre_start_recording()
642 int QCamera2HardwareInterface::start_recording(struct camera_device *device) in start_recording()
692 void QCamera2HardwareInterface::stop_recording(struct camera_device *device) in stop_recording()
728 int QCamera2HardwareInterface::recording_enabled(struct camera_device *device) in recording_enabled()
764 struct camera_device *device, const void *opaque) in release_recording_frame()
802 int QCamera2HardwareInterface::auto_focus(struct camera_device *device) in auto_focus()
839 int QCamera2HardwareInterface::cancel_auto_focus(struct camera_device *device) in cancel_auto_focus()
875 int QCamera2HardwareInterface::pre_take_picture(struct camera_device *device) in pre_take_picture()
911 int QCamera2HardwareInterface::take_picture(struct camera_device *device) in take_picture()
1028 int QCamera2HardwareInterface::cancel_picture(struct camera_device *device) in cancel_picture()
1066 int QCamera2HardwareInterface::set_parameters(struct camera_device *device, in set_parameters()
1135 int QCamera2HardwareInterface::stop_after_set_params(struct camera_device *device) in stop_after_set_params()
1178 int QCamera2HardwareInterface::commit_params(struct camera_device *device) in commit_params()
1221 int QCamera2HardwareInterface::restart_after_set_params(struct camera_device *device) in restart_after_set_params()
1261 char* QCamera2HardwareInterface::get_parameters(struct camera_device *device) in get_parameters()
1296 void QCamera2HardwareInterface::put_parameters(struct camera_device *device, in put_parameters()
1332 int QCamera2HardwareInterface::send_command(struct camera_device *device, in send_command()
1380 int QCamera2HardwareInterface::send_command_restart(struct camera_device *device, in send_command_restart()
1422 void QCamera2HardwareInterface::release(struct camera_device *device) in release()
1455 int QCamera2HardwareInterface::dump(struct camera_device *device, int fd) in dump()
1529 int QCamera2HardwareInterface::register_face_image(struct camera_device *device, in register_face_image()
1571 int QCamera2HardwareInterface::prepare_snapshot(struct camera_device *device) in prepare_snapshot()