Searched refs:new_w (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 19 int32_t new_w = w; in _compound_weight() local 26 new_w = weight(u, &w, context); in _compound_weight() 33 if (new_w >= 0) { in _compound_weight() 57 w = new_w; in _compound_weight() 60 if (new_w < 0) { in _compound_weight() 61 new_w = weight(0, &w, context); in _compound_weight() 64 assert(new_w >= 0); in _compound_weight() 66 return new_w; in _compound_weight()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/ |
| H A D | mtk_mdp_m2m.c | 267 static void mtk_mdp_check_crop_change(u32 new_w, u32 new_h, u32 *w, u32 *h) in mtk_mdp_check_crop_change() argument 269 if (new_w != *w || new_h != *h) { in mtk_mdp_check_crop_change() 271 *w, *h, new_w, new_h); in mtk_mdp_check_crop_change() 273 *w = new_w; in mtk_mdp_check_crop_change() 284 u32 align_w, align_h, new_w, new_h; in mtk_mdp_try_crop() local 299 new_w = r->width; in mtk_mdp_try_crop() 316 new_w = r->height; in mtk_mdp_try_crop() 325 align_w, align_h, min_w, min_h, new_w, new_h); in mtk_mdp_try_crop() 327 mtk_mdp_bound_align_image(&new_w, min_w, max_w, align_w, in mtk_mdp_try_crop() 332 mtk_mdp_check_crop_change(new_h, new_w, in mtk_mdp_try_crop() [all …]
|