Home | History | Annotate | Download | only in include

Lines Matching refs:offsets

124  *      Computes the size, pitches and offsets for YUV frames.
130 * Pitches and offsets for the given YUV frame are put in 'pitches'
131 * and 'offsets' respectively. They are both optional though.
142 uint32 *offsets) // OUT (optional)
148 if (offsets) {
149 offsets[0] = 0;
163 if (offsets) {
164 offsets[1] = *size;
176 if (offsets) {
177 offsets[2] = *size;