Home
last modified time | relevance | path

Searched refs:outTimeUs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaSync.h43 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
Dandroid_media_MediaSync.cpp114 status_t JMediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { in getPlayTimeForPendingAudioFrames() argument
115 return mSync->getPlayTimeForPendingAudioFrames(outTimeUs); in getPlayTimeForPendingAudioFrames()
/frameworks/av/media/libstagefright/
DMediaSync.cpp258 status_t MediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { in getPlayTimeForPendingAudioFrames() argument
263 *outTimeUs = INT64_MAX; in getPlayTimeForPendingAudioFrames()
284 *outTimeUs = INT64_MAX; in getPlayTimeForPendingAudioFrames()
288 *outTimeUs = (int64_t)timeUs; in getPlayTimeForPendingAudioFrames()
/frameworks/av/include/media/stagefright/
DMediaSync.h131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);