Home
last modified time | relevance | path

Searched refs:AllocSurfaceBuffer (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dsurface_memory.cpp33 AllocSurfaceBuffer(); in SurfaceMemory()
49 void SurfaceMemory::AllocSurfaceBuffer() in AllocSurfaceBuffer() function in OHOS::Media::Plugin::SurfaceMemory
55 surfaceBuffer_ = surfaceAllocator_->AllocSurfaceBuffer(); in AllocSurfaceBuffer()
64 MEDIA_LOG_DD("AllocSurfaceBuffer failed."); in AllocSurfaceBuffer()
74 AllocSurfaceBuffer(); in GetSurfaceBuffer()
H A Dsurface_allocator.cpp54 sptr<SurfaceBuffer> SurfaceAllocator::AllocSurfaceBuffer() in AllocSurfaceBuffer() function in OHOS::Media::Plugin::SurfaceAllocator
/foundation/multimedia/media_foundation/src/common/
H A Dsurface_memory.cpp40 AllocSurfaceBuffer(); in SurfaceMemory()
56 void SurfaceMemory::AllocSurfaceBuffer() in AllocSurfaceBuffer() function in OHOS::Media::Plugins::SurfaceMemory
62 surfaceBuffer_ = surfaceAllocator_->AllocSurfaceBuffer(); in AllocSurfaceBuffer()
71 MEDIA_LOG_DD("AllocSurfaceBuffer failed."); in AllocSurfaceBuffer()
81 AllocSurfaceBuffer(); in GetSurfaceBuffer()
H A Dsurface_allocator.h34 sptr<SurfaceBuffer> AllocSurfaceBuffer();
H A Dsurface_memory.h52 void AllocSurfaceBuffer();
H A Dsurface_allocator.cpp58 sptr<SurfaceBuffer> SurfaceAllocator::AllocSurfaceBuffer() in AllocSurfaceBuffer() function in OHOS::Media::Plugins::SurfaceAllocator
/foundation/multimedia/av_codec/services/engine/common/include/
H A Dfsurface_memory.h46 AllocSurfaceBuffer(); in FSurfaceMemory()
49 void AllocSurfaceBuffer();
/foundation/multimedia/av_codec/services/engine/common/
H A Dfsurface_memory.cpp31 void FSurfaceMemory::AllocSurfaceBuffer() in AllocSurfaceBuffer() function in OHOS::MediaAVCodec::FSurfaceMemory
60 AllocSurfaceBuffer(); in GetSurfaceBuffer()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dsurface_memory.h51 void AllocSurfaceBuffer();
H A Dsurface_allocator.h34 sptr<SurfaceBuffer> AllocSurfaceBuffer();
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_converter.cpp60 SurfaceBuffer *AllocSurfaceBuffer(std::vector<std::shared_ptr<MemoryData>> &memoryDataArray, MemoryInfo &allocMemInfo, in AllocSurfaceBuffer() function
64 EFFECT_LOGD("AllocSurfaceBuffer: Alloc surface buffer memory! w=%{public}d, h=%{public}d, format=%{public}d", in AllocSurfaceBuffer()
68 CHECK_AND_RETURN_RET_LOG(absMemory != nullptr, nullptr, "AllocSurfaceBuffer: absMemory is null!"); in AllocSurfaceBuffer()
70 CHECK_AND_RETURN_RET_LOG(memoryData != nullptr, nullptr, "AllocSurfaceBuffer: memoryData is null!"); in AllocSurfaceBuffer()
73 CHECK_AND_RETURN_RET_LOG(surfaceBuffer != nullptr, nullptr, "AllocSurfaceBuffer: extra info is null!"); in AllocSurfaceBuffer()
91 SurfaceBuffer *sb = AllocSurfaceBuffer(memoryDataArray, allocMemInfo, type, colorSpaceType); in AllocSdrSurfaceBuffer()
111 SurfaceBuffer *sb = AllocSurfaceBuffer(memoryDataArray, allocMemInfo, type, colorSpaceType); in AllocGainmapSurfaceBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp228 static sptr<SurfaceBuffer> AllocSurfaceBuffer(Size &size, int32_t format, uint32_t &errorCode) in AllocSurfaceBuffer() function
391 sptr<SurfaceBuffer> surfaceBuffer = AllocSurfaceBuffer(size, GRAPHIC_PIXEL_FMT_RGBA16_FLOAT, errorCode); in GenerateJpegAuxiliaryPicture()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp623 static sptr<SurfaceBuffer> AllocSurfaceBuffer(int32_t width, int32_t height, in AllocSurfaceBuffer() function
663 sptr<SurfaceBuffer> surfaceBuffer = AllocSurfaceBuffer(width, height, graphicFormat); in ConvertToSurfaceBuffer()
1031 sptr<SurfaceBuffer> baseSptr = AllocSurfaceBuffer(baseInfo.width(), baseInfo.height()); in EncodeDualVivid()
1032 sptr<SurfaceBuffer> gainMapSptr = AllocSurfaceBuffer(gainmapInfo.width(), gainmapInfo.height()); in EncodeDualVivid()
1078 sptr<SurfaceBuffer> baseSptr = AllocSurfaceBuffer(baseInfo.width(), baseInfo.height()); in EncodeSdrImage()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3544 static uint32_t AllocSurfaceBuffer(DecodeContext &context, uint32_t format)
3701 uint32_t res = AllocSurfaceBuffer(sdrCtx, allocFormat);
4137 uint32_t res = AllocSurfaceBuffer(hdrCtx, GRAPHIC_PIXEL_FMT_RGBA_1010102);
4166 uint32_t res = AllocSurfaceBuffer(aisrCtx, input->GetFormat());

Completed in 12 milliseconds