Searched refs:dopts (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/ |
H A D | image_source_fuzz.cpp | 88 Media::DecodeOptions dopts; in CreateImageSourceByDataFuzz() local 89 imagesource->CreatePixelMap(dopts, errorCode); in CreateImageSourceByDataFuzz() 106 Media ::DecodeOptions dopts; in CreateImageSourceByFDEXFuzz() local 107 imagesource->CreatePixelMap(dopts, errorCode); in CreateImageSourceByFDEXFuzz() 122 Media ::DecodeOptions dopts; in CreateImageSourceByIstreamFuzz() local 125 imagesource->CreatePixelMap(dopts, errorCode); in CreateImageSourceByIstreamFuzz() 140 Media ::DecodeOptions dopts; in CreateImageSourceByPathNameFuzz() local 143 imagesource->CreatePixelMap(dopts, errorCode); in CreateImageSourceByPathNameFuzz() 159 Media ::DecodeOptions dopts; in CreateIncrementalPixelMapFuzz() local 162 imagesource->CreateIncrementalPixelMap(index, dopts, errorCode); in CreateIncrementalPixelMapFuzz()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
H A D | image_plugin_fuzz.cpp | 45 Media::DecodeOptions dopts; in ExtDecoderFuncTest001() local 46 imageSource->CreatePixelMap(dopts, errorCode); in ExtDecoderFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 4378 DecodeOptions dopts; in CreatePicture() local 4379 dopts.desiredPixelFormat = opts.desiredPixelFormat; in CreatePicture() 4380 dopts.allocatorType = opts.allocatorType; in CreatePicture() 4381 dopts.desiredDynamicRange = (ParseHdrType() && IsSingleHdrImage(sourceHdrType_)) ? in CreatePicture() 4383 dopts.editable = true; in CreatePicture() 4385 opts.desiredPixelFormat, dopts.allocatorType, dopts.desiredDynamicRange); in CreatePicture() 4386 std::shared_ptr<PixelMap> mainPixelMap = CreatePixelMap(dopts, errorCode); in CreatePicture()
|