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 101 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
107 return getMediaTime_l(realUs, outMediaUs, allowPastMaxTime);
111 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
117 + (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 957 int64_t realUs;
958 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) {
963 return realUs;
    [all...]

Completed in 62 milliseconds