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

  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.h 526 String8 createZoomRatioValuesString(int *zoomRatios, int length);
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.h 526 String8 createZoomRatioValuesString(int *zoomRatios, int length);
QCameraParameters.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 493 int16_t zoomRatios[MAX_ZOOM_RATIOS];
  /device/lge/mako/camera/
QCameraHWI.h 496 int16_t zoomRatios[MAX_ZOOM_RATIOS];
QCameraHWI_Parm.cpp 849 ALOGV("%s:max zoom is larger than sizeof zoomRatios table",__func__);
853 zmt.zoom_ratio_tbl=&zoomRatios[0];
859 mZoomRatioValues = create_str(zoomRatios, mMaxZoom);
    [all...]
QualcommCameraHardware.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 747 String8 zoomRatios;
753 if (addComma) zoomRatios += ",";
755 zoomRatios += String8::format("%d", static_cast<int>(zoom * 100));
758 params.set(CameraParameters::KEY_ZOOM_RATIOS, zoomRatios);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 824 LOGE("%s:max zoom is larger than sizeof zoomRatios table",__func__);
828 zmt.zoom_ratio_tbl=&zoomRatios[0];
834 mZoomRatioValues = create_str(zoomRatios, mMaxZoom);
    [all...]

Completed in 635 milliseconds