Searched refs:AllocateMem (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | basic_transformer.h | 113 …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 D | basic_transformer_test.cpp | 42 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 D | audio_spatial_channel_converter.h | 58 bool AllocateMem();
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | basic_transformer.cpp | 119 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 D | audio_spatial_channel_converter.cpp | 129 bool AudioSpatialChannelConverter::AllocateMem() in AllocateMem() function in OHOS::AudioStandard::AudioSpatialChannelConverter
|
H A D | renderer_in_client.cpp | 254 …(converter_ == nullptr || !converter_->Init(curStreamParams_, cfg) || !converter_->AllocateMem()) { in SetAudioStreamInfo()
|