Lines Matching defs:NuPlayer
33 struct NuPlayer : public AHandler { struct
88 wp<NuPlayerDriver> mDriver; argument
89 bool mUIDValid;
90 uid_t mUID;
91 sp<Source> mSource;
92 sp<NativeWindowWrapper> mNativeWindow;
93 sp<MediaPlayerBase::AudioSink> mAudioSink;
94 sp<Decoder> mVideoDecoder;
95 bool mVideoIsAVC;
96 sp<Decoder> mAudioDecoder;
97 sp<Renderer> mRenderer;
99 bool mAudioEOS;
100 bool mVideoEOS;
102 bool mScanSourcesPending;
103 int32_t mScanSourcesGeneration;
105 enum FlushStatus {
115 FlushStatus mFlushingAudio;
116 FlushStatus mFlushingVideo;
117 bool mResetInProgress;
118 bool mResetPostponed;
142 DISALLOW_EVIL_CONSTRUCTORS(NuPlayer); argument