Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp618 OMX_S64 base_timestamp = 0, lastTimestamp = 0; in fbd_thread() local
671 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) in fbd_thread()
674 pBuffer->nTimeStamp, lastTimestamp + timestampInterval); in fbd_thread()
676 lastTimestamp = pBuffer->nTimeStamp; in fbd_thread()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp740 OMX_S64 base_timestamp = 0, lastTimestamp = 0; in fbd_thread() local
799 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) { in fbd_thread()
801 pBuffer->nTimeStamp, lastTimestamp + timestampInterval); in fbd_thread()
803 lastTimestamp = pBuffer->nTimeStamp; in fbd_thread()