Home | History | Annotate | Download | only in media

Lines Matching defs:startRow

819             int startRow = mRow - windowSize + 1;
820 if (startRow < 1) {
821 startRow = 1;
823 for (i = startRow; i < mRow; i++) {