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

  /frameworks/av/include/media/stagefright/
MediaClock.h 47 // query media time corresponding to real time |realUs|, and save the
50 int64_t realUs,
62 int64_t realUs,
  /frameworks/av/media/libstagefright/
MediaClock.cpp 116 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
122 return getMediaTime_l(realUs, outMediaUs, allowPastMaxTime);
126 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
132 + (realUs - mAnchorTimeRealUs) * (double)mPlaybackRate;
MediaSync.cpp 464 int64_t realUs;
465 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) {
470 return realUs;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp     [all...]

Completed in 353 milliseconds