Home
last modified time | relevance | path

Searched refs:AllocateMem (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dbasic_transformer.h113 …using AllocateMem = uint8_t *(*)(const Size &size, const uint64_t bufferSize, int &fd, uint32_t un…
148 …uint32_t TransformPixmap(const PixmapInfo &inPixmap, PixmapInfo &outPixmap, AllocateMem allocate =…
172 …bool CheckAllocateBuffer(PixmapInfo &outPixmap, AllocateMem allocate, int &fd, uint64_t &bufferSiz…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dbasic_transformer_test.cpp42 BasicTransformer::AllocateMem allocate = nullptr;
85 BasicTransformer::AllocateMem allocate = nullptr;
113 BasicTransformer::AllocateMem allocate = nullptr;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_spatial_channel_converter.h58 bool AllocateMem();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp119 bool BasicTransformer::CheckAllocateBuffer(PixmapInfo &outPixmap, AllocateMem allocate, in CheckAllocateBuffer()
162 …ansformer::TransformPixmap(const PixmapInfo &inPixmap, PixmapInfo &outPixmap, AllocateMem allocate) in TransformPixmap()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp129 bool AudioSpatialChannelConverter::AllocateMem() in AllocateMem() function in OHOS::AudioStandard::AudioSpatialChannelConverter
H A Drenderer_in_client.cpp254 …(converter_ == nullptr || !converter_->Init(curStreamParams_, cfg) || !converter_->AllocateMem()) { in SetAudioStreamInfo()