Lines Matching refs:plane_count
566 int plane_count = 0; in GetYUVPlaneInfo() local
598 err = GetYUVPlaneInfo(info, format, width, height, interlaced, &plane_count, plane_info); in GetYUVPlaneInfo()
601 CopyPlaneLayoutInfotoAndroidYcbcr(hnd->base, plane_count, &plane_info[0], &ycbcr[0]); in GetYUVPlaneInfo()
611 CopyPlaneLayoutInfotoAndroidYcbcr(field_base, plane_count, &plane_info[4], &ycbcr[1]); in GetYUVPlaneInfo()
613 CopyPlaneLayoutInfotoAndroidYcbcr(hnd->base, plane_count, plane_info, ycbcr); in GetYUVPlaneInfo()
1382 int32_t flags, int *plane_count, PlaneLayoutInfo *plane_info) { in GetYUVPlaneInfo() argument
1402 *plane_count = 2; in GetYUVPlaneInfo()
1416 *plane_count = 1; in GetYUVPlaneInfo()
1424 *plane_count = 8; in GetYUVPlaneInfo()
1439 *plane_count = 4; in GetYUVPlaneInfo()
1454 *plane_count = 2; in GetYUVPlaneInfo()
1466 *plane_count = 4; in GetYUVPlaneInfo()
1481 *plane_count = 4; in GetYUVPlaneInfo()
1496 *plane_count = 2; in GetYUVPlaneInfo()
1535 *plane_count = 3; in GetYUVPlaneInfo()
1578 *plane_count = 1; in GetYUVPlaneInfo()
1599 *plane_count = 0; in GetYUVPlaneInfo()
1643 void CopyPlaneLayoutInfotoAndroidYcbcr(uint64_t base, int plane_count, PlaneLayoutInfo *plane_info, in CopyPlaneLayoutInfotoAndroidYcbcr() argument
1647 if (plane_count == 1) { in CopyPlaneLayoutInfotoAndroidYcbcr()
1652 } else if (plane_count == 2 || plane_count == 4 || plane_count == 8) { in CopyPlaneLayoutInfotoAndroidYcbcr()
1671 } else if (plane_count == 3) { in CopyPlaneLayoutInfotoAndroidYcbcr()
1701 int32_t /* flags */, int *plane_count, PlaneLayoutInfo *plane_info) { in GetRGBPlaneInfo() argument
1703 *plane_count = 1; in GetRGBPlaneInfo()