Home | History | Annotate | Download | only in HAL

Lines Matching defs:previewHeight

4299     int previewWidth, previewHeight;
4300 getPreviewSize(&previewWidth, &previewHeight);
4309 //transform the coords from (-1000, 1000) to (0, previewWidth or previewHeight)
4311 af_roi_value.roi[i].top = (int32_t)((areas[i].rect.top + 1000.0f) * (previewHeight / 2000.0f));
4313 af_roi_value.roi[i].height = (int32_t)(areas[i].rect.height * previewHeight / 2000.0f);
4378 int previewWidth, previewHeight;
4379 getPreviewSize(&previewWidth, &previewHeight);
4391 //transform the coords from (-1000, 1000) to (0, previewWidth or previewHeight)
4395 (uint32_t)(((areas[i].rect.top + areas[i].rect.height / 2) + 1000.0f) * previewHeight / 2000.0f) ;