OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:analysis_dim
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c
567
cam_dimension_t
analysis_dim
= {0, 0};
local
577
analysis_dim
.width =
analysis_dim
.width;
578
analysis_dim
.height = (int32_t)((double)
analysis_dim
.width / requested_ratio);
580
analysis_dim
.height =
analysis_dim
.height;
581
analysis_dim
.width = (int32_t)((double)
analysis_dim
.height * requested_ratio);
583
analysis_dim
.width &= ~0x1
603
cam_dimension_t
analysis_dim
= {0, 0};
local
663
cam_dimension_t
analysis_dim
= {0, 0};
local
[
all
...]
Completed in 7014 milliseconds