Home
last modified time | relevance | path

Searched defs:CreateAVMemory (Results 1 – 12 of 12) sorted by relevance

/foundation/multimedia/player_framework/test/unittest/avmetadatahelper_impl_unittest/mock/
Dmock_avbuffer.h91 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
99 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/player_framework/test/unittest/lpp_unit_test/module/lpp_video_dec_adapter_unit_test/mock/
Davbuffer_consumer_mock.h81 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
89 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/audio_sink_unit_test/mock/
Davbuffer.h108 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
116 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/surface_decoder_filter_unittest/mock/
Davbuffer.h116 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
124 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/surface_decoder_adapter_unittest/mock/mock/
Davbuffer.h115 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
123 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/decoder_surface_filter_unittest/mock/
Davbuffer.h116 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
124 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/sei_parser_helper_unittest/mock/
Davbuffer.h116 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
124 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/player_framework/test/unittest/avmetadata_helper_unittest/mock/
Davbuffer.h108 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
116 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/metadata_filter_unittest/mock/
Davbuffer.h116 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
124 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/media_demuxer_pts_functions_unittest/mock/
Davbuffer.h116 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
124 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/av_codec/test/unittest/media_demuxer_ext_test/mock/
Davbuffer.h112 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function
120 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
Davmemory.cpp61 std::shared_ptr<AVMemory> AVMemory::CreateAVMemory(std::shared_ptr<AVAllocator> allocator, int32_t … in CreateAVMemory() function in OHOS::Media::AVMemory
96 std::shared_ptr<AVMemory> AVMemory::CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() function in OHOS::Media::AVMemory
107 std::shared_ptr<AVMemory> AVMemory::CreateAVMemory(MessageParcel &parcel, bool isSurfaceBuffer) in CreateAVMemory() function in OHOS::Media::AVMemory
150 std::shared_ptr<AVMemory> AVMemory::CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer) in CreateAVMemory() function in OHOS::Media::AVMemory