Home | History | Annotate | Download | only in stagefright

Lines Matching refs:sp

47     static sp<SimpleDecodingSource> Create(
48 const sp<MediaSource> &source, uint32_t flags,
49 const sp<ANativeWindow> &nativeWindow,
53 static sp<SimpleDecodingSource> Create(
54 const sp<MediaSource> &source, uint32_t flags = 0);
65 virtual sp<MetaData> getFormat();
76 const sp<MediaCodec> &codec, const sp<MediaSource> &source, const sp<ALooper> &looper,
77 bool usingSurface, bool isVorbis, const sp<AMessage> &format);
79 sp<MediaCodec> mCodec;
80 sp<MediaSource> mSource;
81 sp<ALooper> mLooper;
94 ProtectedState(const sp<AMessage> &format);
98 sp<AMessage> mFormat;