Searched refs:IMemory (Results 1 - 25 of 194) sorted by relevance

12345678

/frameworks/av/media/libstagefright/include/
H A DSharedMemoryBuffer.h22 #include <android/hidl/memory/1.0/IMemory.h>
27 class IMemory;
30 * MediaCodecBuffer implementation based on IMemory.
34 typedef ::android::hidl::memory::V1_0::IMemory TMemory;
35 SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem);
43 const sp<IMemory> mMemory;
H A DStagefrightMetadataRetriever.h45 virtual sp<IMemory> getFrameAtTime(
47 virtual sp<IMemory> getImageAtIndex(
49 virtual sp<IMemory> getImageRectAtIndex(
52 std::vector<sp<IMemory> >* frames,
74 sp<IMemory>* outFrame, std::vector<sp<IMemory> >* outFrames);
75 virtual sp<IMemory> getImageInternal(
/frameworks/av/soundtrigger/
H A DISoundTriggerClient.cpp20 #include <binder/IMemory.h>
43 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory)
53 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory)
62 virtual void onServiceStateChange(const sp<IMemory>& eventMemory)
84 sp<IMemory> eventMemory = interface_cast<IMemory>(
91 sp<IMemory> eventMemory = interface_cast<IMemory>(
98 sp<IMemory> eventMemory = interface_cast<IMemory>(
[all...]
/frameworks/av/include/media/
H A DIMediaLogService.h21 #include <binder/IMemory.h>
31 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) = 0;
32 virtual void unregisterWriter(const sp<IMemory>& shared) = 0;
H A DIMediaMetadataRetriever.h22 #include <binder/IMemory.h>
45 virtual sp<IMemory> getFrameAtTime(
47 virtual sp<IMemory> getImageAtIndex(
49 virtual sp<IMemory> getImageRectAtIndex(
52 std::vector<sp<IMemory> > *frames,
54 virtual sp<IMemory> extractAlbumArt() = 0;
H A Dmediametadataretriever.h23 #include <binder/IMemory.h>
90 sp<IMemory> getFrameAtTime(int64_t timeUs, int option,
92 sp<IMemory> getImageAtIndex(int index,
94 sp<IMemory> getImageRectAtIndex(
97 std::vector<sp<IMemory> > *frames, int frameIndex, int numFrames = 1,
99 sp<IMemory> extractAlbumArt();
H A DMediaMetadataRetrieverInterface.h46 virtual sp<IMemory> getFrameAtTime(
48 virtual sp<IMemory> getImageAtIndex(
50 virtual sp<IMemory> getImageRectAtIndex(
53 std::vector<sp<IMemory> >* frames,
H A DIDataSource.h27 class IMemory;
36 virtual sp<IMemory> getIMemory() = 0;
/frameworks/av/include/soundtrigger/
H A DISoundTriggerClient.h32 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory) = 0;
34 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory) = 0;
36 virtual void onServiceStateChange(const sp<IMemory>& eventMemory) = 0;
H A DSoundTrigger.h48 status_t loadSoundModel(const sp<IMemory>& modelMemory,
53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
57 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory);
58 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory);
59 virtual void onServiceStateChange(const sp<IMemory>& eventMemory);
H A DISoundTrigger.h23 #include <binder/IMemory.h>
35 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
41 const sp<IMemory>& dataMemory) = 0;
/frameworks/av/media/libmedia/include/media/
H A DIMediaLogService.h21 #include <binder/IMemory.h>
31 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) = 0;
32 virtual void unregisterWriter(const sp<IMemory>& shared) = 0;
H A DIMediaMetadataRetriever.h22 #include <binder/IMemory.h>
45 virtual sp<IMemory> getFrameAtTime(
47 virtual sp<IMemory> getImageAtIndex(
49 virtual sp<IMemory> getImageRectAtIndex(
52 std::vector<sp<IMemory> > *frames,
54 virtual sp<IMemory> extractAlbumArt() = 0;
H A Dmediametadataretriever.h23 #include <binder/IMemory.h>
90 sp<IMemory> getFrameAtTime(int64_t timeUs, int option,
92 sp<IMemory> getImageAtIndex(int index,
94 sp<IMemory> getImageRectAtIndex(
97 std::vector<sp<IMemory> > *frames, int frameIndex, int numFrames = 1,
99 sp<IMemory> extractAlbumArt();
H A DMediaMetadataRetrieverInterface.h46 virtual sp<IMemory> getFrameAtTime(
48 virtual sp<IMemory> getImageAtIndex(
50 virtual sp<IMemory> getImageRectAtIndex(
53 std::vector<sp<IMemory> >* frames,
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.h27 class IMemory;
37 sp<IMemory> getIMemory();
50 sp<IMemory> mMemory;
/frameworks/av/camera/include/camera/
H A DCameraUtils.h20 #include <binder/IMemory.h>
48 static bool isNativeHandleMetadata(const sp<IMemory>& imageData);
H A DICameraRecordingProxy.h28 class IMemory;
87 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;
H A DICameraRecordingProxyListener.h30 class IMemory;
38 const sp<IMemory>& data) = 0;
/frameworks/av/include/camera/
H A DCameraUtils.h20 #include <binder/IMemory.h>
48 static bool isNativeHandleMetadata(const sp<IMemory>& imageData);
H A DICameraRecordingProxy.h28 class IMemory;
87 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;
H A DICameraRecordingProxyListener.h30 class IMemory;
38 const sp<IMemory>& data) = 0;
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h26 #include <binder/IMemory.h>
53 virtual sp<IMemory> getFrameAtTime(
55 virtual sp<IMemory> getImageAtIndex(
57 virtual sp<IMemory> getImageRectAtIndex(
60 std::vector<sp<IMemory> > *frames,
62 virtual sp<IMemory> extractAlbumArt();
79 sp<IMemory> mAlbumArt;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h51 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
108 static void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
110 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
115 void handlePreviewData(int32_t msgType, const sp<IMemory>& mem,
117 void handlePostview(const sp<IMemory>& mem);
118 void handleRawPicture(const sp<IMemory>& mem);
119 void handleCompressedPicture(const sp<IMemory>& mem);
121 void handleGenericData(int32_t msgType, const sp<IMemory>& dataPtr,
123 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
159 // mAvailableCallbackBuffers stores sp<IMemory> tha
[all...]
/frameworks/av/services/medialog/
H A DIMediaLogService.cpp43 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) {
53 virtual void unregisterWriter(const sp<IMemory>& shared) {
81 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
90 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());

Completed in 199 milliseconds

12345678