Searched refs:sp (Results 401 - 425 of 1190) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/
H A DMediaCodecListOverrides.h39 void profileCodecs(const Vector<sp<MediaCodecInfo>> &infos);
43 const Vector<sp<MediaCodecInfo>> &infos,
H A DWVMExtractor.cpp47 WVMExtractor::WVMExtractor(const sp<DataSource> &source)
56 typedef WVMLoadableExtractor *(*GetInstanceFunc)(sp<DataSource>);
98 sp<MediaSource> WVMExtractor::getTrack(size_t index) {
105 sp<MetaData> WVMExtractor::getTrackMetaData(size_t index, uint32_t flags) {
112 sp<MetaData> WVMExtractor::getMetaData() {
169 const sp<DataSource> &source, String8 *mimeType, float *confidence,
170 sp<AMessage> *) {
178 typedef WVMLoadableExtractor *(*SnifferFunc)(const sp<DataSource>&);
H A DMediaCodecListOverrides.cpp52 static bool getMeasureSize(sp<MediaCodecInfo::Capabilities> caps, int32_t *width, int32_t *height) {
75 static void getMeasureBitrate(sp<MediaCodecInfo::Capabilities> caps, int32_t *bitrate) {
92 static sp<AMessage> getMeasureFormat(
93 bool isEncoder, AString mime, sp<MediaCodecInfo::Capabilities> caps) {
94 sp<AMessage> format = new AMessage();
131 AString name, AString mime, sp<MediaCodecInfo::Capabilities> caps) {
134 sp<AMessage> format = getMeasureFormat(true /* isEncoder */, mime, caps);
143 sp<ALooper> looper = new ALooper;
148 sp<MediaCodec> codec = MediaCodec::CreateByComponentName(looper, name.c_str(), &err);
161 sp<IGraphicBufferProduce
[all...]
H A DDRMExtractor.cpp38 DRMSource(const sp<MediaSource> &mediaSource,
39 const sp<DecryptHandle> &decryptHandle,
45 virtual sp<MetaData> getFormat();
53 sp<MediaSource> mOriginalMediaSource;
54 sp<DecryptHandle> mDecryptHandle;
67 DRMSource::DRMSource(const sp<MediaSource> &mediaSource,
68 const sp<DecryptHandle> &decryptHandle,
122 sp<MetaData> DRMSource::getFormat() {
232 DRMExtractor::DRMExtractor(const sp<DataSource> &source, const char* mime)
250 sp<MediaSourc
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp88 ALooper::handler_id ALooper::registerHandler(const sp<AHandler> &handler) {
133 sp<LooperThread> thread;
164 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) {
227 sp<AReplyToken> ALooper::createReplyToken() {
232 status_t ALooper::awaitResponse(const sp<AReplyToken> &replyToken, sp<AMessage> *response) {
242 status_t ALooper::postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &reply) {
H A DAHandler.cpp26 void AHandler::deliverMessage(const sp<AMessage> &msg) {
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.h38 void queueBuffer(const sp<ABuffer> &buffer);
52 List<sp<ABuffer> > mBufferQueue;
H A DPlaylistFetcher.cpp59 sp<AMessage> &itemMeta,
60 sp<ABuffer> &buffer,
61 sp<ABuffer> &tsBuffer,
66 sp<AMessage> &itemMeta,
67 sp<ABuffer> &buffer,
68 sp<ABuffer> &tsBuffer,
75 sp<AMessage> mItemMeta;
76 sp<ABuffer> mBuffer;
77 sp<ABuffer> mTsBuffer;
103 sp<AMessag
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h43 class AudioPatchCollection : public DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> >
46 status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch);
H A DEffectDescriptor.h40 class EffectDescriptorCollection : public KeyedVector<int, sp<EffectDescriptor> >
56 status_t setEffectEnabled(const sp<EffectDescriptor> &effectDesc, bool enabled);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp89 sp<ISoundTriggerClient> client;
90 sp<Module> module = new Module(this, dev, descriptor, client);
126 const sp<ISoundTriggerClient>& client,
127 sp<ISoundTrigger>& moduleInterface)
143 sp<Module> module = mModules.valueAt(index);
166 void SoundTriggerHwService::detachModule(sp<Module> module)
222 sp<SoundTriggerHwService> service = module->service().promote();
230 sp<IMemory> SoundTriggerHwService::prepareRecognitionEvent_l(
233 sp<IMemory> eventMemory;
273 sp<IMemor
[all...]
/frameworks/base/libs/hwui/thread/
H A DTask.h50 const sp<Future<T> >& future() const {
55 sp<Future<T> > mFuture;
/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.h44 virtual sp<IMemory> getIMemory();
60 sp<IMemory> mMemory;
H A Dandroid_media_MediaHTTPConnection.cpp64 sp<IMemory> JMediaHTTPConnection::getIMemory() {
84 static sp<JMediaHTTPConnection> setObject(
85 JNIEnv *env, jobject thiz, const sp<JMediaHTTPConnection> &conn) {
86 sp<JMediaHTTPConnection> old =
100 static sp<JMediaHTTPConnection> getObject(JNIEnv *env, jobject thiz) {
117 sp<JMediaHTTPConnection> conn = new JMediaHTTPConnection(env, thiz);
129 sp<JMediaHTTPConnection> conn = getObject(env, thiz);
136 sp<JMediaHTTPConnection> conn = getObject(env, thiz);
/frameworks/native/include/binder/
H A DBinderService.h38 sp<IServiceManager> sm(defaultServiceManager());
55 sp<ProcessState> ps(ProcessState::self());
/frameworks/native/include/gui/
H A DBufferItemConsumer.h55 BufferItemConsumer(const sp<IGraphicBufferConsumer>& consumer,
87 const sp<Fence>& releaseFence = Fence::NO_FENCE);
H A DBufferSlot.h47 sp<GraphicBuffer> mGraphicBuffer;
124 sp<Fence> mFence;
/frameworks/native/libs/gui/
H A DGraphicBufferAlloc.cpp34 sp<GraphicBuffer> GraphicBufferAlloc::createGraphicBuffer(uint32_t width,
36 sp<GraphicBuffer> graphicBuffer(
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h81 sp<BlobCache> getBlobCacheLocked();
102 sp<BlobCache> mBlobCache;
/frameworks/native/services/inputflinger/
H A DInputListener.h33 virtual void notify(const sp<InputListenerInterface>& listener) const = 0;
49 virtual void notify(const sp<InputListenerInterface>& listener) const;
76 virtual void notify(const sp<InputListenerInterface>& listener) const;
113 virtual void notify(const sp<InputListenerInterface>& listener) const;
133 virtual void notify(const sp<InputListenerInterface>& listener) const;
151 virtual void notify(const sp<InputListenerInterface>& listener) const;
181 QueuedInputListener(const sp<InputListenerInterface>& innerListener);
192 sp<InputListenerInterface> mInnerListener;
/frameworks/rs/
H A DrsGrallocConsumer.h47 GrallocConsumer(Allocation *, const sp<IGraphicBufferConsumer>& bq, int flags);
63 sp<GraphicBuffer> mGraphicBuffer;
/frameworks/av/include/camera/
H A DICamera.h44 virtual status_t connect(const sp<ICameraClient>& client) = 0;
54 const sp<IGraphicBufferProducer>& bufferProducer) = 0;
65 const sp<IGraphicBufferProducer>& callbackProducer) = 0;
86 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;
/frameworks/av/include/camera/camera2/
H A DCaptureRequest.h32 Vector<sp<Surface> > mSurfaceList;
/frameworks/av/media/img_utils/include/img_utils/
H A DSortedEntryVector.h32 class SortedEntryVector : public SortedVector<sp<TiffEntry> > {
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightPlayer.h37 const sp<IMediaHTTPService> &httpService,
43 virtual status_t setDataSource(const sp<IStreamSource> &source);
46 const sp<IGraphicBufferProducer> &bufferProducer);
60 virtual void setAudioSink(const sp<AudioSink> &audioSink);

Completed in 1010 milliseconds

<<11121314151617181920>>