Searched defs:getPlayTimeForPendingAudioFrames (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp114 status_t JMediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { function in class:android::JMediaSync
115 return mSync->getPlayTimeForPendingAudioFrames(outTimeUs);
308 status_t err = sync->getPlayTimeForPendingAudioFrames(&playTimeUs);
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp258 status_t MediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { function in class:android::MediaSync
278 ALOGW("getPlayTimeForPendingAudioFrames: pending frame count is negative.");
285 ALOGW("getPlayTimeForPendingAudioFrames: play time for pending audio frames "

Completed in 210 milliseconds