Lines Matching defs:y_pitch
480 int y_pitch, uv_pitch;
488 y_pitch = ((w + 1) / 2) * 2;
493 y_pitch = ((w + 1) / 2) * 4;
498 offset1 = y_pitch * h;
505 *py_pitch = y_pitch;
771 int y_pitch, uv_pitch, offset1, offset2;
821 z4l_ovly_pitch(pixfmt, width, height, &y_pitch, &uv_pitch,
826 (char *) &id, src, dst, y_pitch, uv_pitch, offset1, offset2, size);
857 int y_pitch, uv_pitch, offset1, offset2;
867 z4l_ovly_pitch(pixfmt, w, h, &y_pitch, &uv_pitch,
873 pitches[0] = y_pitch;
892 (char *) &id, size, w, h, y_pitch, uv_pitch, offset1, offset2);