Lines Matching full:th_w
1647 int th_w, th_h, th_q;1648 th_w = mParameters.getInt("jpeg-thumbnail-width");1649 if (th_w < 0) LOGW("property jpeg-thumbnail-width 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);