OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zoomRatios
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java
704
List<Integer>
zoomRatios
= params.getZoomRatios(); // sorted smallest->largest
705
int zoom =
zoomRatios
.get(
zoomRatios
.size() - 1); // largest zoom ratio
[
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];
/device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.h
[
all
...]
QCameraParameters.cpp
[
all
...]
/device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.h
[
all
...]
QCameraParameters.cpp
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.h
[
all
...]
QCameraParameters.cpp
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.h
[
all
...]
QCameraParameters.cpp
[
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 995 milliseconds