Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscaler-swscaler.cpp19 m_nDstHeight = 0; in Clear()
30 unsigned int v_ratio = (m_nSrcHeight << 16) / m_nDstHeight; in Scale()
36 for (unsigned int y = m_nDstTop; y < (m_nDstTop + m_nDstHeight); y++) { in Scale()
63 m_nDstLeft | m_nDstTop | m_nDstWidth | m_nDstHeight | m_nDstStride) % 2) != 0) { in Scale()
69 unsigned int v_ratio = (m_nSrcHeight << 16) / m_nDstHeight; in Scale()
75 for (unsigned int y = m_nDstTop; y < (m_nDstTop + m_nDstHeight); y++) { in Scale()
93 for (unsigned int y = m_nDstTop / 2; y < ((m_nDstTop + m_nDstHeight) / 2); y++) { in Scale()
Dlibscaler-swscaler.h14 unsigned int m_nDstWidth, m_nDstHeight; variable
34 m_nDstHeight = height; in SetDstRect()