Searched defs:dstStrides (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_yuv_ext_utils_test.cpp | 94 YUVStrideInfo dstStrides; variable 114 YUVStrideInfo dstStrides; variable 174 YUVStrideInfo dstStrides; variable 193 YUVStrideInfo dstStrides; variable 216 YUVStrideInfo dstStrides; variable 254 YUVStrideInfo dstStrides; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_ext_utils.cpp | 135 OpenSourceLibyuv::RotationMode &rotateNum, uint8_t* dst, YUVStrideInfo &dstStrides) in NV12Rotate() 174 OpenSourceLibyuv::RotationMode& rotateNum, YUVStrideInfo& dstStrides) in NV12P010Rotate() 218 …Size& dstSize, uint8_t* dstPixels, YUVStrideInfo& dstStrides, OpenSourceLibyuv::RotationMode &rota… in YuvRotate() 327 OpenSourceLibyuv::FilterMode &filterMode, YuvImageInfo &yuvInfo, YUVStrideInfo &dstStrides) in ScaleP010() 373 YuvImageInfo &yuvInfo, uint8_t *src, uint8_t *dst, YUVStrideInfo &dstStrides) in ScaleYuv420() 402 YuvImageInfo &yuvInfo, uint8_t *src, uint8_t *dst, YUVStrideInfo &dstStrides) in ScaleYuv420() 429 YUVDataInfo &info, YUVStrideInfo &dstStrides) in FlipXaxis() 450 YUVStrideInfo &dstStrides, bool isReversed) in Mirror()
|
H A D | pixel_yuv_utils.cpp | 384 YUVStrideInfo &dstStrides) in YuvCrop() 736 YUVStrideInfo dstStrides = {rect.width, rect.width, 0, rect.width * rect.height}; in ReadYuvConvert() local 745 YUVStrideInfo &dstStrides) in SetTranslateDataDefault() 1042 ImageInfo &info, YUVStrideInfo &dstStrides) in YuvTranslate()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv_ext.cpp | 157 YUVStrideInfo dstStrides; in scale() local 185 YUVStrideInfo dstStrides; in scale() local 228 YUVStrideInfo dstStrides; in rotate() local 270 YUVStrideInfo dstStrides; in flip() local
|
H A D | pixel_yuv.cpp | 236 … void GetYUVStrideInfo(int32_t pixelFmt, OH_NativeBuffer_Planes *planes, YUVStrideInfo &dstStrides) in GetYUVStrideInfo() 267 int32_t dstHeight, YUVStrideInfo &dstStrides) in CreateMemory() 325 YUVStrideInfo dstStrides; in rotate() local 358 YUVStrideInfo dstStrides; in crop() local 420 YUVStrideInfo dstStrides; in scale() local 458 YUVStrideInfo dstStrides; in scale() local 496 YUVStrideInfo dstStrides; in flip() local 721 YUVStrideInfo dstStrides; in translate() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 278 YUVStrideInfo dstStrides; in ConvertImageFormat() local 460 … void GetYUVStrideInfo(int32_t pixelFmt, OH_NativeBuffer_Planes *planes, YUVStrideInfo &dstStrides) in GetYUVStrideInfo() 548 YUVStrideInfo dstStrides; in RGBConvertImageFormatOption() local 599 YUVStrideInfo dstStrides; in RGBConvertImageFormatOptionUnique() local 666 YUVStrideInfo dstStrides; in YUVConvertImageFormatOption() local
|