Home | History | Annotate | Download | only in src

Lines Matching full:m_width

3138     , m_width(-1)
3206 m_width = cvRound(propVal);
3242 if (m_width > 0 && m_height > 0)
3244 if (m_width != g_VI.getWidth(m_index) || m_height != g_VI.getHeight(m_index) )//|| fourcc != VI.getFourcc(index) )
3249 g_VI.setupDeviceFourcc(m_index, m_width, m_height, m_fourcc);
3255 m_widthSet = m_width;
3257 m_width = m_height = m_fourcc = -1;
3343 m_widthSet = m_heightSet = m_width = m_height = -1;