Lines Matching refs:pitch_idx
286 unsigned int pitch_idx = 0;
525 for (pitch_idx = 0; pitch_idx < Elements(i810_pitches); pitch_idx++)
526 if (width <= i810_pitches[pitch_idx])
529 if (pitch_idx == Elements(i810_pitches)) {
539 back_size = i810_pitches[pitch_idx] * lines;
805 i810_pitches[pitch_idx], 8 * 1024 * 1024);
809 i810_pitches[pitch_idx], 8 * 1024 * 1024);
846 pI810->auxPitch = i810_pitches[pitch_idx];
847 pI810->auxPitchBits = i810_pitch_flags[pitch_idx];