HomeSort by relevance Sort by last modified time
    Searched refs:mLastTimestamp (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.h 32 OMX_TICKS mLastTimestamp;
OMXVideoEncoderVP8.cpp 9 mLastTimestamp = 0x7FFFFFFFFFFFFFFFLL;
103 if (inBuf.timeStamp > mLastTimestamp) {
104 frameDuration = (OMX_U32)(inBuf.timeStamp - mLastTimestamp);
163 mLastTimestamp = inBuf.timeStamp;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 41 mLastTimestamp(0) {
84 mFrameCount, mLastTimestamp);
269 mLastTimestamp = timestamp;
Camera3IOStreamBase.h 60 nsecs_t mLastTimestamp;
Camera3InputStream.cpp 89 mLastTimestamp = bufferItem.mTimestamp;
226 mLastTimestamp = 0;
Camera3OutputStream.cpp 194 mLastTimestamp = timestamp;
436 mLastTimestamp = 0;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 238 OMX_TICKS mLastTimestamp;
SoftVPXEncoder.cpp 87 mLastTimestamp(0x7FFFFFFFFFFFFFFFLL),
712 if (inputBufferHeader->nTimeStamp > mLastTimestamp) {
713 frameDuration = (uint32_t)(inputBufferHeader->nTimeStamp - mLastTimestamp);
719 mLastTimestamp = inputBufferHeader->nTimeStamp;
773 mLastTimestamp = 0x7FFFFFFFFFFFFFFFLL;
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 101 long mLastTimestamp;
111 mLastTimestamp = -1;
128 if (mLine.length() > 0 && timestampMs != mLastTimestamp) {
130 new TextTrackCueSpan(mLine.toString(), mLastTimestamp));
133 mLastTimestamp = timestampMs;
141 new TextTrackCueSpan(mLine.toString(), mLastTimestamp));
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 373 int64_t mLastTimestamp[NumSensors];
MPLSensor.cpp 182 memset(mLastTimestamp, 0, sizeof(mLastTimestamp));
    [all...]

Completed in 1156 milliseconds