Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderVP8.cpp9 mLastTimestamp = 0x7FFFFFFFFFFFFFFFLL; in OMXVideoEncoderVP8()
103 if (inBuf.timeStamp > mLastTimestamp) { in ProcessorProcess()
104 frameDuration = (OMX_U32)(inBuf.timeStamp - mLastTimestamp); in ProcessorProcess()
163 mLastTimestamp = inBuf.timeStamp; in ProcessorProcess()
DOMXVideoEncoderVP8.h32 OMX_TICKS mLastTimestamp; variable
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h373 int64_t mLastTimestamp[NumSensors]; variable
DMPLSensor.cpp182 memset(mLastTimestamp, 0, sizeof(mLastTimestamp)); in MPLSensor()
3904 if (mLastTimestamp[i] != mStepSensorTimestamp) {
3909 mLastTimestamp[i] = mStepSensorTimestamp;
3930 if (mLastTimestamp[i] != mPendingEvents[i].timestamp) {
3931 mLastTimestamp[i] = mPendingEvents[i].timestamp;
3937 …mPendingEvents[i].type, mLastTimestamp[i], mPendingEvents[i].data[0], mPendingEvents[i].data[1], m…