Lines Matching full:th_h
1647 int th_w, th_h, th_q;1651 th_h = mParameters.getInt("jpeg-thumbnail-height");1652 if (th_h < 0) LOGW("property jpeg-thumbnail-height not specified");1657 if (th_w > 0 && th_h > 0 && th_q > 0) {1659 th_w, th_h, th_q);1660 int ret = LINK_camera_set_thumbnail_properties(th_w, th_h, th_q);