Home
last modified time | relevance | path

Searched refs:DevSetFormat (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-v4l2.cpp125 if (!DevSetFormat()) in Run()
276 bool CScalerV4L2::DevSetFormat(FrameInfo &frm) in DevSetFormat() function in CScalerV4L2
340 bool CScalerV4L2::DevSetFormat() in DevSetFormat() function in CScalerV4L2
342 if (!DevSetFormat(m_frmSrc)) in DevSetFormat()
345 return DevSetFormat(m_frmDst); in DevSetFormat()
Dlibscaler-v4l2.h124 bool DevSetFormat(FrameInfo &frm);
205 bool DevSetFormat();
Dlibscaler-m2m1shot.h109 inline bool DevSetFormat() { return false; } in DevSetFormat() function
Dlibscaler.cpp621 if (!sc->DevSetFormat()) in exynos_sc_run_exclusive()