brintos

brintos / linux-shallow public Read only

0
0
Text · 881 B · 5bd4a47 Raw
48 lines · plain
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later2 3.. _pixfmt-indexed:4 5**************6Indexed Format7**************8 9In this format each pixel is represented by an 8 bit index into a 25610entry ARGB palette. It is intended for11:ref:`Video Output Overlays <osd>` only. There are no ioctls to access12the palette, this must be done with ioctls of the Linux framebuffer API.13 14 15 16.. flat-table:: Indexed Image Format17    :header-rows:  218    :stub-columns: 019 20    * - Identifier21      - Code22      -23      - :cspan:`7` Byte 024    * -25      -26      - Bit27      - 728      - 629      - 530      - 431      - 332      - 233      - 134      - 035    * .. _V4L2-PIX-FMT-PAL8:36 37      - ``V4L2_PIX_FMT_PAL8``38      - 'PAL8'39      -40      - i\ :sub:`7`41      - i\ :sub:`6`42      - i\ :sub:`5`43      - i\ :sub:`4`44      - i\ :sub:`3`45      - i\ :sub:`2`46      - i\ :sub:`1`47      - i\ :sub:`0`48