Home
last modified time | relevance | path

Searched refs:m_nRotDegree (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-v4l2.cpp63 m_nRotDegree = 0; in CScalerV4L2()
119 m_nRotDegree)) in Run()
167 ctrl.value = m_nRotDegree; in SetCtrl()
169 SC_LOGERR("Failed V4L2_CID_ROTATE with degree %d", m_nRotDegree); in SetCtrl()
188 m_nRotDegree, TestFlag(m_fStatus, SCF_VFLIP), TestFlag(m_fStatus, SCF_HFLIP)); in SetCtrl()
554 if (m_nRotDegree != 0) { in RunSWScaling()
Dlibscaler-v4l2.h102 unsigned int m_nRotDegree; variable
120 m_nRotDegree = rot; in SetRotDegree()