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

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c975 * @p_thumb_dim: thumbnail dimension
986 OMX_ERRORTYPE mm_jpeg_update_thumbnail_crop(mm_jpeg_dim_t *p_thumb_dim, argument
994 cropped_height = p_thumb_dim->crop.height;
995 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) /
996 p_thumb_dim->dst_dim.height);
1002 cropped_width = p_thumb_dim->crop.width;
1003 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) /
1004 p_thumb_dim->dst_dim.width);
1009 p_thumb_dim->crop.left = p_thumb_dim
1049 mm_jpeg_dim_t *p_thumb_dim = &p_jobparams->thumb_dim; local
[all...]

Completed in 6 milliseconds