/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | pixel_yuv_ext_utils.h | 47 uint8_t* dstPixels, YUVStrideInfo& dstStrides, OpenSourceLibyuv::RotationMode &rotateNum); 50 YuvImageInfo &yuvInfo, uint8_t *src, uint8_t *dst, YUVStrideInfo &dstStrides); 52 YuvImageInfo &yuvInfo, uint8_t *src, uint8_t *dst, YUVStrideInfo &dstStrides); 54 YUVStrideInfo &dstStrides, bool isReversed); 56 YUVStrideInfo &dstStrides); 58 OpenSourceLibyuv::RotationMode &rotateNum, uint8_t* dst, YUVStrideInfo &dstStrides);
|
H A D | pixel_yuv_utils.h | 76 YUVStrideInfo &dstStrides); 88 ImageInfo &info, YUVStrideInfo &dstStrides); 94 YUVStrideInfo &dstStrides); 102 uint8_t *dstPixels, XYaxis &xyAxis, ImageInfo &info, YUVStrideInfo &strides);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_yuv_ext_utils_test.cpp | 94 YUVStrideInfo dstStrides; 114 YUVStrideInfo dstStrides; 174 YUVStrideInfo dstStrides; 193 YUVStrideInfo dstStrides; 216 YUVStrideInfo dstStrides; 254 YUVStrideInfo dstStrides;
|
/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 | 221 static void FillRectFrameInfo(AVFrame *frame, uint8_t *pixels, const Rect &rect, YUVStrideInfo &inf… in FillRectFrameInfo() 342 const Rect &rect, YUVStrideInfo &strides) in CreateCropFilter() 362 static bool CropUpDataDstdata(uint8_t *dstData, AVFrame *dstFrame, const Rect &rect, YUVStrideInfo … in CropUpDataDstdata() 384 YUVStrideInfo &dstStrides) in YuvCrop() 736 YUVStrideInfo dstStrides = {rect.width, rect.width, 0, rect.width * rect.height}; in ReadYuvConvert() 745 YUVStrideInfo &dstStrides) in SetTranslateDataDefault() 975 uint8_t *dstPixels, XYaxis &xyAxis, ImageInfo &info, YUVStrideInfo &strides) in Yuv420SPTranslate() 1007 XYaxis &xyAxis, ImageInfo &info, YUVStrideInfo &strides) in P010Translate() 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() 185 YUVStrideInfo dstStrides; in scale() 228 YUVStrideInfo dstStrides; in rotate() 270 YUVStrideInfo dstStrides; in flip()
|
H A D | pixel_yuv.cpp | 236 static void GetYUVStrideInfo(int32_t pixelFmt, OH_NativeBuffer_Planes *planes, YUVStrideInfo &dstSt… in GetYUVStrideInfo() 267 int32_t dstHeight, YUVStrideInfo &dstStrides) in CreateMemory() 325 YUVStrideInfo dstStrides; in rotate() 358 YUVStrideInfo dstStrides; in crop() 420 YUVStrideInfo dstStrides; in scale() 458 YUVStrideInfo dstStrides; in scale() 496 YUVStrideInfo dstStrides; in flip() 721 YUVStrideInfo dstStrides; in translate()
|
H A D | pixel_map.cpp | 2980 void PixelMap::UpdateYUVDataInfo(PixelFormat format, int32_t width, int32_t height, YUVStrideInfo &… in UpdateYUVDataInfo()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 278 YUVStrideInfo dstStrides; in ConvertImageFormat() 460 static void GetYUVStrideInfo(int32_t pixelFmt, OH_NativeBuffer_Planes *planes, YUVStrideInfo &dstSt… in GetYUVStrideInfo() 491 … int32_t width, int32_t height, YUVStrideInfo &strides) in CreateMemory() 548 YUVStrideInfo dstStrides; in RGBConvertImageFormatOption() 599 YUVStrideInfo dstStrides; in RGBConvertImageFormatOptionUnique() 666 YUVStrideInfo dstStrides; in YUVConvertImageFormatOption() 739 …YUVStrideInfo strides = {destInfo.yStride, destInfo.uvStride, destInfo.yOffset, destInfo.uvOffset}; in MakeDestPixelMap() 789 …YUVStrideInfo strides = {destInfo.yStride, destInfo.uvStride, destInfo.yOffset, destInfo.uvOffset}; in MakeDestPixelMapUnique()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_format_convert.h | 67 YUVStrideInfo &strides);
|
H A D | pixel_yuv.h | 84 int32_t dstWidth, int32_t dstHeight, YUVStrideInfo &dstStrides);
|
H A D | image_type.h | 242 struct YUVStrideInfo { struct
|
H A D | pixel_map.h | 248 YUVStrideInfo &strides);
|