Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscaler-swscaler.cpp14 m_nSrcHeight = 0; in Clear()
30 unsigned int v_ratio = (m_nSrcHeight << 16) / m_nDstHeight; in Scale()
55 src_y = LibScaler::min(src_y + v_ratio, (m_nSrcTop + m_nSrcHeight) << 16); in Scale()
62 if (((m_nSrcLeft | m_nSrcTop | m_nSrcWidth | m_nSrcHeight | m_nSrcStride | in Scale()
69 unsigned int v_ratio = (m_nSrcHeight << 16) / m_nDstHeight; in Scale()
83 src_y = LibScaler::min(src_y + v_ratio, (m_nSrcTop + m_nSrcHeight) << 16); in Scale()
102 src_y = LibScaler::min(src_y + v_ratio, ((m_nSrcTop + m_nSrcHeight) / 2) << 16); in Scale()
Dlibscaler-swscaler.h11 unsigned int m_nSrcWidth, m_nSrcHeight; variable
26 m_nSrcHeight = height; in SetSrcRect()