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

/hardware/libhardware/modules/camera/3_4/arc/
H A Dcached_frame.cpp146 int cropped_height = yu12_frame_->GetHeight(); local
150 int rotated_width = cropped_height;
183 yu12_frame_->GetHeight(), cropped_width, cropped_height, rotation_mode,
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c1155 int32_t cropped_width = 0, cropped_height = 0; local
1159 cropped_height = p_thumb_dim->crop.height;
1160 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) /
1168 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) /
1170 if (cropped_height % 2) {
1171 cropped_height -= 1;
1180 floor((p_thumb_dim->crop.height - cropped_height) / 2);
1185 p_thumb_dim->crop.height = cropped_height;

Completed in 304 milliseconds