Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2856 thread_local sp<MemoryDealer> sDealer = new MemoryDealer( in obtain() local
2858 context->mMemory = sDealer->allocate(capacity); in obtain()
2860 size_t newDealerCapacity = sDealer->getMemoryHeap()->getSize() * 2; in obtain()
2866 sDealer->getMemoryHeap()->getSize() / 1048576, in obtain()
2868 sDealer = new MemoryDealer( in obtain()
2871 context->mMemory = sDealer->allocate(capacity); in obtain()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp5959 thread_local sp<MemoryDealer> sDealer = new MemoryDealer( in queueCSDInputBuffer() local
5961 sp<IMemory> mem = sDealer->allocate(csd->size()); in queueCSDInputBuffer()
5963 size_t newDealerCapacity = sDealer->getMemoryHeap()->getSize() * 2; in queueCSDInputBuffer()
5967 sDealer = new MemoryDealer( in queueCSDInputBuffer()
5970 mem = sDealer->allocate(csd->size()); in queueCSDInputBuffer()