Searched refs:GetUVHeight (Results 1 – 3 of 3) sorted by relevance
106 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function137 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()
64 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function263 uint32_t srcUHeight = static_cast<uint32_t>(GetUVHeight(yuvInfo.height)); in ScaleUVPlane()265 uint32_t dstUHeight = static_cast<uint32_t>(GetUVHeight(dstYHeight)); in ScaleUVPlane()
186 static int32_t GetUVHeight(int32_t height) in GetUVHeight() function889 GetUStride(width) * GetUVHeight(height) * TWO_SLICES); in GetImageSize()