Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h42 static CropValue GetCropValue(const Rect &rect, const Size &size);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp373 if (GetCropValue(cropRect, srcImageInfo.size) == CropValue::NOCROP && in ConvertProc()
575 CropValue value = GetCropValue(cropRect, srcSize); in NeedScanlineFilter()
672 CropValue PostProc::GetCropValue(const Rect &rect, const Size &size) in GetCropValue() function in OHOS::Media::PostProc
688 CropValue res = GetCropValue(rect, size); in ValidCropValue()
696 res = GetCropValue(rect, size); in ValidCropValue()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2697 CropValue value = PostProc::GetCropValue(cropRect, srcImageInfo.size); in ImageConverChange()