Searched refs:hasPixelConvert (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc.h | 51 uint32_t NeedScanlineFilter(const Rect &cropRect, const Size &srcSize, const bool &hasPixelConvert); 62 ScanlineFilter &scanlineFilter, bool hasPixelConvert);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 353 bool hasPixelConvert = HasPixelConvert(srcImageInfo, dstImageInfo); in ConvertProc() local 354 uint32_t ret = NeedScanlineFilter(cropRect, srcImageInfo.size, hasPixelConvert); in ConvertProc() 359 // we suppose a quick method to scanline in mostly seen cases: NO CROP && hasPixelConvert in ConvertProc() 361 dstImageInfo.pixelFormat == PixelFormat::ARGB_8888 && hasPixelConvert) { in ConvertProc() 368 SetScanlineCropAndConvert(cropRect, dstImageInfo, srcImageInfo, scanlineFilter, hasPixelConvert); in ConvertProc() 558 uint32_t PostProc::NeedScanlineFilter(const Rect &cropRect, const Size &srcSize, const bool &hasPixelConvert) in NeedScanlineFilter() argument 561 if (value == CropValue::NOCROP && !hasPixelConvert) { in NeedScanlineFilter() 698 ScanlineFilter &scanlineFilter, bool hasPixelConvert) in SetScanlineCropAndConvert() 700 if (hasPixelConvert) { in SetScanlineCropAndConvert() 697 SetScanlineCropAndConvert(const Rect &cropRect, ImageInfo &dstImageInfo, ImageInfo &srcImageInfo, ScanlineFilter &scanlineFilter, bool hasPixelConvert) SetScanlineCropAndConvert() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2666 bool hasPixelConvert = false; 2669 hasPixelConvert = true; 2672 if (value == CropValue::NOCROP && !hasPixelConvert) {
|
Completed in 7 milliseconds