Searched refs:planePitch (Results 1 – 3 of 3) sorted by relevance
503 YuvPlaneArray<uint32_t> planePitch; member
626 planePitch[0] = planeExtent[0].width * planeBpp[0]; in YuvFormatInfo()627 planePitch[1] = planeExtent[1].width * planeBpp[1]; in YuvFormatInfo()628 planePitch[2] = planeExtent[2].width * planeBpp[2]; in YuvFormatInfo()631 planeSize[0] = planePitch[0] * planeExtent[0].height; in YuvFormatInfo()632 planeSize[1] = planePitch[1] * planeExtent[1].height; in YuvFormatInfo()633 planeSize[2] = planePitch[2] * planeExtent[2].height; in YuvFormatInfo()
5657 *inputRowPitch = yuvInfo.planePitch[0]; in CalculateBufferInfo()