Searched refs:sp (Results 1 - 25 of 941) sorted by relevance

1234567891011>>

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h30 Decoder(const sp<AMessage> &notify,
31 const sp<NativeWindowWrapper> &nativeWindow = NULL);
33 void configure(const sp<AMessage> &format);
39 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
44 virtual void onMessageReceived(const sp<AMessage> &msg);
51 sp<AMessage> mNotify;
52 sp<NativeWindowWrapper> mNativeWindow;
54 sp<AMessage> mFormat;
55 sp<ACodec> mCodec;
56 sp<ALoope
[all...]
H A DStreamingSource.h31 const sp<AMessage> &notify,
32 const sp<IStreamSource> &source);
39 virtual status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit);
46 virtual sp<MetaData> getFormatMeta(bool audio);
49 sp<IStreamSource> mSource;
51 sp<NuPlayerStreamListener> mStreamListener;
52 sp<ATSParser> mTSParser;
H A DNuPlayerStreamListener.h31 const sp<IStreamSource> &source,
37 Command cmd, bool synchronous, const sp<AMessage> &extra);
40 ssize_t read(void *data, size_t size, sp<AMessage> *extra);
56 sp<AMessage> mExtra;
61 sp<IStreamSource> mSource;
63 sp<MemoryDealer> mMemoryDealer;
64 Vector<sp<IMemory> > mBuffers;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h46 Converter(const sp<AMessage> &notify,
47 const sp<ALooper> &codecLooper,
48 const sp<AMessage> &outputFormat,
53 sp<IGraphicBufferProducer> getGraphicBufferProducer();
57 sp<AMessage> getOutputFormat() const;
60 void feedAccessUnit(const sp<ABuffer> &accessUnit);
82 virtual void onMessageReceived(const sp<AMessage> &msg);
95 sp<AMessage> mNotify;
96 sp<ALooper> mCodecLooper;
97 sp<AMessag
[all...]
/frameworks/av/include/media/stagefright/
H A DNativeWindowWrapper.h31 const sp<Surface> &surfaceTextureClient) :
34 sp<ANativeWindow> getNativeWindow() const {
38 sp<Surface> getSurfaceTextureClient() const {
43 const sp<Surface> mSurfaceTextureClient;
H A DBufferProducerWrapper.h31 const sp<IGraphicBufferProducer>& bufferProducer) :
34 sp<IGraphicBufferProducer> getBufferProducer() const {
39 const sp<IGraphicBufferProducer> mBufferProducer;
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.h27 MP4Source(const sp<AMessage> &notify, const sp<IStreamSource> &source);
34 virtual sp<AMessage> getFormat(bool audio);
37 bool audio, sp<ABuffer> *accessUnit);
43 sp<IStreamSource> mSource;
44 sp<ALooper> mLooper;
45 sp<FragmentedMP4Parser> mParser;
/frameworks/av/media/libstagefright/include/
H A DFLACExtractor.h32 FLACExtractor(const sp<DataSource> &source);
35 virtual sp<MediaSource> getTrack(size_t index);
36 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
38 virtual sp<MetaData> getMetaData();
44 sp<DataSource> mDataSource;
45 sp<FLACParser> mParser;
47 sp<MetaData> mFileMetadata;
50 sp<MetaData> mTrackMetadata;
59 bool SniffFLAC(const sp<DataSource> &source, String8 *mimeType,
60 float *confidence, sp<AMessag
[all...]
H A DMP3Extractor.h34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
37 virtual sp<MediaSource> getTrack(size_t index);
38 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
40 virtual sp<MetaData> getMetaData();
45 sp<DataSource> mDataSource;
47 sp<MetaData> mMeta;
49 sp<MP3Seeker> mSeeker;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
57 sp<AMessag
[all...]
H A DAACExtractor.h32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
35 virtual sp<MediaSource> getTrack(size_t index);
36 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
38 virtual sp<MetaData> getMetaData();
44 sp<DataSource> mDataSource;
45 sp<MetaData> mMeta;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
57 sp<AMessage> *);
H A DDRMExtractor.h34 DRMExtractor(const sp<DataSource> &source, const char *mime);
37 virtual sp<MediaSource> getTrack(size_t index);
38 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
39 virtual sp<MetaData> getMetaData();
45 sp<DataSource> mDataSource;
47 sp<MediaExtractor> mOriginalExtractor;
48 sp<DecryptHandle> mDecryptHandle;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
57 sp<AMessage> *);
H A DAMRExtractor.h32 AMRExtractor(const sp<DataSource> &source);
35 virtual sp<MediaSource> getTrack(size_t index);
36 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
38 virtual sp<MetaData> getMetaData();
44 sp<DataSource> mDataSource;
45 sp<MetaData> mMeta;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
58 sp<AMessage> *);
H A DOggExtractor.h34 OggExtractor(const sp<DataSource> &source);
37 virtual sp<MediaSource> getTrack(size_t index);
38 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
40 virtual sp<MetaData> getMetaData();
48 sp<DataSource> mDataSource;
58 const sp<DataSource> &source, String8 *mimeType, float *confidence,
59 sp<AMessage> *);
62 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h59 sp<IBinder> connection() const;
65 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
69 static status_t getDisplayInfo(const sp<IBinder>& display, DisplayInfo* info);
72 static void blankDisplay(const sp<IBinder>& display);
75 static void unblankDisplay(const sp<IBinder>& display);
81 sp<SurfaceControl> createSurface(
90 static sp<IBinder> createDisplay(const String8& displayName, bool secure);
93 static void destroyDisplay(const sp<IBinder>& display);
97 static sp<IBinder> getBuiltInDisplay(int32_t id);
115 status_t hide(const sp<IBinde
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h50 const sp<ANetworkSession> &netSession,
51 const sp<AMessage> &notify);
53 status_t setHDCP(const sp<IHDCP> &hdcp);
58 ssize_t addTrack(const sp<AMessage> &format, uint32_t flags);
71 size_t trackIndex, const sp<ABuffer> &accessUnit);
74 virtual void onMessageReceived(const sp<AMessage> &msg);
89 sp<AMessage> mFormat;
91 sp<RTPSender> mSender;
92 List<sp<ABuffer> > mAccessUnits;
97 sp<ANetworkSessio
[all...]
/frameworks/base/services/input/
H A DInputManager.h70 virtual sp<InputReaderInterface> getReader() = 0;
73 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
82 const sp<EventHubInterface>& eventHub,
83 const sp<InputReaderPolicyInterface>& readerPolicy,
84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
88 const sp<InputReaderInterface>& reader,
89 const sp<InputDispatcherInterface>& dispatcher);
94 virtual sp<InputReaderInterface> getReader();
95 virtual sp<InputDispatcherInterface> getDispatcher();
98 sp<InputReaderInterfac
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h169 sp<const Element> U8;
170 sp<const Element> U8_2;
171 sp<const Element> U8_3;
172 sp<const Element> U8_4;
173 sp<const Element> I8;
174 sp<const Element> I8_2;
175 sp<const Element> I8_3;
176 sp<const Element> I8_4;
177 sp<const Element> U16;
178 sp<cons
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.h32 AAVCAssembler(const sp<AMessage> &notify);
37 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
42 sp<AMessage> mNotifyMsg;
48 List<sp<ABuffer> > mNALUnits;
50 AssemblyStatus addNALUnit(const sp<ARTPSource> &source);
51 void addSingleNALUnit(const sp<ABuffer> &buffer);
52 AssemblyStatus addFragmentedNALUnit(List<sp<ABuffer> > *queue);
53 bool addSingleTimeAggregationPacket(const sp<ABuffer> &buffer);
H A DARTPAssembler.h40 void onPacketReceived(const sp<ARTPSource> &source);
44 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source) = 0;
47 static void CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from);
49 static sp<ABuffer> MakeADTSCompoundFromAACFrames(
53 const List<sp<ABuffer> > &frames);
55 static sp<ABuffer> MakeCompoundFromPackets(
56 const List<sp<ABuffer> > &frames);
H A DAH263Assembler.h32 AH263Assembler(const sp<AMessage> &notify);
37 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
42 sp<AMessage> mNotifyMsg;
47 List<sp<ABuffer> > mPackets;
49 AssemblyStatus addPacket(const sp<ARTPSource> &source);
H A DARawAudioAssembler.h31 const sp<AMessage> &notify,
37 const char *desc, const sp<MetaData> &format);
42 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
49 sp<AMessage> mNotifyMsg;
53 AssemblyStatus addPacket(const sp<ARTPSource> &source);
/frameworks/base/tools/aapt/
H A DImages.h18 status_t preProcessImage(const Bundle* bundle, const sp<AaptAssets>& assets,
19 const sp<AaptFile>& file, String8* outNewLeafName);
23 status_t postProcessImage(const sp<AaptAssets>& assets,
24 ResourceTable* table, const sp<AaptFile>& file);
/frameworks/rs/cpp/util/
H A DStrongPointer.h38 inline bool operator _op_ (const sp<T>& o) const { \
45 inline bool operator _op_ (const sp<U>& o) const { \
63 class sp class in namespace:android::RSC
66 inline sp() : m_ptr(0) { } function in class:android::RSC::sp
68 sp(T* other);
69 sp(const sp<T>& other);
70 template<typename U> sp(U* other);
71 template<typename U> sp(const sp<
141 sp<T>::sp(const sp<U>& other) function in class:android::RSC::sp
[all...]
/frameworks/rs/server/
H A DStrongPointer.h37 inline bool operator _op_ (const sp<T>& o) const { \
44 inline bool operator _op_ (const sp<U>& o) const { \
62 class sp class in namespace:android
65 inline sp() : m_ptr(0) { } function in class:android::sp
67 sp(T* other);
68 sp(const sp<T>& other);
69 template<typename U> sp(U* other);
70 template<typename U> sp(const sp<
140 sp<T>::sp(const sp<U>& other) function in class:android::sp
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAHierarchicalStateMachine.h26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
36 virtual bool onMessageReceived(const sp<AMessage> &msg) = 0;
41 sp<AState> mParentState;
52 virtual void onMessageReceived(const sp<AMessage> &msg);
55 void changeState(const sp<AState> &state);
58 sp<AState> mState;

Completed in 314 milliseconds

1234567891011>>