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.c801 mm_jpeg_dim_t *p_thumb_dim = &p_jobparams->thumb_dim; local
812 if ((p_thumb_dim->dst_dim.width == 0) || (p_thumb_dim->dst_dim.height == 0)) {
818 if ((p_thumb_dim->src_dim.width == 0) || (p_thumb_dim->src_dim.height == 0)) {
824 if ((p_thumb_dim->crop.width == 0) || (p_thumb_dim->crop.height == 0)) {
825 p_thumb_dim->crop.width = p_thumb_dim->src_dim.width;
826 p_thumb_dim
[all...]

Completed in 37 milliseconds