Searched defs:sensor_h (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp86 * @sensor_h : sensor output height
92 uint32_t sensor_h)
96 sensor_w == 0 || sensor_h == 0) {
100 if (active_array_w < sensor_w || active_array_h < sensor_h) {
102 active_array_w, active_array_h, sensor_w, sensor_h);
106 mSensorH = sensor_h;
90 update(uint32_t active_array_w, uint32_t active_array_h, uint32_t sensor_w, uint32_t sensor_h) argument

Completed in 712 milliseconds