Searched refs:m_count_total (Results 1 – 2 of 2) sorted by relevance
90 m_count_total = OMX_SWVDEC_QUEUE_ELEMENTS; in omx_swvdec_queue()120 if (m_count_filled < m_count_total) in push()124 m_index_write = (m_index_write + 1) % m_count_total; in push()157 m_index_read = (m_index_read + 1) % m_count_total; in pop()
117 unsigned int m_count_total; ///< count of total elements variable