Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscaler-m2m1shot.h39 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()
Dlibscaler-v4l2.h139 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()
Dlibscaler-m2m1shot.cpp171 bool CScalerM2M1SHOT::SetCrop(m2m1shot_pix_format &fmt, in SetCrop() function in CScalerM2M1SHOT