Home
last modified time | relevance | path

Searched defs:memoryTag (Results 1 – 2 of 2) sorted by relevance

/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()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp761 std::string memoryTag = asyncContext->memoryTagHead + asyncContext->memoryTagTail; in CompleteCallback() local