Searched refs:y_min (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2269 int32_t y_min = frame_settings.find(tag).data.i32[1]; local
2274 roi->rect.top = y_min;
2276 roi->rect.height = y_max - y_min;

Completed in 144 milliseconds