• Home
  • Raw
  • Download

Lines Matching refs:sp

42     void setDataSourceAsync(const sp<IStreamSource> &source);
45 const sp<IMediaHTTPService> &httpService,
51 void setDataSourceAsync(const sp<DataSource> &source);
56 const sp<IGraphicBufferProducer> &bufferProducer);
58 void setAudioSink(const sp<MediaPlayerBase::AudioSink> &sink);
80 void getStats(Vector<sp<AMessage> > *mTrackStats);
82 sp<MetaData> getFileMeta();
88 virtual void onMessageReceived(const sp<AMessage> &msg);
144 sp<Source> mSource;
146 sp<Surface> mSurface;
147 sp<MediaPlayerBase::AudioSink> mAudioSink;
148 sp<DecoderBase> mVideoDecoder;
150 sp<DecoderBase> mAudioDecoder;
151 sp<CCDecoder> mCCDecoder;
152 sp<Renderer> mRenderer;
153 sp<ALooper> mRendererLooper;
160 List<sp<Action> > mDeferredActions;
216 inline const sp<DecoderBase> &getDecoder(bool audio) { in getDecoder()
228 const sp<AMessage> &format, const sp<MetaData> &audioMeta, bool hasVideo);
232 void determineAudioModeChange(const sp<AMessage> &audioFormat);
235 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange = true);
240 const sp<AMessage> &inputFormat,
241 const sp<AMessage> &outputFormat = NULL);
270 void performSetSurface(const sp<Surface> &wrapper);
273 void onSourceNotify(const sp<AMessage> &msg);
274 void onClosedCaptionNotify(const sp<AMessage> &msg);
277 bool audio, bool video, const sp<AMessage> &reply);
279 void sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex);
280 void sendTimedMetaData(const sp<ABuffer> &buffer);
281 void sendTimedTextData(const sp<ABuffer> &buffer);
283 void writeTrackInfo(Parcel* reply, const sp<AMessage> format) const;