Home
last modified time | relevance | path

Searched refs:plOpts (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_encoder_test.cpp56 PlEncodeOptions plOpts; variable
154 PlEncodeOptions plOpts; variable
182 PlEncodeOptions plOpts; variable
210 PlEncodeOptions plOpts; variable
240 PlEncodeOptions plOpts; variable
269 PlEncodeOptions plOpts; variable
297 PlEncodeOptions plOpts; variable
325 PlEncodeOptions plOpts; variable
353 PlEncodeOptions plOpts; variable
381 PlEncodeOptions plOpts; variable
[all …]
H A Dgif_encoder_test.cpp54 PlEncodeOptions plOpts; variable
58 gifEncoder->StartEncode(*stream.get(), plOpts);
152 PlEncodeOptions plOpts; variable
156 gifEncoder->StartEncode(*stream.get(), plOpts);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_packer.cpp137 PlEncodeOptions plOpts; in StartPackingImpl() local
138 CopyOptionsToPlugin(option, plOpts); in StartPackingImpl()
348 plOpts.delayTimes = opts.delayTimes; in CopyOptionsToPlugin()
349 plOpts.loop = opts.loop; in CopyOptionsToPlugin()
350 plOpts.numberHint = opts.numberHint; in CopyOptionsToPlugin()
351 plOpts.quality = opts.quality; in CopyOptionsToPlugin()
352 plOpts.format = opts.format; in CopyOptionsToPlugin()
353 plOpts.disposalTypes = opts.disposalTypes; in CopyOptionsToPlugin()
354 plOpts.needsPackProperties = opts.needsPackProperties; in CopyOptionsToPlugin()
355 plOpts.desiredDynamicRange = opts.desiredDynamicRange; in CopyOptionsToPlugin()
[all …]
H A Dimage_source.cpp2397 plOpts.CropRect.left = opts.CropRect.left; in CopyOptionsToPlugin()
2398 plOpts.CropRect.top = opts.CropRect.top; in CopyOptionsToPlugin()
2399 plOpts.CropRect.width = opts.CropRect.width; in CopyOptionsToPlugin()
2400 plOpts.CropRect.height = opts.CropRect.height; in CopyOptionsToPlugin()
2401 plOpts.desiredSize.width = opts.desiredSize.width; in CopyOptionsToPlugin()
2402 plOpts.desiredSize.height = opts.desiredSize.height; in CopyOptionsToPlugin()
2403 plOpts.rotateDegrees = opts.rotateDegrees; in CopyOptionsToPlugin()
2404 plOpts.sampleSize = opts.sampleSize; in CopyOptionsToPlugin()
2406 plOpts.desiredColorSpace = opts.desiredColorSpace; in CopyOptionsToPlugin()
2407 plOpts.allowPartialImage = opts.allowPartialImage; in CopyOptionsToPlugin()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp59 PixelDecodeOptions plOpts; in ExtDecoderFuncTest001() local
61 extDecoder->SetDecodeOptions(0, plOpts, plInfo); in ExtDecoderFuncTest001()
99 PixelDecodeOptions plOpts; in SvgDecoderFuncTest001() local
101 svgDecoder->SetDecodeOptions(0, plOpts, plInfo); in SvgDecoderFuncTest001()
112 svgDecoder->DoSetDecodeOptions(0, plOpts, plInfo); in SvgDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp89 PixelDecodeOptions plOpts; in PngDecoderFuncTest001() local
91 pngDecoder->SetDecodeOptions(0, plOpts, plInfo); in PngDecoderFuncTest001()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_packer.cpp121 void ImagePacker::CopyOptionsToPlugin(const PackOption &opts, PlEncodeOptions &plOpts) in CopyOptionsToPlugin() argument
H A Dmock_image_source.cpp276 void ImageSource::CopyOptionsToPlugin(const DecodeOptions &opts, PixelDecodeOptions &plOpts) in CopyOptionsToPlugin() argument
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_packer.h117 static void CopyOptionsToPlugin(const PackOption &opts, ImagePlugin::PlEncodeOptions &plOpts);
H A Dimage_source.h271 void CopyOptionsToPlugin(const DecodeOptions &opts, ImagePlugin::PixelDecodeOptions &plOpts);