27 #define VLC_PICTURE_H 1
58 #define PICTURE_PLANE_MAX (VOUT_MAX_PLANES)
264 #define Y_PIXELS p[Y_PLANE].p_pixels
265 #define Y_PITCH p[Y_PLANE].i_pitch
266 #define U_PIXELS p[U_PLANE].p_pixels
267 #define U_PITCH p[U_PLANE].i_pitch
268 #define V_PIXELS p[V_PLANE].p_pixels
269 #define V_PITCH p[V_PLANE].i_pitch
270 #define A_PIXELS p[A_PLANE].p_pixels
271 #define A_PITCH p[A_PLANE].i_pitch