Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds