Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp321 int64_t lastTimestamp = 0; in testDirectReportOperation() local
344 EXPECT_GT(e.timestamp, lastTimestamp) in testDirectReportOperation()
347 lastTimestamp = e.timestamp; in testDirectReportOperation()
/hardware/qcom/media/msm8974/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/msm8974/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()