HomeSort by relevance Sort by last modified time
    Searched defs:get_camera_info (Results 1 - 13 of 13) sorted by null

  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 120 static int get_camera_info(int id, struct camera_info* info) { function
149 .get_camera_info = get_camera_info,
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 117 static int get_camera_info(int id, struct camera_info* info) function
184 .get_camera_info = get_camera_info,
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraFactory.cpp 231 int EmulatedCameraFactory::get_camera_info(int camera_id, function in class:android::EmulatedCameraFactory
  /device/google/marlin/camera/QCamera2/
QCamera2Factory.cpp 173 * FUNCTION : get_camera_info
185 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
190 rc = gQCameraMuxer->get_camera_info(camera_id, info);
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera_hal.cpp 184 static int get_camera_info(int id, struct camera_info* info) { function in namespace:v4l2_camera_hal
232 .get_camera_info = v4l2_camera_hal::get_camera_info,
  /hardware/qcom/camera/msm8998/QCamera2/
QCamera2Factory.cpp 195 * FUNCTION : get_camera_info
207 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
212 rc = gQCameraMuxer->get_camera_info(camera_id, info);
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 221 int EmulatedCameraFactory::get_camera_info(int camera_id, function in class:android::EmulatedCameraFactory
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 112 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
118 QCamera2Factory::get_camera_info(camera_id, info);
  /external/libxcam/xcore/interface/
stitcher.cpp 177 Stitcher::get_camera_info (uint32_t index, CameraInfo &info) const function in class:XCam::Stitcher
  /hardware/libhardware/include/hardware/
camera_common.h 115 * get_camera_info call.
227 * change after it is returned by get_camera_info().
451 * Calls to get_camera_info must still succeed, and provide the same information
456 * The camera device at this status must return -EINVAL for get_camera_info call,
466 * The information returned by get_camera_info cannot change due to this status
471 * The information returned by get_camera_info will become valid after a device's
483 * Calls to get_camera_info must still succeed, as if the camera was in the
488 * The camera device at this status must return -EINVAL for get_camera_info for call,
506 * android.flash.info.available is reported as true via get_camera_info() call.
628 * is reported as true via get_camera_info() call
728 int (*get_camera_info)(int camera_id, struct camera_info *info); member in struct:camera_module
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.cpp 112 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
118 QCamera2Factory::get_camera_info(camera_id, info);
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 206 * FUNCTION : get_camera_info
219 int QCameraMuxer::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCameraMuxer
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp 206 * FUNCTION : get_camera_info
219 int QCameraMuxer::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCameraMuxer
    [all...]

Completed in 304 milliseconds