Home
last modified time | relevance | path

Searched refs:GetUVHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_utils.cpp106 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function
137 for (int i = 0; i < GetUVHeight(size.height); ++i) { in WriteDataNV12Convert()
164 for (int i = 0; i < GetUVHeight(size.height); ++i) { in WriteDataNV12P010Convert()
748 auto uvSizeNormal = static_cast<int32_t>(dstStrides.uvStride) * GetUVHeight(height); in SetTranslateDataDefault()
850 for (int32_t y = 0; y < GetUVHeight(info.size.height); y++) { in Yuv420SPWritePixels()
879 for (int32_t y = 0; y < GetUVHeight(info.size.height); y++) { in P010WritePixels()
1026 for (int32_t y = 0; y < GetUVHeight(yuvInfo.yHeight); y++) { in P010Translate()
1029 int32_t newY = y + GetUVHeight(xyAxis.yAxis); in P010Translate()
1031 newY >= 0 && newY < GetUVHeight(yuvInfo.yHeight + xyAxis.yAxis)) { in P010Translate()
H A Dpixel_yuv_ext_utils.cpp64 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function
263 uint32_t srcUHeight = static_cast<uint32_t>(GetUVHeight(yuvInfo.height)); in ScaleUVPlane()
265 uint32_t dstUHeight = static_cast<uint32_t>(GetUVHeight(dstYHeight)); in ScaleUVPlane()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp186 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function
889 GetUStride(width) * GetUVHeight(height) * TWO_SLICES); in GetImageSize()