Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1204 OMX_TICKS m_prev_timestampUs; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp587 m_prev_timestampUs(0), in omx_vdec()
2697 m_prev_timestampUs = 0; in execute_output_flush()
6195 uint64_t tsDeltaUs = llabs(il_buffer->nTimeStamp - m_prev_timestampUs); in fill_buffer_done()
6202 !m_prev_timestampUs || il_buffer->nFlags & OMX_BUFFERFLAG_EOS) { in fill_buffer_done()
6221 m_prev_timestampUs = il_buffer->nTimeStamp; in fill_buffer_done()