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

  /frameworks/base/media/jni/
android_media_MediaSync.h 43 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
android_media_MediaSync.cpp 114 status_t JMediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) {
115 return mSync->getPlayTimeForPendingAudioFrames(outTimeUs);
308 status_t err = sync->getPlayTimeForPendingAudioFrames(&playTimeUs);
  /frameworks/av/media/libstagefright/include/
MediaSync.h 131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
  /frameworks/av/media/libstagefright/
MediaSync.cpp 258 status_t MediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) {
278 ALOGW("getPlayTimeForPendingAudioFrames: pending frame count is negative.");
285 ALOGW("getPlayTimeForPendingAudioFrames: play time for pending audio frames "

Completed in 987 milliseconds