Searched refs:SetSrcCrop (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler.cpp | 208 if (!sc.SetSrcCrop(pxinfo->src.crop_left, pxinfo->src.crop_top, in exynos_sc_copy_pixels() 339 return sc->SetSrcCrop(crop_left, crop_top, crop_width, crop_height) ? 0 : -1; in exynos_sc_set_src_format() 575 if (!sc->SetSrcCrop(src_img->x, src_img->y, src_img->w, src_img->h)) in exynos_sc_config_exclusive() 740 if (!sc->SetSrcCrop(src_img->x, src_img->y, src_img->w, src_img->h)) in exynos_sc_config_blend_exclusive()
|
D | libscaler-m2m1shot.h | 60 inline bool SetSrcCrop(unsigned int l, unsigned int t, unsigned int w, unsigned int h) { in SetSrcCrop() function
|
D | libscaler-v4l2.h | 249 inline bool SetSrcCrop(unsigned int left, unsigned int top, in SetSrcCrop() function
|