Home
last modified time | relevance | path

Searched defs:BufferingMonitor (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h118 struct BufferingMonitor : public AHandler { struct
151 enum {
155 sp<AMessage> mNotify;
157 sp<NuCachedSource2> mCachedSource;
158 sp<WVMExtractor> mWVMExtractor;
159 int64_t mDurationUs;
160 int64_t mBitrate;
161 bool mIsStreaming;
163 int64_t mAudioTimeUs;
164 int64_t mVideoTimeUs;
[all …]
DGenericSource.cpp1516 NuPlayer::GenericSource::BufferingMonitor::BufferingMonitor(const sp<AMessage> &notify) in BufferingMonitor() function in android::NuPlayer::GenericSource::BufferingMonitor