Lines Matching refs:int32_t
47 void toActiveArray(int32_t& crop_left, int32_t& crop_top,
48 int32_t& crop_width, int32_t& crop_height, float zoom_ratio);
49 void toSensor(int32_t& crop_left, int32_t& crop_top,
50 int32_t& crop_width, int32_t& crop_height, float zoom_ratio);
57 void applyZoomRatio(int32_t& crop_left, int32_t& crop_top,
58 int32_t& crop_width, int32_t& crop_height, float zoom_ratio);
62 int32_t mSensorW, mSensorH;
63 int32_t mActiveArrayW, mActiveArrayH;
65 void boundToSize(int32_t& left, int32_t& top, int32_t& width,
66 int32_t& height, int32_t bound_w, int32_t bound_h);
69 void applyZoomRatioHelper(int32_t& crop_left, int32_t& crop_top,
70 int32_t& crop_width, int32_t& crop_height, float zoom_ratio,