Home
last modified time | relevance | path

Searched refs:fitDensity (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h41 int32_t fitDensity; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp99 "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 Dimage_type.h163 int32_t fitDensity = 0; member
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_source_mdk.h256 int32_t fitDensity; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1002 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 Dimage_type.h307 int32_t fitDensity = 0; member
H A Dimage_source.h281 PixelMap &pixelMap, int32_t fitDensity, bool isReUsed = false);
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h54 int32_t fitDensity; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp106 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 Dimage_source_mdk_kits.cpp76 decOps.fitDensity = ops->fitDensity; in ParseDecodingOps()
H A Dimage_source_napi.cpp1070 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 Dsendable_image_source_napi.cpp404 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 Dimage_ffi.cpp407 decodeOpts.fitDensity = opts.fitDensity; in ParseCDecodingOptions()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1249 opt.fitDensity = 2; in HWTEST_F()

Completed in 23 milliseconds