Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3589024pxb; Mon, 25 Jan 2021 22:32:55 -0800 (PST) X-Google-Smtp-Source: ABdhPJwZ0r+jBA1ARBHWgsSAZcplmlbyckNHnCp9Yku0xanUN0asmtdKpOVTqq7ykjkaQnuFK1T0 X-Received: by 2002:a17:907:2851:: with SMTP id el17mr2381472ejc.405.1611642775177; Mon, 25 Jan 2021 22:32:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611642775; cv=none; d=google.com; s=arc-20160816; b=YyHrWRs16U2KAMdkBn67I4NA8cLUoDEnSZB1bbMrJItXwnOfTcCsX0Dqb8OSGb2Hcf +j6up34kdvSLTEOExYk8mlIk5YDkc1SEpnD+dIZnrwOOY2LbqAuWDzzbtT1etwAm5sj0 x6cMxm3zaHaJXLlFX+KTH/ZLOZjcNxNqi2Mkrrq6u7OPwbg1HqV2lOGwenRbQi0rsHr7 0UO3bsgvwqkXo1lCSEtMaPZcWDnx9rZFuNkYcj0BEDIDmqNrSrwGYCJ2XbidoDSsKvIc cyHrQR+ar6GLFmV8pE/CKjOhKVDw2hB7xxxiypcpgjr+4mL422UgjleHF4AjrKWZd26n KioQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=/IRA6vUuhk4W4vpZGIqqZwKsPkJjA/HNChXUt/UD4LE=; b=a5CpDzpwAZHoBlpvoFerHcgZf+PZ6jH9P9ZSLbLHSRWfttI5TU5PlX4RnOWxibtnj0 4CZoNaaUh1vVfZy6WAzr8A1ifwTGn9MkwQz7DdKPt7Zc9LxhH1tWBFQkYe0L07vGvLWr tyI9k4Gw2JWp4AMu00TqkHOl6l0kMHJLSFkeRf/oXF07nw069ZXlTMpD4IVV1GaSKtJW C9Ifb2CdI4NXF1kiHFW2csIp7hKj81fAUGGwbLagssNB9CP/EbRi83DHZVz7RfpNkzcV ZgfGTpBaQMslvvZalSZ1rI/YAhZEb77NNwvv0PyjETZuGV9ynRsNj1VyLxKe7q+AbxoQ nO1Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x22si6950534ejv.202.2021.01.25.22.32.31; Mon, 25 Jan 2021 22:32:55 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730691AbhAZG3V (ORCPT + 99 others); Tue, 26 Jan 2021 01:29:21 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:59254 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729172AbhAYN6R (ORCPT ); Mon, 25 Jan 2021 08:58:17 -0500 Received: from [IPv6:2804:214:81d7:a6cc:f83c:66c3:4225:e59d] (unknown [IPv6:2804:214:81d7:a6cc:f83c:66c3:4225:e59d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: koike) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 6D84A1F452BC; Mon, 25 Jan 2021 13:57:20 +0000 (GMT) Subject: Re: [PATCH] media: doc: pixfmt-yuv: Fix 4:4:4 subsampling info To: Laurent Pinchart Cc: linux-media@vger.kernel.org, hverkuil@xs4all.nl, hans.verkuil@cisco.com, kernel@collabora.com, linux-kernel@vger.kernel.org References: <20210122182723.327438-1-helen.koike@collabora.com> From: Helen Koike Message-ID: <7f650d51-d419-53cc-0ad1-b241a10ab801@collabora.com> Date: Mon, 25 Jan 2021 10:57:15 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/23/21 6:56 AM, Laurent Pinchart wrote: > Hi Helen, > > Thank you for the patch. > > On Fri, Jan 22, 2021 at 03:27:23PM -0300, Helen Koike wrote: >> YUV 4:4:4 is not subsampled, fix this in the docs. >> >> Fixes: da785536e007 ("media: doc: pixfmt-yuv: Move all semi-planar YUV formats to common file") >> Signed-off-by: Helen Koike >> --- >> Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst b/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst >> index 7d4d39201a3f..bcb4ef24c334 100644 >> --- a/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst >> +++ b/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst >> @@ -396,8 +396,8 @@ number of lines as the luma plane. >> NV24 and NV42 >> ------------- >> >> -Semi-planar YUV 4:4:4 formats. The chroma plane is subsampled by 2 in the >> -horizontal direction. Chroma lines contain half the number of pixels and the >> +Semi-planar YUV 4:4:4 formats. No sub-sampling. > > "The chroma plane is not subsampled." ? Ack. > >> +Chroma lines contain the same number of pixels and the >> same number of bytes as luma lines, and the chroma plane contains the same >> number of lines as the luma plane. > > That's not quite right, the chroma lines contain twice the number of > pixels and bytes, as there's one Cb and one Cr value in the chroma line > for each Y value in the luma line. > > > Maybe the text could be reflowed ? > Ack. I'll submit v2 updating the text. Thanks, Helen