Commit 8b44b4e5 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] DocBook media: document the new V4L2_DV_FL_IS_CE_VIDEO flag



Document this new flag.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Cc: Martin Bugge <marbugge@cisco.com>
Cc: Mats Randgaard <mats.randgaard@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 74d802d8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -325,6 +325,15 @@ the same number of half-lines. Whether half-lines can be detected or used depend
the hardware.
	    </entry>
	  </row>
	  <row>
	    <entry>V4L2_DV_FL_IS_CE_VIDEO</entry>
	    <entry>If set, then this is a Consumer Electronics (CE) video format.
Such formats differ from other formats (commonly called IT formats) in that if
R'G'B' encoding is used then by default the R'G'B' values use limited range
(i.e. 16-235) as opposed to full range (i.e. 0-255). All formats defined in CEA-861
except for the 640x480p59.94 format are CE formats.
	    </entry>
	  </row>
	</tbody>
      </tgroup>
    </table>