Searched refs:planeBpp (Results 1 – 2 of 2) sorted by relevance
501 YuvPlaneArray<uint32_t> planeBpp; member
615 planeBpp[0] = gl::GetYPlaneBpp(internalFormat); in YuvFormatInfo()616 planeBpp[1] = gl::GetChromaPlaneBpp(internalFormat); in YuvFormatInfo()617 planeBpp[2] = (planeCount > 2) ? planeBpp[1] : 0; in YuvFormatInfo()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()