Home
last modified time | relevance | path

Searched refs:allocateBuffer (Results 1 – 12 of 12) 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()
51 std::vector<uint8_t> buffer = allocateBuffer<T, arg>(t); in writeToBuffer()
/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp115 static std::shared_ptr<ExternalTexture> allocateBuffer(RenderEngine& re, uint32_t width, in allocateBuffer() function
135 auto texture = allocateBuffer(re, width, height, extraUsageFlags, name); in copyBuffer()
181 auto outputBuffer = allocateBuffer(re, width, height); in benchDrawLayers()
221 allocateBuffer(*re, width, height, GRALLOC_USAGE_SW_WRITE_OFTEN, "decoded_source"); in BM_blur()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DEffectsFactoryHalInterface.h56 virtual status_t allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) = 0;
/frameworks/av/media/libaudiohal/impl/
DEffectsFactoryHalHidl.h64 status_t allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) override;
DEffectsFactoryHalHidl.cpp215 status_t EffectsFactoryHalHidl::allocateBuffer(size_t size, sp<EffectBufferHalInterface>* buffer) { in allocateBuffer() function in android::effect::EffectsFactoryHalHidl
/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.cpp1313 CLOG_ERROR(allocateBuffer, err, in useBuffer_l()
1697 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/services/audioflinger/
DEffects.cpp2966 return mAudioFlinger.mEffectsFactoryHal->allocateBuffer(size, buffer); in allocateHalBuffer()
DThreads.cpp3518 status_t result = mAudioFlinger->mEffectsFactoryHal->allocateBuffer( in addEffectChain_l()
3568 status_t result = mAudioFlinger->mEffectsFactoryHal->allocateBuffer( in addEffectChain_l()