Home
last modified time | relevance | path

Searched refs:RotatePixelMap (Results 1 - 5 of 5) sorted by relevance

/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& 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 Dpost_proc.h37 bool RotatePixelMap(float rotateDegrees, PixelMap &pixelMap);
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1796 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 Dpost_proc.cpp91 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 Dpost_proc_test.cpp560 * @tc.desc:RotatePixelMap
589 bool ret = postProc.RotatePixelMap(decodeOpts.rotateDegrees, *pixelMap); in HWTEST_F()

Completed in 10 milliseconds