HomeSort by relevance Sort by last modified time
    Searched full:plane_count (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 95 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/
exynos_gscaler.c 52 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;
600 int plane_count; local
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;
    [all...]

Completed in 3412 milliseconds