Home
last modified time | relevance | path

Searched refs:needScale (Results 1 - 4 of 4) 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
731 if (needScale) { in FetchFrameAtTime()
744 bool needScale = (dstWidth > 0 && dstHeight > 0) && in ScalePixelMap() local
747 CHECK_AND_RETURN(needScale); in ScalePixelMap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h503 virtual RefPtr<PixelMap> GetThumbnailPixelMap(bool needScale = false) in GetThumbnailPixelMap()
510 bool needScale, std::function<void(const RefPtr<PixelMap>)>&& callback) in CreateThumbnailPixelMapAsyncTask()
509 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.h365 RefPtr<PixelMap> GetThumbnailPixelMap(bool needScale = false) override;
368 bool needScale, std::function<void(const RefPtr<PixelMap>)> &&callback) override;
H A Drosen_render_context.cpp1650 RefPtr<PixelMap> RosenRenderContext::GetThumbnailPixelMap(bool needScale) in GetThumbnailPixelMap() argument
1659 if (needScale) { in GetThumbnailPixelMap()
1677 bool needScale, std::function<void(const RefPtr<PixelMap>)>&& callback) in CreateThumbnailPixelMapAsyncTask()
1685 if (needScale) { in CreateThumbnailPixelMapAsyncTask()
1676 CreateThumbnailPixelMapAsyncTask( bool needScale, std::function<void(const RefPtr<PixelMap>)>&& callback) CreateThumbnailPixelMapAsyncTask() argument

Completed in 19 milliseconds