Lines Matching refs:plane_count

646   int plane_count = 0;  in GetYUVPlaneInfo()  local
678 err = GetYUVPlaneInfo(info, format, width, height, interlaced, &plane_count, plane_info); in GetYUVPlaneInfo()
681 CopyPlaneLayoutInfotoAndroidYcbcr(hnd->base, plane_count, &plane_info[0], &ycbcr[0]); in GetYUVPlaneInfo()
693 CopyPlaneLayoutInfotoAndroidYcbcr(field_base, plane_count, &plane_info[4], &ycbcr[1]); in GetYUVPlaneInfo()
695 CopyPlaneLayoutInfotoAndroidYcbcr(hnd->base, plane_count, plane_info, ycbcr); in GetYUVPlaneInfo()
1480 int32_t flags, int *plane_count, PlaneLayoutInfo *plane_info) { in GetYUVPlaneInfo() argument
1487 format, info.width, info.height, plane_count, plane_info); in GetYUVPlaneInfo()
1510 *plane_count = 2; in GetYUVPlaneInfo()
1524 *plane_count = 1; in GetYUVPlaneInfo()
1529 *plane_count = 1; in GetYUVPlaneInfo()
1537 *plane_count = 1; in GetYUVPlaneInfo()
1548 *plane_count = 8; in GetYUVPlaneInfo()
1563 *plane_count = 4; in GetYUVPlaneInfo()
1578 *plane_count = 2; in GetYUVPlaneInfo()
1590 *plane_count = 4; in GetYUVPlaneInfo()
1605 *plane_count = 4; in GetYUVPlaneInfo()
1620 *plane_count = 2; in GetYUVPlaneInfo()
1659 *plane_count = 3; in GetYUVPlaneInfo()
1702 *plane_count = 1; in GetYUVPlaneInfo()
1723 *plane_count = 0; in GetYUVPlaneInfo()
1766 void CopyPlaneLayoutInfotoAndroidYcbcr(uint64_t base, int plane_count, PlaneLayoutInfo *plane_info, in CopyPlaneLayoutInfotoAndroidYcbcr() argument
1770 if (plane_count == 1) { in CopyPlaneLayoutInfotoAndroidYcbcr()
1775 } else if (plane_count == 2 || plane_count == 4 || plane_count == 8) { in CopyPlaneLayoutInfotoAndroidYcbcr()
1794 } else if (plane_count == 3) { in CopyPlaneLayoutInfotoAndroidYcbcr()
1824 int32_t /* flags */, int *plane_count, PlaneLayoutInfo *plane_info) { in GetRGBPlaneInfo() argument
1826 *plane_count = 1; in GetRGBPlaneInfo()