Lines Matching defs:NuPlayer
31 struct NuPlayer : public AHandler { struct
89 wp<NuPlayerDriver> mDriver; argument
90 bool mUIDValid;
91 uid_t mUID;
92 sp<Source> mSource;
93 sp<NativeWindowWrapper> mNativeWindow;
94 sp<MediaPlayerBase::AudioSink> mAudioSink;
95 sp<Decoder> mVideoDecoder;
96 bool mVideoIsAVC;
97 sp<Decoder> mAudioDecoder;
98 sp<Renderer> mRenderer;
100 bool mAudioEOS;
101 bool mVideoEOS;
103 bool mScanSourcesPending;
104 int32_t mScanSourcesGeneration;
106 enum FlushStatus {
118 bool mTimeDiscontinuityPending;
120 FlushStatus mFlushingAudio;
121 FlushStatus mFlushingVideo;
122 bool mResetInProgress;
123 bool mResetPostponed;
147 DISALLOW_EVIL_CONSTRUCTORS(NuPlayer); argument