is_yuv422
} else if (is_yuv422(s_frame->fmt->color)) {
if ((is_yuv422(f->fmt->color) && f->fmt->num_comp == 1) ||
if ((is_yuv422(f->fmt->color) && f->fmt->num_comp == 3) ||
if (is_yuv420(f->fmt->color) || is_yuv422(f->fmt->color))
if ((is_yuv420(f->fmt->color) || is_yuv422(f->fmt->color)) &&