Searched refs:lastTimestamp (Results 1 – 3 of 3) sorted by relevance
321 int64_t lastTimestamp = 0; in testDirectReportOperation() local344 EXPECT_GT(e.timestamp, lastTimestamp) in testDirectReportOperation()347 lastTimestamp = e.timestamp; in testDirectReportOperation()
618 OMX_S64 base_timestamp = 0, lastTimestamp = 0; in fbd_thread() local671 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) in fbd_thread()674 pBuffer->nTimeStamp, lastTimestamp + timestampInterval); in fbd_thread()676 lastTimestamp = pBuffer->nTimeStamp; in fbd_thread()
740 OMX_S64 base_timestamp = 0, lastTimestamp = 0; in fbd_thread() local799 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) { in fbd_thread()801 pBuffer->nTimeStamp, lastTimestamp + timestampInterval); in fbd_thread()803 lastTimestamp = pBuffer->nTimeStamp; in fbd_thread()