Searched refs:fmt_cap (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler-m2m1shot.cpp | 113 m_task.fmt_cap.crop.width, m_task.fmt_cap.crop.height, in Run() 267 if (m_task.fmt_cap.fmt != m_task.fmt_out.fmt) { in RunSWScaling() 279 m_task.fmt_cap.crop.width, m_task.fmt_cap.crop.height); in RunSWScaling() 284 switch (m_task.fmt_cap.fmt) { in RunSWScaling() 313 dst[1] = dst[0] + m_task.fmt_cap.width * m_task.fmt_cap.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() 336 m_task.fmt_cap.width); in RunSWScaling()
|
D | libscaler-m2m1shot.h | 57 return SetFormat(m_task.fmt_cap, m_task.buf_cap, width, height, v4l2_fmt); in SetDstFormat() 65 return SetCrop(m_task.fmt_cap, l, t, w, h); in SetDstCrop()
|
D | m2m1shot.h | 81 struct m2m1shot_pix_format fmt_cap; member
|