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

  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 154 int64_t mTimeSourceDeltaUs;
PreviewPlayer.cpp 329 mTimeSourceDeltaUs = 0;
936 mTimeSourceDeltaUs = ts->getRealTimeUs() - timeUs;
942 mTimeSourceDeltaUs = realTimeUs - mediaTimeUs;
945 int64_t nowUs = ts->getRealTimeUs() - mTimeSourceDeltaUs;
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 185 int64_t mTimeSourceDeltaUs;
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 552 mTimeSourceDeltaUs = 0;
    [all...]

Completed in 37 milliseconds