Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:sp

30     Decoder(const sp<AMessage> &notify,
31 const sp<NativeWindowWrapper> &nativeWindow = NULL);
33 void configure(const sp<AMessage> &format);
42 virtual void onMessageReceived(const sp<AMessage> &msg);
49 sp<AMessage> mNotify;
50 sp<NativeWindowWrapper> mNativeWindow;
52 sp<ACodec> mCodec;
53 sp<ALooper> mCodecLooper;
55 Vector<sp<ABuffer> > mCSD;
58 sp<AMessage> makeFormat(const sp<MetaData> &meta);
60 void onFillThisBuffer(const sp<AMessage> &msg);