Home
last modified time | relevance | path

Searched defs:needScale (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp570 bool needScale = (param.dstWidth > 0 && param.dstHeight > 0) && in FetchFrameAtTime() local
586 bool needScale = (dstWidth > 0 && dstHeight > 0) && in ScalePixelMap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h504 bool needScale, std::function<void(const RefPtr<PixelMap>)>&& callback) in CreateThumbnailPixelMapAsyncTask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1649 RefPtr<PixelMap> RosenRenderContext::GetThumbnailPixelMap(bool needScale) in GetThumbnailPixelMap()
1676 bool needScale, std::function<void(const RefPtr<PixelMap>)>&& callback) in CreateThumbnailPixelMapAsyncTask()