Searched refs:cropped_width (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
995 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) /
997 if (cropped_width % 2) {
998 cropped_width -= 1;
1002 cropped_width = p_thumb_dim->crop.width;
1003 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) /
1010 floor((p_thumb_dim->crop.width - cropped_width) / 2);
1019 p_thumb_dim->crop.width = cropped_width;

Completed in 1416 milliseconds