Home
last modified time | relevance | path

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 Dphoto_post_processor.cpp279 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 Dpost_proc.h37 bool RotatePixelMap(float rotateDegrees, PixelMap &pixelMap);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp91 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 Dhcapture_session.cpp2003 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 Dpost_proc_test.cpp589 bool ret = postProc.RotatePixelMap(decodeOpts.rotateDegrees, *pixelMap);