Lines Matching refs:crop
117 m_frmSrc.crop.width, m_frmSrc.crop.height, in Run()
118 m_frmDst.crop.width, m_frmDst.crop.height, in Run()
317 v4l2_crop crop; in DevSetFormat() local
318 crop.type = frm.type; in DevSetFormat()
319 crop.c = frm.crop; in DevSetFormat()
321 if (ioctl(m_fdScaler, VIDIOC_S_CROP, &crop) < 0) { in DevSetFormat()
323 crop.type, crop.c.left, crop.c.top, crop.c.width, crop.c.height, in DevSetFormat()
560 m_frmSrc.crop.width, m_frmSrc.crop.height, in RunSWScaling()
561 m_frmDst.crop.width, m_frmDst.crop.height); in RunSWScaling()
638 swsc->SetSrcRect(m_frmSrc.crop.left, m_frmSrc.crop.top, in RunSWScaling()
639 m_frmSrc.crop.width, m_frmSrc.crop.height, m_frmSrc.width); in RunSWScaling()
641 swsc->SetDstRect(m_frmDst.crop.left, m_frmDst.crop.top, in RunSWScaling()
642 m_frmDst.crop.width, m_frmDst.crop.height, m_frmDst.width); in RunSWScaling()