Searched refs:progressiveDisplay (Results 1 – 2 of 2) sorted by relevance
265 bool progressiveDisplay() const { return m_progressiveDisplay; } in progressiveDisplay() function266 … void setProgressiveDisplay(bool progressiveDisplay) { m_progressiveDisplay = progressiveDisplay; } in setProgressiveDisplay()
109 if (m_frameContext->progressiveDisplay() && m_frameContext->interlaced() && ipass < 4) { in outputRow()