Home
last modified time | relevance | path

Searched refs:GetUStride (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp60 static int32_t GetUStride(int32_t width) in GetUStride() function
151 int tmpUStride = GetUStride(size.dstW); in NV12Rotate()
152 int tmpVStride = GetUStride(size.dstW); in NV12Rotate()
188 dstY, info.yStride, dstU, GetUStride(info.yStride), in NV12P010Rotate()
189 dstV, GetUStride(info.yStride), size.srcW, size.srcH) == -1) { in NV12P010Rotate()
199 if (converter.I010Rotate(dstY, info.yStride, dstU, GetUStride(info.yStride), in NV12P010Rotate()
200 dstV, GetUStride(info.yStride), rotateY, size.dstW, rotateU, GetUStride(size.dstW), in NV12P010Rotate()
201 rotateV, GetUStride(size.dstW), size.srcW, size.srcH, rotateNum) == -1) { in NV12P010Rotate()
211 if (converter.I010ToP010(rotateY, size.dstW, rotateU, GetUStride(siz in NV12P010Rotate()
[all...]
H A Dpixel_yuv_utils.cpp101 static int32_t GetUStride(int32_t width) in GetUStride() function
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp181 static int32_t GetUStride(int32_t width) in GetUStride() function
859 GetUStride(width) * GetUVHeight(height) * TWO_SLICES); in GetImageSize()

Completed in 5 milliseconds