Searched defs:NuPlayer (Results 1 – 2 of 2) sorted by relevance
33 struct NuPlayer : public AHandler { struct88 wp<NuPlayerDriver> mDriver; argument89 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;[all …]
49 NuPlayer::NuPlayer() in NuPlayer() function in android::NuPlayer