Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_yuv.h83 std::unique_ptr<AbsMemory> CreateMemory(PixelFormat pixelFormat, std::string memoryTag,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp266 std::unique_ptr<AbsMemory> PixelYuv::CreateMemory(PixelFormat pixelFormat, std::string memoryTag, i… in CreateMemory() argument
276 …MemoryData memoryData = {nullptr, pictureSize, memoryTag.c_str(), {dstWidth, dstHeight}, pixelForm… in CreateMemory()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp761 std::string memoryTag = asyncContext->memoryTagHead + asyncContext->memoryTagTail; in CompleteCallback() local
763 FAKE_POINTER(data), memoryTag.c_str()); in CompleteCallback()