Lines Matching defs:previewHeight
5839 int previewWidth, previewHeight;
5840 getPreviewSize(&previewWidth, &previewHeight);
5849 //transform the coords from (-1000, 1000) to (0, previewWidth or previewHeight)
5851 af_roi_value.roi[i].top = (int32_t)((areas[i].rect.top + 1000.0f) * (previewHeight / 2000.0f));
5853 af_roi_value.roi[i].height = (int32_t)(areas[i].rect.height * previewHeight / 2000.0f);
5918 int previewWidth, previewHeight;
5919 getPreviewSize(&previewWidth, &previewHeight);
5931 //transform the coords from (-1000, 1000) to (0, previewWidth or previewHeight)
5935 (uint32_t)(((areas[i].rect.top + areas[i].rect.height / 2) + 1000.0f) * previewHeight / 2000.0f) ;