Home
last modified time | relevance | path

Searched refs:smpte (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst175 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org)
185 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org)
195 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org)
205 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org)
215 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org)
H A Dcolorspaces-defs.rst48 - See :ref:`col-smpte-170m`.
60 - See :ref:`col-smpte-240m`.
101 - Use the SMPTE 2084 transfer function. See :ref:`xf-smpte-2084`.
H A Dcolorspaces-details.rst8 .. _col-smpte-170m:
402 with the :ref:`xf-smpte-2084`. In particular Ultra HD Blu-ray discs use
500 .. _col-smpte-240m:
739 .. _xf-smpte-2084:
/openbmc/linux/drivers/tty/serial/
H A Drp2.c194 int smpte; member
201 #define RP_CAP(ports, smpte) (((ports) << 8) | ((smpte) << 0)) argument
204 int *ports, int *smpte) in rp2_decode_cap() argument
207 *smpte = id->driver_data & 0xff; in rp2_decode_cap()
724 rp2_decode_cap(id, &card->n_ports, &card->smpte); in rp2_probe()