Home
last modified time | relevance | path

Searched defs:mediaTimeUs (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaTimestamp.java84 public final long mediaTimeUs; field in MediaTimestamp
98 public MediaTimestamp(long mediaTimeUs, long nanoTimeNs, in MediaTimestamp()
DMediaPlayer.java2267 public void notifyAt(long mediaTimeUs) { in notifyAt()
2271 private native void _notifyAt(long mediaTimeUs); in _notifyAt()
DMediaCodec.java1754 Object mediaTimeUs = map.get(i + "-media-time-us"); in handleMessage() local
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp46 int64_t mediaTimeUs, const sp<GraphicBuffer> &graphicBuffer, const sp<Fence> &fence) { in onFrameQueued()
89 status_t FrameRenderTracker::onFrameRendered(int64_t mediaTimeUs, nsecs_t systemNano) { in onFrameRendered()
DMediaClock.cpp33 MediaClock::Timer::Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs) in Timer()
209 void MediaClock::addTimer(const sp<AMessage> &notify, int64_t mediaTimeUs, in addTimer()
DMediaSync.cpp466 int64_t MediaSync::getRealTime(int64_t mediaTimeUs, int64_t nowUs) { in getRealTime()
DACodec.cpp1449 void ACodec::onFrameRendered(int64_t mediaTimeUs, nsecs_t systemNano) { in onFrameRendered()
6090 int64_t mediaTimeUs, systemNano; in onOMXMessage() local
6704 int64_t mediaTimeUs = -1; in onOutputBufferDrained() local
8358 bool ACodec::ExecutingState::onOMXFrameRendered(int64_t mediaTimeUs, nsecs_t systemNano) { in onOMXFrameRendered()
8538 int64_t mediaTimeUs, nsecs_t systemNano) { in onOMXFrameRendered()
DMediaCodec.cpp5021 int64_t mediaTimeUs = -1; in onReleaseOutputBuffer() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp923 int64_t mediaTimeUs; in fillAudioBuffer() local
1102 int64_t mediaTimeUs; in onDrainAudioQueue() local
1228 int64_t NuPlayer::Renderer::getRealTimeUs(int64_t mediaTimeUs, int64_t nowUs) { in getRealTimeUs()
1238 void NuPlayer::Renderer::onNewAudioMediaTime(int64_t mediaTimeUs) { in onNewAudioMediaTime()
1326 int64_t mediaTimeUs; in postDrainVideoQueue() local
1375 int64_t mediaTimeUs = -1; in onDrainVideoQueue() local
DStreamingSource.cpp146 int64_t mediaTimeUs; in onReadBuffer() local
DRTPSource.cpp575 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp() local
DNuPlayerDriver.cpp747 status_t NuPlayerDriver::notifyAt(int64_t mediaTimeUs) { in notifyAt()
DNuPlayer.cpp494 status_t NuPlayer::notifyAt(int64_t mediaTimeUs) { in notifyAt()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp253 const void *data, size_t , int64_t mediaTimeUs, nsecs_t renderTimeNs, in render()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp604 status_t MediaPlayer::notifyAt(int64_t mediaTimeUs) in notifyAt()
DIMediaPlayer.cpp324 status_t notifyAt(int64_t mediaTimeUs) in notifyAt()
/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp350 int64_t mediaTimeUs; in signalDiscontinuity() local
1909 int64_t mediaTimeUs; in signalDiscontinuity() local
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp624 android_media_MediaPlayer_notifyAt(JNIEnv *env, jobject thiz, jlong mediaTimeUs) in android_media_MediaPlayer_notifyAt()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp917 int64_t mediaTimeUs = 0; in renderOutputBuffer() local
DCCodec.cpp667 void onOutputFramesRendered(int64_t mediaTimeUs, nsecs_t renderTimeNs) override { in onOutputFramesRendered()
/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h1939 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp() local
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1458 status_t MediaPlayerService::Client::notifyAt(int64_t mediaTimeUs) in notifyAt()