Searched refs:BasicTransformer (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | basic_transformer_test.cpp | 40 BasicTransformer basicTransformer; 42 BasicTransformer::AllocateMem allocate = nullptr; 63 BasicTransformer basicTransformer; 82 BasicTransformer basicTransformer; 85 BasicTransformer::AllocateMem allocate = nullptr; 110 BasicTransformer basicTransformer; 113 BasicTransformer::AllocateMem allocate = nullptr; 142 BasicTransformer basicTransformer; 143 Media::BasicTransformer::AroundPos aroundPos; 147 Media::BasicTransformer::AroundPixels aroundPixels;
|
H A D | image_transform_test.cpp | 99 BasicTransformer trans; 164 BasicTransformer trans; 222 BasicTransformer trans; 279 BasicTransformer trans; 293 BasicTransformer trans; 309 BasicTransformer trans; 325 BasicTransformer trans; 341 BasicTransformer trans; 357 BasicTransformer trans; 373 BasicTransformer trans; [all …]
|
H A D | post_proc_test.cpp | 983 BasicTransformer trans;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | basic_transformer.cpp | 68 void BasicTransformer::ResetParam() in ResetParam() 75 void BasicTransformer::SetScaleParam(const float sx, const float sy) in SetScaleParam() 82 void BasicTransformer::SetTranslateParam(const float tx, const float ty) in SetTranslateParam() 89 void BasicTransformer::SetRotateParam(const float degrees, const float px, const float py) in SetRotateParam() 96 void BasicTransformer::GetDstDimension(const Size &srcSize, Size &dstSize) in GetDstDimension() 119 bool BasicTransformer::CheckAllocateBuffer(PixmapInfo &outPixmap, AllocateMem allocate, in CheckAllocateBuffer() 380 void BasicTransformer::GetAroundPixelRGB565(const AroundPos aroundPos, uint8_t *data, uint32_t rb, in GetAroundPixelRGB565() 392 void BasicTransformer::GetAroundPixelRGB888(const AroundPos aroundPos, uint8_t *data, uint32_t rb, in GetAroundPixelRGB888() 410 void BasicTransformer::GetAroundPixelRGBA(const AroundPos aroundPos, uint8_t *data, in GetAroundPixelRGBA() 421 void BasicTransformer::GetAroundPixelALPHA8(const AroundPos aroundPos, uint8_t *data, uint32_t rb, in GetAroundPixelALPHA8() [all …]
|
H A D | post_proc.cpp | 601 BasicTransformer trans; in RotatePixelMap() 633 BasicTransformer trans; in TranslatePixelMap() 641 bool PostProc::Transform(BasicTransformer &trans, const PixmapInfo &input, PixelMap &pixelMap) in Transform()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | basic_transformer.h | 111 class BasicTransformer { 115 BasicTransformer() in BasicTransformer() function 119 ~BasicTransformer() {} in ~BasicTransformer()
|
H A D | post_proc.h | 59 bool Transform(BasicTransformer &trans, const PixmapInfo &input, PixelMap &pixelMap);
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/ |
H A D | libimage_native.versionscript | 33 *BasicTransformer*;
|