Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h56 std::shared_ptr<PixelMap> GetPixelMapEx() in GetPixelMapEx() function
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp498 …shared_ptr<PixelMap> lcdSource = isSourceEx ? data.source.GetPixelMapEx() : data.source.GetPixelMa… in SaveLcdPixelMapSource()
651 auto pixelMapEx = data.source.GetPixelMapEx(); in GenThumbnailEx()
H A Dthumbnail_utils.cpp2251 …std::shared_ptr<PixelMap> dataSource = isSourceEx ? data.source.GetPixelMapEx() : data.source.GetP… in ScaleThumbnailFromSource()