Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp213 int index_curr, index_prev; in push() local
226 index_prev = m_count_filled - 2; in push()
229 (m_list[index_curr].timestamp > m_list[index_prev].timestamp)) in push()
233 timestamp_tmp = m_list[index_prev].timestamp; in push()
234 m_list[index_prev].timestamp = m_list[index_curr].timestamp; in push()
238 index_prev--; in push()