Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscaler-m2m1shot.cpp112 m_task.fmt_out.crop.width, m_task.fmt_out.crop.height, in Run()
267 if (m_task.fmt_cap.fmt != m_task.fmt_out.fmt) { in RunSWScaling()
278 m_task.fmt_out.crop.width, m_task.fmt_out.crop.height, in RunSWScaling()
310 src[1] = src[0] + m_task.fmt_out.width * m_task.fmt_out.height; in RunSWScaling()
319 SC_LOGE("Format %x is not supported", m_task.fmt_out.fmt); 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()
332 m_task.fmt_out.width); in RunSWScaling()
Dlibscaler-m2m1shot.h53 return SetFormat(m_task.fmt_out, m_task.buf_out, width, height, v4l2_fmt); in SetSrcFormat()
61 return SetCrop(m_task.fmt_out, l, t, w, h); in SetSrcCrop()
Dm2m1shot.h80 struct m2m1shot_pix_format fmt_out; member