Lines Matching refs:sp

38     explicit NuPlayer(pid_t pid, const sp<MediaClock> &mediaClock);
44 void setDataSourceAsync(const sp<IStreamSource> &source);
47 const sp<IMediaHTTPService> &httpService,
53 void setDataSourceAsync(const sp<DataSource> &source);
61 const sp<IGraphicBufferProducer> &bufferProducer);
63 void setAudioSink(const sp<MediaPlayerBase::AudioSink> &sink);
91 void getStats(Vector<sp<AMessage> > *trackStats);
93 sp<MetaData> getFileMeta();
107 virtual void onMessageReceived(const sp<AMessage> &msg);
168 const sp<MediaClock> mMediaClock;
170 sp<Source> mSource;
172 sp<Surface> mSurface;
173 sp<MediaPlayerBase::AudioSink> mAudioSink;
174 sp<DecoderBase> mVideoDecoder;
176 sp<DecoderBase> mAudioDecoder;
178 sp<CCDecoder> mCCDecoder;
179 sp<Renderer> mRenderer;
180 sp<ALooper> mRendererLooper;
196 List<sp<Action> > mDeferredActions;
255 sp<ICrypto> mCrypto;
270 inline const sp<DecoderBase> &getDecoder(bool audio) { in getDecoder()
282 const sp<AMessage> &format, const sp<MetaData> &audioMeta, bool hasVideo);
286 void determineAudioModeChange(const sp<AMessage> &audioFormat);
289 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange = true);
294 const sp<AMessage> &inputFormat,
295 const sp<AMessage> &outputFormat = NULL);
326 void performSetSurface(const sp<Surface> &wrapper);
329 void onSourceNotify(const sp<AMessage> &msg);
330 void onClosedCaptionNotify(const sp<AMessage> &msg);
333 bool audio, bool video, const sp<AMessage> &reply);
335 void sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex);
336 void sendTimedMetaData(const sp<ABuffer> &buffer);
337 void sendTimedTextData(const sp<ABuffer> &buffer);
339 void writeTrackInfo(Parcel* reply, const sp<AMessage>& format) const;
341 status_t onPrepareDrm(const sp<AMessage> &msg);