HomeSort by relevance Sort by last modified time
    Searched refs:m_rows_per_strip (Results 1 - 2 of 2) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 134 int m_rows_per_strip; member in class:GrFmtTiffReader
grfmt_tiff.cpp 374 m_rows_per_strip = -1;
466 m_rows_per_strip = value;
498 if( m_strips == 1 && m_rows_per_strip == -1 )
499 m_rows_per_strip = m_height;
502 (m_height + m_rows_per_strip - 1)/m_rows_per_strip == m_strips )
585 int y_limit = m_rows_per_strip;

Completed in 32 milliseconds