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

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c990 int32_t cropped_width = 0, cropped_height = 0; local
994 cropped_height = p_thumb_dim->crop.height;
995 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) /
1003 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) /
1005 if (cropped_height % 2) {
1006 cropped_height -= 1;
1015 floor((p_thumb_dim->crop.height - cropped_height) / 2);
1020 p_thumb_dim->crop.height = cropped_height;

Completed in 31 milliseconds