Searched refs:m_count_filled (Results 1 – 2 of 2) sorted by relevance
91 m_count_filled = 0; in omx_swvdec_queue()120 if (m_count_filled < m_count_total) in push()125 m_count_filled++; in push()151 if (m_count_filled > 0) in pop()158 m_count_filled--; in pop()194 m_count_filled = 0; in reset()211 if (m_count_filled < OMX_SWVDEC_TS_LIST_ELEMENTS) in push()219 m_list[m_count_filled].filled = true; in push()220 m_list[m_count_filled].timestamp = timestamp; in push()221 m_count_filled++; in push()[all …]
118 unsigned int m_count_filled; ///< count of filled elements variable147 int m_count_filled; ///< count of filled elements variable