Home
last modified time | relevance | path

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

/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davallocator.h97 static std::shared_ptr<AVAllocator> CreateSurfaceAllocator(const struct BufferRequestConfig &configs);
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_surface_memory.cpp32 std::shared_ptr<AVAllocator> AVAllocatorFactory::CreateSurfaceAllocator(const BufferRequestConfig &config) in CreateSurfaceAllocator() function in OHOS::Media::AVAllocatorFactory
H A Davbuffer.cpp53 allocator = AVAllocatorFactory::CreateSurfaceAllocator(*(config.surfaceBufferConfig)); in CreateAVBuffer()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_func_unit_test.cpp984 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); in HWTEST_P()
1014 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in HWTEST_P()
1042 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in HWTEST_P()
1069 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in HWTEST_P()
1105 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); in HWTEST_P()
1219 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); in HWTEST_P()
1258 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); in HWTEST_P()
H A Dbuffer_converter_unit_test.cpp76 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(config); in CreateSurfaceAVBuffer()
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp729 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in HWTEST_F()
749 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in HWTEST_F()
H A Davbuffer_unit_test.cpp167 allocator_ = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in CreateLocalSurfaceMem()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp354 std::shared_ptr<AVAllocator> avAllocator = AVAllocatorFactory::CreateSurfaceAllocator(cfg); in CreateWaterMarkBuffer()
356 TLOGE("CreateSurfaceAllocator failed"); in CreateWaterMarkBuffer()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp720 AVAllocatorFactory::CreateSurfaceAllocator(sInfo_.requestConfig); in AllocateOutputBuffer()
785 AVAllocatorFactory::CreateSurfaceAllocator(sInfo_.requestConfig); in UpdateOutputBuffer()
/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()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp677 std::shared_ptr<AVAllocator> avAllocator = AVAllocatorFactory::CreateSurfaceAllocator(requestCfg_); in AllocateAvSurfaceBuffers()
678 IF_TRUE_RETURN_VAL_WITH_MSG(avAllocator == nullptr, AVCS_ERR_INVALID_VAL, "CreateSurfaceAllocator failed"); in AllocateAvSurfaceBuffers()

Completed in 15 milliseconds