Home
last modified time | relevance | path

Searched refs:m_count_total (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp90 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()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h117 unsigned int m_count_total; ///< count of total elements variable