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

  /frameworks/av/media/libstagefright/include/media/stagefright/
AudioSource.h 107 int64_t mLastFrameTimestampUs;
CameraSource.h 205 int64_t mLastFrameTimestampUs;
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
GraphicBufferSource.h 370 int64_t mLastFrameTimestampUs;
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 286 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs;
315 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs;
CameraSource.cpp 218 mLastFrameTimestampUs(0),
911 mLastFrameTimestampUs - mFirstFrameTimeUs);
    [all...]
AudioSource.cpp 64 mLastFrameTimestampUs(0),
386 mLastFrameTimestampUs = timeUs;
  /frameworks/av/media/libstagefright/bqhelper/
GraphicBufferSource.cpp 331 mLastFrameTimestampUs(-1),
739 mLastFrameTimestampUs = itemTimeUs;
    [all...]

Completed in 54 milliseconds