Searched refs:RotatePixelMap (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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& exifOrient… 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()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc.h | 37 bool RotatePixelMap(float rotateDegrees, PixelMap &pixelMap);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 91 if (!RotatePixelMap(opts.rotateDegrees, pixelMap)) { in DecodePostProc() 599 bool PostProc::RotatePixelMap(float rotateDegrees, PixelMap &pixelMap) in RotatePixelMap() function in OHOS::Media::PostProc
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 2003 inline void RotatePixelMap(std::shared_ptr<Media::PixelMap> pixelMap, const std::string& exifOrient… in RotatePixelMap() function 2032 RotatePixelMap(picture->GetMainPixel(), orientation); in RotatePicture() 2035 RotatePixelMap(gainMap->GetContentPixel(), orientation); in RotatePicture() 2039 RotatePixelMap(depthMap->GetContentPixel(), orientation); in RotatePicture()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 589 bool ret = postProc.RotatePixelMap(decodeOpts.rotateDegrees, *pixelMap);
|