Home
last modified time | relevance | path

Searched refs:rotateDegrees (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp65 decodeOpts.rotateDegrees = 90;
102 decodeOpts.rotateDegrees = 90;
140 decodeOpts.rotateDegrees = 90;
178 decodeOpts.rotateDegrees = 90;
215 decodeOpts.rotateDegrees = 90;
254 decodeOpts.rotateDegrees = 90;
293 decodeOpts.rotateDegrees = 90;
332 decodeOpts.rotateDegrees = 90;
454 decodeOpts.rotateDegrees = 90;
583 decodeOpts.rotateDegrees = 90;
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_webp_test.cpp394 decodeOpts.rotateDegrees = 180;
588 decodeOpts.rotateDegrees = 90;
612 decodeOpts.rotateDegrees = 180;
642 decodeOpts.rotateDegrees = 180;
H A Dimage_source_heif_test.cpp249 decodeOpts.rotateDegrees = 90;
826 decodeOpts.rotateDegrees = 90;
H A Dimage_source_test.cpp1213 opt.rotateDegrees = 1;
1216 opt.rotateDegrees = 0;
H A Dimage_source_jpeg_test.cpp270 decodeOpts.rotateDegrees = 90;
1043 decodeOpts.rotateDegrees = 90;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h165 float rotateDegrees = 0; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h37 bool RotatePixelMap(float rotateDegrees, PixelMap &pixelMap);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h109 float rotateDegrees = 0; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp89 bool isNeedRotate = !ImageUtils::FloatCompareZero(opts.rotateDegrees); in DecodePostProc()
91 if (!RotatePixelMap(opts.rotateDegrees, pixelMap)) { in DecodePostProc()
599 bool PostProc::RotatePixelMap(float rotateDegrees, PixelMap &pixelMap) in RotatePixelMap() argument
605 trans.SetRotateParam(rotateDegrees, static_cast<float>(input.imageInfo.size.width) * FHALF, in RotatePixelMap()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h312 float rotateDegrees = 0; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h50 float rotateDegrees; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1034 if (!ImageUtils::FloatCompareZero(opts_.rotateDegrees)) { in CreatePixelMapByInfos()
1035 pixelMap->rotate(opts_.rotateDegrees); in CreatePixelMapByInfos()
1052 options.rotate = opts.rotateDegrees; in SetDecodeInfoOptions()
1077 options.rotate = opts.rotateDegrees; in SetDecodeInfoOptions()
2403 plOpts.rotateDegrees = opts.rotateDegrees; in CopyOptionsToPlugin()
2433 procOpts.rotateDegrees = opts.rotateDegrees; in CopyOptionsToProcOpts()
2652 bool rotateChange = !ImageUtils::FloatCompareZero(opts.rotateDegrees); in GetFinalOutputStep()
2912 if (!ImageUtils::FloatCompareZero(opts_.rotateDegrees)) { in CreatePixelMapForYUV()
2913 pixelMap->rotate(opts_.rotateDegrees); in CreatePixelMapForYUV()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp409 decodeOpts.rotateDegrees = opts.rotateDegrees; in ParseCDecodingOptions()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp425 opts->rotateDegrees = static_cast<float>(opts->rotateNewDegrees); in ParseDecodeOptions()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1129 opts->rotateDegrees = static_cast<float>(opts->rotateNewDegrees); in ParseDecodeOptions()