Home
last modified time | relevance | path

Searched defs:crop_h (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/graphics/common/libgscaler/
Dlibgscaler_obj.cpp561 unsigned int __UNUSED__ *crop_w, unsigned int __UNUSED__ *crop_h, in m_gsc_check_src_size()
593 unsigned int __UNUSED__ *crop_w, unsigned int __UNUSED__ *crop_h, in m_gsc_check_dst_size()
/aosp_15_r20/external/webp/examples/
H A Dcwebp.c664 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local