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

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DInterfaceUtils.h37 sp<DataSource> CreateDataSourceFromIDataSource(const sp<IDataSource> &source);
40 sp<IDataSource> CreateIDataSourceFromDataSource(const sp<DataSource> &source);
43 sp<IMediaExtractor> CreateIMediaExtractorFromMediaExtractor(
45 const sp<DataSource> &source,
46 const sp<RefBase> &plugin);
49 sp<MediaSource> CreateMediaSourceFromIMediaSource(const sp<IMediaSource> &source);
52 sp<IMediaSourc
[all...]
H A DNdkUtils.h26 sp<MetaData> convertMediaFormatWrapperToMetaData(
27 const sp<AMediaFormatWrapper> &fmt);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DInterfaceUtils.h37 sp<DataSource> CreateDataSourceFromIDataSource(const sp<IDataSource> &source);
40 sp<IDataSource> CreateIDataSourceFromDataSource(const sp<DataSource> &source);
43 sp<IMediaExtractor> CreateIMediaExtractorFromMediaExtractor(
45 const sp<DataSource> &source,
46 const sp<RefBase> &plugin);
49 sp<MediaSource> CreateMediaSourceFromIMediaSource(const sp<IMediaSource> &source);
52 sp<IMediaSourc
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderPassThrough.h28 DecoderPassThrough(const sp<AMessage> &notify,
29 const sp<Source> &source,
30 const sp<Renderer> &renderer);
36 virtual void onMessageReceived(const sp<AMessage> &msg);
38 virtual void onConfigure(const sp<AMessage> &format);
39 virtual void onSetParameters(const sp<AMessage> &params);
40 virtual void onSetRenderer(const sp<Renderer> &renderer);
51 sp<Source> mSource;
52 sp<Renderer> mRenderer;
59 sp<ABuffe
[all...]
H A DNuPlayer2DecoderBase.h34 explicit DecoderBase(const sp<AMessage> &notify);
36 void configure(const sp<AMessage> &format);
38 void setParameters(const sp<AMessage> &params);
43 void setRenderer(const sp<Renderer> &renderer);
44 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &) { return INVALID_OPERATION; }
50 virtual sp<AMessage> getStats() const {
74 virtual void onMessageReceived(const sp<AMessage> &msg);
76 virtual void onConfigure(const sp<AMessage> &format) = 0;
77 virtual void onSetParameters(const sp<AMessage> &params) = 0;
78 virtual void onSetRenderer(const sp<Rendere
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h28 DecoderPassThrough(const sp<AMessage> &notify,
29 const sp<Source> &source,
30 const sp<Renderer> &renderer);
36 virtual void onMessageReceived(const sp<AMessage> &msg);
38 virtual void onConfigure(const sp<AMessage> &format);
39 virtual void onSetParameters(const sp<AMessage> &params);
40 virtual void onSetRenderer(const sp<Renderer> &renderer);
51 sp<Source> mSource;
52 sp<Renderer> mRenderer;
59 sp<ABuffe
[all...]
H A DNuPlayerStreamListener.h31 const sp<IStreamSource> &source,
32 const sp<AHandler> &targetHandler);
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;
62 sp<AHandler> mTargetHandler;
63 sp<MemoryDealer> mMemoryDealer;
64 Vector<sp<IMemory> > mBuffers;
H A DNuPlayerDecoderBase.h34 explicit DecoderBase(const sp<AMessage> &notify);
36 void configure(const sp<AMessage> &format);
38 void setParameters(const sp<AMessage> &params);
43 void setRenderer(const sp<Renderer> &renderer);
44 virtual status_t setVideoSurface(const sp<Surface> &) { return INVALID_OPERATION; }
50 virtual sp<AMessage> getStats() const {
74 virtual void onMessageReceived(const sp<AMessage> &msg);
76 virtual void onConfigure(const sp<AMessage> &format) = 0;
77 virtual void onSetParameters(const sp<AMessage> &params) = 0;
78 virtual void onSetRenderer(const sp<Rendere
[all...]
H A DNuPlayerDecoder.h29 Decoder(const sp<AMessage> &notify,
30 const sp<Source> &source,
33 const sp<Renderer> &renderer = NULL,
34 const sp<Surface> &surface = NULL,
35 const sp<CCDecoder> &ccDecoder = NULL);
37 virtual sp<AMessage> getStats() const;
40 virtual status_t setVideoSurface(const sp<Surface> &surface);
47 virtual void onMessageReceived(const sp<AMessage> &msg);
49 virtual void onConfigure(const sp<AMessage> &format);
50 virtual void onSetParameters(const sp<AMessag
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h449 sp<const Element> U8;
450 sp<const Element> U8_2;
451 sp<const Element> U8_3;
452 sp<const Element> U8_4;
453 sp<const Element> I8;
454 sp<const Element> I8_2;
455 sp<const Element> I8_3;
456 sp<const Element> I8_4;
457 sp<const Element> U16;
458 sp<cons
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h32 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
36 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
42 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
43 const sp<IStreamSource> &/*source*/,
46 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
47 const sp<DataSource> &/*source*/,
50 virtual sp<MediaPlayerBase> createPlayer(pid_t pid) = 0;
56 static player_type getPlayerType(const sp<IMediaPlayer>& client,
58 static player_type getPlayerType(const sp<IMediaPlayer>& client,
62 static player_type getPlayerType(const sp<IMediaPlaye
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.h36 List< sp<HwBinderDeathRecipient> > mList;
43 void add(const sp<HwBinderDeathRecipient>& recipient);
44 void remove(const sp<HwBinderDeathRecipient>& recipient);
45 sp<HwBinderDeathRecipient> find(jobject recipient);
53 static sp<JHwRemoteBinder> SetNativeContext(
54 JNIEnv *env, jobject thiz, const sp<JHwRemoteBinder> &context);
56 static sp<JHwRemoteBinder> GetNativeContext(JNIEnv *env, jobject thiz);
58 static jobject NewObject(JNIEnv *env, const sp<hardware::IBinder> &binder);
61 JNIEnv *env, jobject thiz, const sp<hardware::IBinder> &binder);
63 sp<hardwar
[all...]
/frameworks/native/include/gui/
H A DStreamSplitter.h50 static status_t createSplitter(const sp<IGraphicBufferConsumer>& inputQueue,
51 sp<StreamSplitter>* outSplitter);
64 status_t addOutput(const sp<IGraphicBufferProducer>& outputQueue);
98 void onBufferReleasedByOutput(const sp<IGraphicBufferProducer>& from);
114 OutputListener(const sp<StreamSplitter>& splitter,
115 const sp<IGraphicBufferProducer>& output);
125 sp<StreamSplitter> mSplitter;
126 sp<IGraphicBufferProducer> mOutput;
131 BufferTracker(const sp<GraphicBuffer>& buffer);
133 const sp<GraphicBuffe
[all...]
H A DSurfaceControl.h47 static sp<SurfaceControl> readFromParcel(Parcel* parcel);
50 static bool isValid(const sp<SurfaceControl>& surface) {
59 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs);
68 const sp<SurfaceControl>& control, Parcel* parcel);
70 sp<Surface> getSurface() const;
71 sp<Surface> createSurface() const;
72 sp<IBinder> getHandle() const;
77 sp<SurfaceComposerClient> getClient() const;
88 const sp<SurfaceComposerClien
[all...]
H A DSurfaceComposerClient.h57 SurfaceComposerClient(const sp<ISurfaceComposerClient>& client);
58 SurfaceComposerClient(const sp<IGraphicBufferProducer>& parent);
65 sp<IBinder> connection() const;
71 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
75 static status_t getDisplayConfigs(const sp<IBinder>& display,
79 static status_t getDisplayInfo(const sp<IBinder>& display,
84 static int getActiveConfig(const sp<IBinder>& display);
88 static status_t setActiveConfig(const sp<IBinder>& display, int id);
91 static status_t getDisplayColorModes(const sp<IBinder>& display,
95 static ui::ColorMode getActiveColorMode(const sp<IBinde
[all...]
/frameworks/native/libs/gui/include/gui/
H A DStreamSplitter.h50 static status_t createSplitter(const sp<IGraphicBufferConsumer>& inputQueue,
51 sp<StreamSplitter>* outSplitter);
64 status_t addOutput(const sp<IGraphicBufferProducer>& outputQueue);
98 void onBufferReleasedByOutput(const sp<IGraphicBufferProducer>& from);
114 OutputListener(const sp<StreamSplitter>& splitter,
115 const sp<IGraphicBufferProducer>& output);
125 sp<StreamSplitter> mSplitter;
126 sp<IGraphicBufferProducer> mOutput;
131 BufferTracker(const sp<GraphicBuffer>& buffer);
133 const sp<GraphicBuffe
[all...]
H A DSurfaceControl.h47 static sp<SurfaceControl> readFromParcel(Parcel* parcel);
50 static bool isValid(const sp<SurfaceControl>& surface) {
59 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs);
68 const sp<SurfaceControl>& control, Parcel* parcel);
70 sp<Surface> getSurface() const;
71 sp<Surface> createSurface() const;
72 sp<IBinder> getHandle() const;
77 sp<SurfaceComposerClient> getClient() const;
88 const sp<SurfaceComposerClien
[all...]
H A DSurfaceComposerClient.h57 SurfaceComposerClient(const sp<ISurfaceComposerClient>& client);
58 SurfaceComposerClient(const sp<IGraphicBufferProducer>& parent);
65 sp<IBinder> connection() const;
71 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
75 static status_t getDisplayConfigs(const sp<IBinder>& display,
79 static status_t getDisplayInfo(const sp<IBinder>& display,
84 static int getActiveConfig(const sp<IBinder>& display);
88 static status_t setActiveConfig(const sp<IBinder>& display, int id);
91 static status_t getDisplayColorModes(const sp<IBinder>& display,
95 static ui::ColorMode getActiveColorMode(const sp<IBinde
[all...]
/frameworks/av/media/libstagefright/include/
H A DSharedMemoryBuffer.h35 SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem);
36 SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem);
43 const sp<IMemory> mMemory;
44 const sp<TMemory> mTMemory;
/frameworks/native/services/inputflinger/
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/av/include/media/
H A DMediaCodecBuffer.h36 MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer);
55 sp<AMessage> meta();
56 sp<AMessage> format();
58 void setFormat(const sp<AMessage> &format);
63 const sp<AMessage> mMeta;
64 sp<AMessage> mFormat;
65 const sp<ABuffer> mBuffer;
/frameworks/av/media/libmedia/include/media/
H A DMediaCodecBuffer.h36 MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer);
55 sp<AMessage> meta();
56 sp<AMessage> format();
58 void setFormat(const sp<AMessage> &format);
63 const sp<AMessage> mMeta;
64 sp<AMessage> mFormat;
65 const sp<ABuffer> mBuffer;
/frameworks/av/media/libstagefright/filters/
H A DIntrinsicBlurFilter.h29 virtual status_t configure(const sp<AMessage> &msg);
32 virtual status_t setParameters(const sp<AMessage> &msg);
34 const sp<MediaCodecBuffer> &srcBuffer, const sp<MediaCodecBuffer> &outBuffer);
41 RSC::sp<RSC::RS> mRS;
42 RSC::sp<RSC::Allocation> mAllocIn;
43 RSC::sp<RSC::Allocation> mAllocOut;
44 RSC::sp<RSC::ScriptIntrinsicBlur> mBlur;
H A DRSFilter.h33 virtual status_t configure(const sp<AMessage> &msg);
36 virtual status_t setParameters(const sp<AMessage> &msg);
38 const sp<MediaCodecBuffer> &srcBuffer, const sp<MediaCodecBuffer> &outBuffer);
45 sp<RenderScriptWrapper::RSFilterCallback> mCallback;
46 RSC::sp<RSC::RS> mRS;
47 RSC::sp<RSC::Allocation> mAllocIn;
48 RSC::sp<RSC::Allocation> mAllocOut;
H A DSaturationFilter.h31 virtual status_t configure(const sp<AMessage> &msg);
34 virtual status_t setParameters(const sp<AMessage> &msg);
36 const sp<MediaCodecBuffer> &srcBuffer, const sp<MediaCodecBuffer> &outBuffer);
43 RSC::sp<RSC::RS> mRS;
44 RSC::sp<RSC::Allocation> mAllocIn;
45 RSC::sp<RSC::Allocation> mAllocOut;
46 RSC::sp<ScriptC_saturationARGB> mScript;

Completed in 724 milliseconds

1234567891011>>