Searched refs:fitDensity (Results 1 - 14 of 14) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_dfx.h | 41 int32_t fitDensity; member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_dfx.cpp | 99 "FIT_DENSITY", options.fitDensity, in ReportDecodeFault() 153 { .name = "FIT_DENSITY", .t = HISYSEVENT_INT32, .v = { .i32 = options.fitDensity } }, in ReportDecodeInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | image_type.h | 163 int32_t fitDensity = 0; member
|
/foundation/multimedia/image_framework/interfaces/kits/native/include/ |
H A D | image_source_mdk.h | 256 int32_t fitDensity;
member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1002 errorCode = UpdatePixelMapInfo(opts_, plInfo, *(pixelMap.get()), opts_.fitDensity, true); 1026 ResizeCropPixelmap(*pixelMap, sourceInfo_.baseDensity, opts_.fitDensity, opts_.desiredSize); 1060 options.fitDensity = opts.fitDensity; 1085 options.fitDensity = opts.fitDensity; 2350 PixelMap &pixelMap, int32_t fitDensity, bool isReUsed) 2356 if (fitDensity != INT_ZERO) { 2357 info.baseDensity = fitDensity; 2405 procOpts.fitDensity [all...] |
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_type.h | 307 int32_t fitDensity = 0; member
|
H A D | image_source.h | 281 PixelMap &pixelMap, int32_t fitDensity, bool isReUsed = false);
|
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_ffi.h | 54 int32_t fitDensity; member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 106 int targetWidth = (pixelMap.GetWidth() * opts.fitDensity + (info.baseDensity >> 1)) / info.baseDensity; in DecodePostProc() 107 int targetHeight = (pixelMap.GetHeight() * opts.fitDensity + (info.baseDensity >> 1)) / info.baseDensity; in DecodePostProc() 115 info.baseDensity = opts.fitDensity; in DecodePostProc()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_mdk_kits.cpp | 76 decOps.fitDensity = ops->fitDensity; in ParseDecodingOps()
|
H A D | image_source_napi.cpp | 1070 if (!GET_INT32_BY_NAME(root, "fitDensity", opts->fitDensity)) { in ParseDecodeOptions2() 1071 IMAGE_LOGD("no fitDensity"); in ParseDecodeOptions2()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 404 if (!GET_INT32_BY_NAME(root, "fitDensity", opts->fitDensity)) {
in ParseDecodeOptions2() 405 IMAGE_LOGD("no fitDensity");
in ParseDecodeOptions2()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 407 decodeOpts.fitDensity = opts.fitDensity; in ParseCDecodingOptions()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 1249 opt.fitDensity = 2;
in HWTEST_F()
|
Completed in 23 milliseconds