Searched refs:plane_count (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c95 int plane_count = 0; local
104 plane_count = 1;
111 plane_count = 2;
117 plane_count = 3;
122 plane_count = -1;
126 return plane_count;
438 int plane_count; local
440 plane_count = m_rotator_get_plane_count(info->v4l2_colorformat);
441 if (plane_count < 0) {
516 info->format.fmt.pix_mp.num_planes = plane_count;
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c52 int plane_count = 0; local
65 plane_count = 1;
72 plane_count = 2;
77 plane_count = 3;
82 plane_count = -1;
86 return plane_count;
605 int plane_count; local
607 plane_count = m_gsc_get_plane_count(info->v4l2_colorformat);
608 if (plane_count < 0) {
637 info->format.fmt.pix_mp.num_planes = plane_count;
[all...]

Completed in 138 milliseconds