Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h503 YuvPlaneArray<uint32_t> planePitch; member
Dformatutils.cpp626 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()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5657 *inputRowPitch = yuvInfo.planePitch[0]; in CalculateBufferInfo()