Home
last modified time | relevance | path

Searched refs:dstYStride (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp161 int dstYStride = static_cast<int>(dstStrides.yStride); in NV12Rotate() local
168 dstY, dstYStride, dstUV, dstUVStride, dstWidth, dstHeight) == -1) { in NV12Rotate()
207 int32_t dstYStride = static_cast<int32_t>(dstStrides.yStride); in NV12P010Rotate() local
212 dstbufferY, dstYStride, dstbufferUV, dstUVStride, size.dstW, size.dstH) == -1) { in NV12P010Rotate()
262 YuvImageInfo &yuvInfo, uint32_t dstYStride, uint32_t dstYHeight, uint32_t dstYWidth) in ScaleUVPlane()
304 uint8_t *dstUV = dst + GetYSize(dstYStride, dstYHeight); in ScaleUVPlane()
308 if (dstYStride != dstYWidth) { in ScaleUVPlane()
309 dstUVStride = static_cast<int32_t>(dstYStride); in ScaleUVPlane()
439 int dstYStride = static_cast<int>(dstStrides.yStride); in ScaleYuv420() local
448 dstY, dstYStride, dstU in ScaleYuv420()
261 ScaleUVPlane(const uint8_t *src, uint8_t*dst, OpenSourceLibyuv::FilterMode filterMode, YuvImageInfo &yuvInfo, uint32_t dstYStride, uint32_t dstYHeight, uint32_t dstYWidth) ScaleUVPlane() argument
466 int dstYStride = static_cast<int>(dstStrides.yStride); ScaleYuv420() local
491 int dstYStride = static_cast<int>(dstStrides.yStride); FlipXaxis() local
512 int dstYStride = static_cast<int>(dstStrides.yStride); Mirror() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3811 int32_t dstYStride = dstWidth; in UpdateSdrYuvStrides() local
3814 int32_t dstUvOffset = dstYStride * dstHeight; in UpdateSdrYuvStrides()
3815 dstStrides = {dstYStride, dstUvStride, dstYOffset, dstUvOffset}; in UpdateSdrYuvStrides()

Completed in 8 milliseconds