Searched refs:MemoryDealer (Results 1 - 25 of 50) sorted by path

12

/frameworks/av/include/media/stagefright/
H A DACodec.h41 class MemoryDealer;
247 sp<MemoryDealer> mDealer[2];
H A DACodecBufferChannel.h117 sp<MemoryDealer> mDealer;
131 sp<MemoryDealer> makeMemoryDealer(size_t heapSize);
H A DMediaBuffer.h27 #include <binder/MemoryDealer.h>
H A DMediaFilter.h26 class MemoryDealer;
107 sp<MemoryDealer> mDealer[2];
H A DRemoteDataSource.h21 #include <binder/MemoryDealer.h>
85 sp<MemoryDealer> memoryDealer = new MemoryDealer(kBufferSize, "RemoteDataSource");
/frameworks/av/include/radio/
H A DRadio.h30 class MemoryDealer;
/frameworks/av/include/soundtrigger/
H A DSoundTrigger.h30 class MemoryDealer;
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h35 class MemoryDealer;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp23 #include <binder/MemoryDealer.h>
39 mMemoryDealer = new MemoryDealer(kNumBuffers * kBufferSize);
H A DNuPlayerStreamListener.h27 class MemoryDealer;
63 sp<MemoryDealer> mMemoryDealer;
/frameworks/av/media/libstagefright/
H A DACodec.cpp31 #include <binder/MemoryDealer.h>
880 size_t alignment = MemoryDealer::getAllocationAlignment();
912 mDealer[portIndex] = new MemoryDealer(totalSize, "ACodec");
H A DACodecBufferChannel.cpp24 #include <binder/MemoryDealer.h>
268 sp<MemoryDealer> ACodecBufferChannel::makeMemoryDealer(size_t heapSize) {
269 sp<MemoryDealer> dealer;
273 dealer = new MemoryDealer(heapSize, "ACodecBufferChannel");
291 [alignment = MemoryDealer::getAllocationAlignment()]
297 [alignment = MemoryDealer::getAllocationAlignment()]
H A DMediaCodec.cpp30 #include <binder/MemoryDealer.h>
H A DMediaExtractor.cpp37 #include <binder/MemoryDealer.h>
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp23 #include <binder/MemoryDealer.h>
224 mDealer[portIndex] = new MemoryDealer(totalSize, "MediaFilter");
/frameworks/av/media/libstagefright/foundation/
H A DMediaBuffer.cpp63 sp<MemoryDealer> memoryDealer =
64 new MemoryDealer(size + sizeof(SharedControl), "MediaBuffer");
H A DMediaBufferGroup.cpp49 ALOGD("creating MemoryDealer");
50 // Using a single MemoryDealer is efficient for a group of shared memory objects.
53 size_t alignment = MemoryDealer::getAllocationAlignment();
56 sp<MemoryDealer> memoryDealer = new MemoryDealer(total, "MediaBufferGroup");
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h41 class MemoryDealer;
247 sp<MemoryDealer> mDealer[2];
H A DACodecBufferChannel.h117 sp<MemoryDealer> mDealer;
131 sp<MemoryDealer> makeMemoryDealer(size_t heapSize);
H A DMediaBuffer.h27 #include <binder/MemoryDealer.h>
H A DMediaFilter.h26 class MemoryDealer;
107 sp<MemoryDealer> mDealer[2];
H A DRemoteDataSource.h21 #include <binder/MemoryDealer.h>
85 sp<MemoryDealer> memoryDealer = new MemoryDealer(kBufferSize, "RemoteDataSource");
/frameworks/av/media/libstagefright/include/
H A DACodec.h41 class MemoryDealer;
247 sp<MemoryDealer> mDealer[2];
H A DACodecBufferChannel.h117 sp<MemoryDealer> mDealer;
131 sp<MemoryDealer> makeMemoryDealer(size_t heapSize);
H A DMediaBuffer.h27 #include <binder/MemoryDealer.h>

Completed in 449 milliseconds

12