Home | History | Annotate | Download | only in video

Lines Matching defs:pitches

117 	Uint16 pitches[3];
1126 overlay->pitches = swdata->pitches;
1131 overlay->pitches[0] = overlay->w;
1132 overlay->pitches[1] = overlay->pitches[0] / 2;
1133 overlay->pitches[2] = overlay->pitches[0] / 2;
1136 overlay->pitches[0] * overlay->h;
1138 overlay->pitches[1] * overlay->h / 2;
1144 overlay->pitches[0] = overlay->w*2;