Home
last modified time | relevance | path

Searched refs:sDealer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2295 thread_local sp<MemoryDealer> sDealer = new MemoryDealer( in obtain() local
2297 context->mMemory = sDealer->allocate(capacity); in obtain()
2299 size_t newDealerCapacity = sDealer->getMemoryHeap()->getSize() * 2; in obtain()
2305 sDealer->getMemoryHeap()->getSize() / 1048576, in obtain()
2307 sDealer = new MemoryDealer( in obtain()
2310 context->mMemory = sDealer->allocate(capacity); in obtain()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp4941 thread_local sp<MemoryDealer> sDealer = new MemoryDealer( in queueCSDInputBuffer() local
4943 sp<IMemory> mem = sDealer->allocate(csd->size()); in queueCSDInputBuffer()
4945 size_t newDealerCapacity = sDealer->getMemoryHeap()->getSize() * 2; in queueCSDInputBuffer()
4949 sDealer = new MemoryDealer( in queueCSDInputBuffer()
4952 mem = sDealer->allocate(csd->size()); in queueCSDInputBuffer()