Home
last modified time | relevance | path

Searched defs:srcRowBytes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_convert_adapter_test.cpp46 uint32_t srcRowBytes = 2; variable
89 uint32_t srcRowBytes = 1; variable
112 uint32_t srcRowBytes = 2; variable
155 uint32_t srcRowBytes = 1; variable
182 uint32_t srcRowBytes = 2; variable
208 uint32_t srcRowBytes = 2; variable
231 uint32_t srcRowBytes = 2; variable
274 uint32_t srcRowBytes = 2; variable
317 uint32_t srcRowBytes = 2; variable
360 uint32_t srcRowBytes = 2; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp433 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformRGBX() local
465 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformRgbA() local
497 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformBGRX() local
529 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformBGRA() local
561 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformBgrA() local
593 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformF16To8888() local
625 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformF16pTo8888() local
657 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformArgbToRgb() local
689 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformArgbToRgba() local
721 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformRGB565() local
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/
H A Dpixel_convert_adapter.cpp167 bool PixelConvertAdapter::WritePixelsConvert(const void *srcPixels, uint32_t srcRowBytes, const Ima… in WritePixelsConvert()
225 …vertAdapter::ReadPixelsConvert(const void *srcPixels, const Position &srcPos, uint32_t srcRowBytes, in ReadPixelsConvert()
253 bool PixelConvertAdapter::EraseBitmap(const void *srcPixels, uint32_t srcRowBytes, const ImageInfo … in EraseBitmap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp209 int32_t srcRowBytes = srcWidth * pixelBytes; in CopyPixels() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1785 uint32_t srcRowBytes = BGRA_BYTES; in WritePixel() local