Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp91 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 …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h118 unsigned int m_count_filled; ///< count of filled elements variable
147 int m_count_filled; ///< count of filled elements variable