Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_yuv.h81 std::unique_ptr<AbsMemory> CreateMemory(PixelFormat pixelFormat, std::string memoryTag,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp244 std::unique_ptr<AbsMemory> PixelYuv::CreateMemory(PixelFormat pixelFormat, std::string memoryTag, int32_t dstWidth, in CreateMemory() argument
254 MemoryData memoryData = {nullptr, pictureSize, memoryTag.c_str(), {dstWidth, dstHeight}, pixelFormat}; in CreateMemory()
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp761 std::string memoryTag = asyncContext->memoryTagHead + asyncContext->memoryTagTail; in CompleteCallback() local
762 MEDIA_LOGD("MediaAsyncContext Create 0x%{public}06" PRIXPTR " memoryTag = %{public}s", in CompleteCallback()
763 FAKE_POINTER(data), memoryTag.c_str()); in CompleteCallback()

Completed in 5 milliseconds