Home | History | Annotate | Download | only in src

Lines Matching refs:mincount

981     m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count;
986 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count;
1127 if (*actual_buff_count > m_sInput_buff_property.mincount) {
1133 if (*actual_buff_count > m_sOutput_buff_property.mincount) {
1211 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count;
1212 *min_buff_count = m_sInput_buff_property.mincount;
1252 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count;
1253 *min_buff_count = m_sOutput_buff_property.mincount;
1330 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count;
1332 if (portDefn->nBufferCountActual >= m_sInput_buff_property.mincount)
1337 (unsigned int)portDefn->nBufferCountActual, (unsigned int)m_sInput_buff_property.mincount, bufreq.count);
1370 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count;
1372 if (portDefn->nBufferCountActual >= m_sOutput_buff_property.mincount)
1379 (unsigned int)portDefn->nBufferCountActual, (unsigned int)m_sOutput_buff_property.mincount, bufreq.count);
4410 if (bufreq.count >= m_sOutput_buff_property.mincount)
4411 m_sOutput_buff_property.actualcount = m_sOutput_buff_property.mincount = bufreq.count;