Home | History | Annotate | Download | only in src

Lines Matching refs:m_inp_act_buf_count

271         m_inp_act_buf_count (OMX_CORE_NUM_INPUT_BUFFERS),
2465 portDefn->nBufferCountActual = m_inp_act_buf_count;
2766 m_inp_act_buf_count = portDefn->nBufferCountActual;
2769 m_inp_act_buf_count =OMX_CORE_NUM_INPUT_BUFFERS;
3217 if(m_inp_current_buf_count < m_inp_act_buf_count)
3569 if (m_inp_current_buf_count < m_inp_act_buf_count)
4341 m_inp_act_buf_count = 0;
4461 if ((m_inp_act_buf_count == m_inp_current_buf_count)
4467 if ((m_inp_act_buf_count == m_inp_current_buf_count) && m_inp_bEnabled )