Searched refs:SetCrop (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler-m2m1shot.h | 39 bool SetCrop(m2m1shot_pix_format &fmt, 61 return SetCrop(m_task.fmt_out, l, t, w, h); in SetSrcCrop() 65 return SetCrop(m_task.fmt_cap, l, t, w, h); in SetDstCrop()
|
D | libscaler-v4l2.h | 139 inline bool SetCrop(FrameInfo &frm, unsigned int left, unsigned int top, in SetCrop() function 251 return SetCrop(m_frmSrc, left, top, width, height); in SetSrcCrop() 256 return SetCrop(m_frmDst, left, top, width, height); in SetDstCrop()
|
D | libscaler-m2m1shot.cpp | 171 bool CScalerM2M1SHOT::SetCrop(m2m1shot_pix_format &fmt, in SetCrop() function in CScalerM2M1SHOT
|