Lines Matching refs:crop
112 m_task.fmt_out.crop.width, m_task.fmt_out.crop.height, in Run()
113 m_task.fmt_cap.crop.width, m_task.fmt_cap.crop.height, in Run()
190 fmt.crop.left = l; in SetCrop()
191 fmt.crop.top = t; in SetCrop()
192 fmt.crop.width = w; in SetCrop()
193 fmt.crop.height = h; in SetCrop()
278 m_task.fmt_out.crop.width, m_task.fmt_out.crop.height, in RunSWScaling()
279 m_task.fmt_cap.crop.width, m_task.fmt_cap.crop.height); in RunSWScaling()
330 swsc->SetSrcRect(m_task.fmt_out.crop.left, m_task.fmt_out.crop.top, in RunSWScaling()
331 m_task.fmt_out.crop.width, m_task.fmt_out.crop.height, in RunSWScaling()
334 swsc->SetDstRect(m_task.fmt_cap.crop.left, m_task.fmt_cap.crop.top, in RunSWScaling()
335 m_task.fmt_cap.crop.width, m_task.fmt_cap.crop.height, in RunSWScaling()