HomeSort by relevance Sort by last modified time
    Searched refs:zoomRatios (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 701 List<Integer> zoomRatios = params.getZoomRatios(); // sorted smallest->largest
702 int zoom = zoomRatios.get(zoomRatios.size() - 1); // largest zoom ratio
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.h 526 String8 createZoomRatioValuesString(int *zoomRatios, int length);
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.h 525 String8 createZoomRatioValuesString(int *zoomRatios, int length);
QCameraParameters.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 492 int16_t zoomRatios[MAX_ZOOM_RATIOS];
  /device/lge/mako/camera/
QCameraHWI.h 497 int16_t zoomRatios[MAX_ZOOM_RATIOS];
QCameraHWI_Parm.cpp 851 ALOGV("%s:max zoom is larger than sizeof zoomRatios table",__func__);
855 zmt.zoom_ratio_tbl=&zoomRatios[0];
861 mZoomRatioValues = create_str(zoomRatios, mMaxZoom);
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 579 int16_t zoomRatios[MAX_ZOOM_RATIOS];
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 518 int16_t zoomRatios[MAX_ZOOM_RATIOS];
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.h     [all...]
QCameraParameters.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 821 LOGE("%s:max zoom is larger than sizeof zoomRatios table",__func__);
825 zmt.zoom_ratio_tbl=&zoomRatios[0];
831 mZoomRatioValues = create_str(zoomRatios, mMaxZoom);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 896 ALOGE("%s:max zoom is larger than sizeof zoomRatios table",__func__);
900 zmt.zoom_ratio_tbl=&zoomRatios[0];
    [all...]

Completed in 3878 milliseconds