Home
last modified time | relevance | path

Searched refs:CreateAVMemory (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davbuffer.h259 static std::shared_ptr<AVMemory> CreateAVMemory(std::shared_ptr<AVAllocator> allocator,
261 static std::shared_ptr<AVMemory> CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size);
262 …static std::shared_ptr<AVMemory> CreateAVMemory(MessageParcel &parcel, bool isSurfaceBuffer = fals…
263 static std::shared_ptr<AVMemory> CreateAVMemory(sptr<SurfaceBuffer> surfaceBuffer);
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davbuffer.cpp175 memory_ = AVMemory::CreateAVMemory(allocator, capacity, align); in Init()
182 memory_ = AVMemory::CreateAVMemory(ptr, capacity, size); in Init()
189 memory_ = AVMemory::CreateAVMemory(surfaceBuffer); in Init()
231 memory_ = AVMemory::CreateAVMemory(parcel, true); in ReadFromMessageParcel()
255 memory_ = AVMemory::CreateAVMemory(parcel, false); in ReadFromMessageParcel()
H A 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