Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp65 decodeOpts.rotateDegrees = 90; in HWTEST_F()
102 decodeOpts.rotateDegrees = 90; in HWTEST_F()
140 decodeOpts.rotateDegrees = 90; in HWTEST_F()
178 decodeOpts.rotateDegrees = 90; in HWTEST_F()
215 decodeOpts.rotateDegrees = 90; in HWTEST_F()
254 decodeOpts.rotateDegrees = 90; in HWTEST_F()
293 decodeOpts.rotateDegrees = 90; in HWTEST_F()
332 decodeOpts.rotateDegrees = 90; in HWTEST_F()
454 decodeOpts.rotateDegrees = 90; in HWTEST_F()
583 decodeOpts.rotateDegrees in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_webp_test.cpp394 decodeOpts.rotateDegrees = 180; in HWTEST_F()
588 decodeOpts.rotateDegrees = 90; in HWTEST_F()
612 decodeOpts.rotateDegrees = 180; in HWTEST_F()
642 decodeOpts.rotateDegrees = 180; in HWTEST_F()
H A Dimage_source_heif_test.cpp249 decodeOpts.rotateDegrees = 90; in HWTEST_F()
826 decodeOpts.rotateDegrees = 90; in HWTEST_F()
H A Dimage_source_test.cpp1214 opt.rotateDegrees = 1; in HWTEST_F()
1217 opt.rotateDegrees = 0; in HWTEST_F()
H A Dimage_source_jpeg_test.cpp270 decodeOpts.rotateDegrees = 90; in HWTEST_F()
1043 decodeOpts.rotateDegrees = 90; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h167 float rotateDegrees = 0; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h37 bool RotatePixelMap(float rotateDegrees, PixelMap &pixelMap);
/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h109 float rotateDegrees = 0; member
/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()
584 bool PostProc::RotatePixelMap(float rotateDegrees, PixelMap &pixelMap) in RotatePixelMap() argument
590 trans.SetRotateParam(rotateDegrees, static_cast<float>(input.imageInfo.size.width) * FHALF, in RotatePixelMap()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h311 float rotateDegrees = 0; member
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h57 float rotateDegrees; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1029 // rotateDegrees and rotateNewDegrees
1030 if (!ImageUtils::FloatCompareZero(opts_.rotateDegrees)) {
1031 pixelMap->rotate(opts_.rotateDegrees);
1048 options.rotate = opts.rotateDegrees;
1073 options.rotate = opts.rotateDegrees;
2382 plOpts.rotateDegrees = opts.rotateDegrees;
2412 procOpts.rotateDegrees = opts.rotateDegrees;
2628 bool rotateChange = !ImageUtils::FloatCompareZero(opts.rotateDegrees);
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp457 opts->rotateDegrees = static_cast<float>(opts->rotateNewDegrees); in ParseDecodeOptions()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp420 decodeOpts.rotateDegrees = opts.rotateDegrees; in ParseCDecodingOptions()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1123 opts->rotateDegrees = static_cast<float>(opts->rotateNewDegrees); in ParseDecodeOptions()

Completed in 31 milliseconds