Home
last modified time | relevance | path

Searched refs:YUVStrideInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dpixel_yuv_ext_utils.h47 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 Dpixel_yuv_utils.h76 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 Dpixel_yuv_ext_utils_test.cpp94 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 Dpixel_yuv_ext_utils.cpp135 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 Dpixel_yuv_utils.cpp221 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 Dpixel_yuv_ext.cpp157 YUVStrideInfo dstStrides; in scale()
185 YUVStrideInfo dstStrides; in scale()
228 YUVStrideInfo dstStrides; in rotate()
270 YUVStrideInfo dstStrides; in flip()
H A Dpixel_yuv.cpp236 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 Dpixel_map.cpp2980 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 Dimage_format_convert.cpp278 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()
739YUVStrideInfo strides = {destInfo.yStride, destInfo.uvStride, destInfo.yOffset, destInfo.uvOffset}; in MakeDestPixelMap()
789YUVStrideInfo strides = {destInfo.yStride, destInfo.uvStride, destInfo.yOffset, destInfo.uvOffset}; in MakeDestPixelMapUnique()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_format_convert.h67 YUVStrideInfo &strides);
H A Dpixel_yuv.h84 int32_t dstWidth, int32_t dstHeight, YUVStrideInfo &dstStrides);
H A Dimage_type.h242 struct YUVStrideInfo { struct
H A Dpixel_map.h248 YUVStrideInfo &strides);