Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:sp

64     Source(const sp<AMessage> &notify)
82 virtual sp<AMessage> getFormat(bool audio);
83 virtual sp<MetaData> getFormatMeta(bool /* audio */) { return NULL; }
84 virtual sp<MetaData> getFileFormatMeta() const { return NULL; }
87 bool audio, sp<ABuffer> *accessUnit) = 0;
97 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const {
128 virtual void onMessageReceived(const sp<AMessage> &msg);
130 sp<AMessage> dupNotify() const { return mNotify->dup(); }
133 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL);
134 void notifyInstantiateSecureDecoders(const sp<AMessage> &reply);
138 sp<AMessage> mNotify;