Searched refs:RotatePixelMap (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | photo_post_processor.cpp | 279 inline void RotatePixelMap(std::shared_ptr<Media::PixelMap> pixelMap, const std::string& exifOrientation) in RotatePixelMap() function 308 RotatePixelMap(picture->GetMainPixel(), orientation); in RotatePicture() 311 RotatePixelMap(gainMap->GetContentPixel(), orientation); in RotatePicture() 315 RotatePixelMap(depthMap->GetContentPixel(), orientation); in RotatePicture() 319 RotatePixelMap(unrefocusMap->GetContentPixel(), orientation); in RotatePicture() 323 RotatePixelMap(linearMap->GetContentPixel(), orientation); in RotatePicture()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc.h | 37 bool RotatePixelMap(float rotateDegrees, PixelMap &pixelMap);
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 1796 inline void RotatePixelMap(std::shared_ptr<Media::PixelMap> pixelMap, const std::string& exifOrientation) in RotatePixelMap() function 1825 RotatePixelMap(picture->GetMainPixel(), orientation); in RotatePicture() 1828 RotatePixelMap(gainMap->GetContentPixel(), orientation); in RotatePicture() 1832 RotatePixelMap(depthMap->GetContentPixel(), orientation); in RotatePicture()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 91 if (!RotatePixelMap(opts.rotateDegrees, pixelMap)) { in DecodePostProc() 584 bool PostProc::RotatePixelMap(float rotateDegrees, PixelMap &pixelMap) in RotatePixelMap() function in OHOS::Media::PostProc
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 560 * @tc.desc:RotatePixelMap 589 bool ret = postProc.RotatePixelMap(decodeOpts.rotateDegrees, *pixelMap); in HWTEST_F()
|
Completed in 10 milliseconds