Home | History | Annotate | Download | only in libgscaler

Lines Matching full:plane_count

52     int plane_count = 0;
65 plane_count = 1;
72 plane_count = 2;
77 plane_count = 3;
82 plane_count = -1;
86 return plane_count;
600 int plane_count;
602 plane_count = m_gsc_get_plane_count(info->v4l2_colorformat);
603 if (plane_count < 0) {
632 info->format.fmt.pix_mp.num_planes = plane_count;