Home
last modified time | relevance | path

Searched refs:allocateBuffer (Results 1 – 15 of 15) sorted by relevance

/frameworks/minikin/tests/util/
DBufferUtils.h26 std::vector<uint8_t> allocateBuffer(const T& t) { in allocateBuffer() function
34 std::vector<uint8_t> allocateBuffer(const T& t) { in allocateBuffer() function
43 std::vector<uint8_t> buffer = allocateBuffer(t); in writeToBuffer()
/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp82 static std::shared_ptr<ExternalTexture> allocateBuffer(RenderEngine& re, uint32_t width, in allocateBuffer() function
103 auto texture = allocateBuffer(re, width, height, extraUsageFlags, name); in copyBuffer()
147 auto outputBuffer = allocateBuffer(re, width, height); in benchDrawLayers()
188 allocateBuffer(*re, width, height, GRALLOC_USAGE_SW_WRITE_OFTEN, "decoded_source"); in BM_blur()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DEffectsFactoryHalInterface.h61 virtual status_t allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) = 0;
/frameworks/av/media/libaudiohal/impl/
DEffectsFactoryHalHidl.h60 status_t allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) override;
DEffectsFactoryHalAidl.h60 status_t allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) override;
DEffectsFactoryHalHidl.cpp221 status_t EffectsFactoryHalHidl::allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) { in allocateBuffer() function in android::effect::EffectsFactoryHalHidl
DEffectsFactoryHalAidl.cpp212 status_t EffectsFactoryHalAidl::allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) { in allocateBuffer() function in android::effect::EffectsFactoryHalAidl
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp208 return me->allocateBuffer(buffer, portIndex, appPrivate, size); in AllocateBufferWrapper()
297 OMX_ERRORTYPE SoftOMXComponent::allocateBuffer( in allocateBuffer() function in android::SoftOMXComponent
DSimpleSoftOMXComponent.cpp298 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer( in allocateBuffer() function in android::SimpleSoftOMXComponent
DOMXNodeInstance.cpp1359 CLOG_ERROR(allocateBuffer, err, in useBuffer_l()
1743 CLOG_ERROR(allocateBuffer, err, BUFFER_FMT(portIndex, "%zu@", size)); in allocateSecureBuffer()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSimpleSoftOMXComponent.h134 virtual OMX_ERRORTYPE allocateBuffer(
DSoftOMXComponent.h83 virtual OMX_ERRORTYPE allocateBuffer(
/frameworks/av/media/codec2/hal/common/
DMultiAccessUnitHelper.cpp558 bool allocateBuffer = false) { in processWorklets() argument
573 if (allocateBuffer) { in processWorklets()
/frameworks/av/services/audioflinger/
DEffects.cpp3118 return mAfThreadCallback->getEffectsFactoryHal()->allocateBuffer(size, buffer); in allocateHalBuffer()
DThreads.cpp3782 status_t result = mAfThreadCallback->getEffectsFactoryHal()->allocateBuffer( in addEffectChain_l()
3831 mAfThreadCallback->getEffectsFactoryHal()->allocateBuffer( in addEffectChain_l()