Home | History | Annotate | Download | only in sfplugin

Lines Matching defs:memory

106      * Set a block pool to obtain input memory blocks.
720 sp<IMemory> memory = mDealer->allocate(kLinearBufferSize);
721 if (memory == nullptr) {
722 ALOGD("Failed to allocate memory from dealer: only %zu slots allocated", i);
725 mMemoryVector.push_back({std::weak_ptr<C2LinearBlock>(), memory});
733 sp<IMemory> memory;
736 memory = entry.memory;
740 if (memory == nullptr) {
750 return new EncryptedLinearBlockBuffer(mFormat, block, memory, mHeapSeqNum);
760 sp<IMemory> memory;
1918 ALOGE("start: cannot allocate memory at all");
1921 ALOGV("start: cannot allocate memory, only %zu buffers allocated", i);