Searched refs:basePitch (Results 1 – 1 of 1) sorted by relevance
809 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch() local810 return alignment*(basePitch/alignment + ((basePitch % alignment) ? 1 : 0)); in getRowPitch()