Home
last modified time | relevance | path

Searched refs:CreateSurfaceAllocator (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davallocator.h97 …static std::shared_ptr<AVAllocator> CreateSurfaceAllocator(const struct BufferRequestConfig &confi…
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_surface_memory.cpp32 std::shared_ptr<AVAllocator> AVAllocatorFactory::CreateSurfaceAllocator(const BufferRequestConfig &… in CreateSurfaceAllocator() function in OHOS::Media::AVAllocatorFactory
H A Davbuffer.cpp53 allocator = AVAllocatorFactory::CreateSurfaceAllocator(*(config.surfaceBufferConfig)); in CreateAVBuffer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_func_unit_test.cpp984 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig);
1014 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG);
1042 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG);
1069 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG);
1105 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig);
1219 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig);
1258 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig);
H A Dbuffer_converter_unit_test.cpp76 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(config); in CreateSurfaceAVBuffer()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp729 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG);
749 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG);
H A Davbuffer_unit_test.cpp167 allocator_ = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in CreateLocalSurfaceMem()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp356 std::shared_ptr<AVAllocator> avAllocator = AVAllocatorFactory::CreateSurfaceAllocator(cfg); in CreateWaterMarkBuffer()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp721 AVAllocatorFactory::CreateSurfaceAllocator(sInfo_.requestConfig); in AllocateOutputBuffer()
786 AVAllocatorFactory::CreateSurfaceAllocator(sInfo_.requestConfig); in UpdateOutputBuffer()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp1142 auto allocator = Media::AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); in SetCustomBuffer()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp677 …std::shared_ptr<AVAllocator> avAllocator = AVAllocatorFactory::CreateSurfaceAllocator(requestCfg_); in AllocateAvSurfaceBuffers()