Home
last modified time | relevance | path

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

/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 < GetUVHeight(yuvInfo.yHeight + xyAxis.yAxis)) { in P010Translate()
H A Dpixel_yuv_ext_utils.cpp65 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function
265 uint32_t srcUHeight = static_cast<uint32_t>(GetUVHeight(yuvInfo.height)); in ScaleUVPlane()
267 uint32_t dstUHeight = static_cast<uint32_t>(GetUVHeight(dstYHeight)); in ScaleUVPlane()
339 for (uint32_t y = 0; y < static_cast<uint32_t>(GetUVHeight(yHeight)); y++) { in CopyP010Pixels()
404 std::make_unique<uint16_t[]>(GetImageSize(dst_width, dst_height + GetUVHeight(dst_height))); in ScaleP010()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp186 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function
859 GetUStride(width) * GetUVHeight(height) * TWO_SLICES); in GetImageSize()

Completed in 6 milliseconds