Home | History | Annotate | Download | only in src

Lines Matching refs:actualcount

385 		m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
392 m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualcount=bufreq.count;
473 temp_count = m_sInput_buff_property.actualcount;
474 m_sInput_buff_property.actualcount = *actual_buff_count;
478 m_sInput_buff_property.actualcount = temp_count;
488 temp_count = m_sOutput_buff_property.actualcount;
489 m_sOutput_buff_property.actualcount = *actual_buff_count;
493 m_sOutput_buff_property.actualcount = temp_count;
559 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
563 *actual_buff_count = m_sInput_buff_property.actualcount;
600 *actual_buff_count = m_sOutput_buff_property.actualcount;
646 m_sInput_buff_property.maxcount, m_sInput_buff_property.actualcount,
658 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount,
669 m_sInput_buff_property.actualcount = portDefn->nBufferCountActual;
694 m_sInput_buff_property.actualcount = portDefn->nBufferCountActual;
727 m_sOutput_buff_property.actualcount = portDefn->nBufferCountActual;