Home
last modified time | relevance | path

Searched refs:SetSrcCrop (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp208 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()
Dlibscaler-m2m1shot.h60 inline bool SetSrcCrop(unsigned int l, unsigned int t, unsigned int w, unsigned int h) { in SetSrcCrop() function
Dlibscaler-v4l2.h249 inline bool SetSrcCrop(unsigned int left, unsigned int top, in SetSrcCrop() function