Repository URL to install this package:
Version:
7:2.7.1-1ubuntu3 ▾
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>FFmpeg: libavutil/old_pix_fmts.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">FFmpeg
 <span id="projectnumber">2.7.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">libavutil/old_pix_fmts.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="old__pix__fmts_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * copyright (c) 2006-2012 Michael Niedermayer <michaelni@gmx.at></span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * This file is part of FFmpeg.</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * FFmpeg is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the GNU Lesser General Public</span>
<a name="l00008"></a>00008 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00009"></a>00009 <span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * FFmpeg is distributed in the hope that it will be useful,</span>
<a name="l00012"></a>00012 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00013"></a>00013 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="l00014"></a>00014 <span class="comment"> * Lesser General Public License for more details.</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span>
<a name="l00017"></a>00017 <span class="comment"> * License along with FFmpeg; if not, write to the Free Software</span>
<a name="l00018"></a>00018 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span>
<a name="l00019"></a>00019 <span class="comment"> */</span>
<a name="l00020"></a>00020
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef AVUTIL_OLD_PIX_FMTS_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define AVUTIL_OLD_PIX_FMTS_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="comment">/*</span>
<a name="l00025"></a>00025 <span class="comment"> * This header exists to prevent new pixel formats from being accidentally added</span>
<a name="l00026"></a>00026 <span class="comment"> * to the deprecated list.</span>
<a name="l00027"></a>00027 <span class="comment"> * Do not include it directly. It will be removed on next major bump</span>
<a name="l00028"></a>00028 <span class="comment"> *</span>
<a name="l00029"></a>00029 <span class="comment"> * Do not add new items to this list. Use the AVPixelFormat enum instead.</span>
<a name="l00030"></a>00030 <span class="comment"> */</span>
<a name="l00031"></a><a class="code" href="old__pix__fmts_8h.html#af037048930cc04f9ba69462c07e4e3dc">00031</a> <a class="code" href="old__pix__fmts_8h.html#a51989ead419e822808e91b81de785e06">PIX_FMT_NONE</a> = <a class="code" href="pixfmt_8h.html#a9a8e335cf3be472042bc9f0cf80cd4c5a0e08f8a5d0fa21c3e258816a9dcce7c3">AV_PIX_FMT_NONE</a>,
<a name="l00032"></a>00032 <a class="code" href="old__pix__fmts_8h.html#a0d4cafe740940717fb1a46a89a69280b" title="planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)">PIX_FMT_YUV420P</a>, <span class="comment">///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)</span>
<a name="l00033"></a>00033 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#af037048930cc04f9ba69462c07e4e3dc" title="packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr">PIX_FMT_YUYV422</a>, <span class="comment">///< packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr</span>
<a name="l00034"></a>00034 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a35b66bc83769a782618904ad4ab20015" title="packed RGB 8:8:8, 24bpp, RGBRGB...">PIX_FMT_RGB24</a>, <span class="comment">///< packed RGB 8:8:8, 24bpp, RGBRGB...</span>
<a name="l00035"></a>00035 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#aaedc56f54ab2942c3fa2ce237fefc9ee" title="packed RGB 8:8:8, 24bpp, BGRBGR...">PIX_FMT_BGR24</a>, <span class="comment">///< packed RGB 8:8:8, 24bpp, BGRBGR...</span>
<a name="l00036"></a>00036 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a39a67ce068b09af5d8cb432d4b8a282a" title="planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)">PIX_FMT_YUV422P</a>, <span class="comment">///< planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)</span>
<a name="l00037"></a>00037 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ab80aad16a4f49d86dd7376da729a2f0e" title="planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)">PIX_FMT_YUV444P</a>, <span class="comment">///< planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)</span>
<a name="l00038"></a>00038 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a15b8452458ef4cda068dc762638ee169" title="planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)">PIX_FMT_YUV410P</a>, <span class="comment">///< planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)</span>
<a name="l00039"></a>00039 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a4b5398e522f43c97eaf5250cdc844323" title="planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)">PIX_FMT_YUV411P</a>, <span class="comment">///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)</span>
<a name="l00040"></a>00040 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a5a74cec078e300657558a48706ca5e0c" title="Y , 8bpp.">PIX_FMT_GRAY8</a>, <span class="comment">///< Y , 8bpp</span>
<a name="l00041"></a>00041 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a95450e6eec65bef414db5f98ffd92427" title="Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb...">PIX_FMT_MONOWHITE</a>, <span class="comment">///< Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb</span>
<a name="l00042"></a>00042 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a72a2b04efe20b6f7aa25d2dbd87858d0" title="Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb...">PIX_FMT_MONOBLACK</a>, <span class="comment">///< Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb</span>
<a name="l00043"></a>00043 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a49c2292247f75123e2afaefc33860037" title="8 bit with PIX_FMT_RGB32 palette">PIX_FMT_PAL8</a>, <span class="comment">///< 8 bit with PIX_FMT_RGB32 palette</span>
<a name="l00044"></a>00044 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a90cb0817d8e099845122ead9ce203b00" title="planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of PIX_FMT_YUV420P and setting color_...">PIX_FMT_YUVJ420P</a>, <span class="comment">///< planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of PIX_FMT_YUV420P and setting color_range</span>
<a name="l00045"></a>00045 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a528d0c9ea5707a591a9fbc2b8e7459b1" title="planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of PIX_FMT_YUV422P and setting color_...">PIX_FMT_YUVJ422P</a>, <span class="comment">///< planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of PIX_FMT_YUV422P and setting color_range</span>
<a name="l00046"></a>00046 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a0f1bb65114de8c2a02da8302a8ca0d3d" title="planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of PIX_FMT_YUV444P and setting color_...">PIX_FMT_YUVJ444P</a>, <span class="comment">///< planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of PIX_FMT_YUV444P and setting color_range</span>
<a name="l00047"></a>00047 <span class="comment"></span><span class="preprocessor">#if FF_API_XVMC</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span> PIX_FMT_XVMC_MPEG2_MC,<span class="comment">///< XVideo Motion Acceleration via common packet passing</span>
<a name="l00049"></a>00049 <span class="comment"></span> PIX_FMT_XVMC_MPEG2_IDCT,
<a name="l00050"></a>00050 <span class="preprocessor">#endif </span><span class="comment">/* FF_API_XVMC */</span>
<a name="l00051"></a>00051 <a class="code" href="old__pix__fmts_8h.html#a3663901f5ee7c346000d1bc82774b9e7" title="packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1">PIX_FMT_UYVY422</a>, <span class="comment">///< packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1</span>
<a name="l00052"></a>00052 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#acca0d34f3600798dc48a446c88a8ba64" title="packed YUV 4:1:1, 12bpp, Cb Y0 Y1 Cr Y2 Y3">PIX_FMT_UYYVYY411</a>, <span class="comment">///< packed YUV 4:1:1, 12bpp, Cb Y0 Y1 Cr Y2 Y3</span>
<a name="l00053"></a>00053 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a9f80af354410d6600aaeae1d1a6f5ead" title="packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)">PIX_FMT_BGR8</a>, <span class="comment">///< packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)</span>
<a name="l00054"></a>00054 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a8ca7fe1a63deeb3315be8a59ac059240" title="packed RGB 1:2:1 bitstream, 4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in ...">PIX_FMT_BGR4</a>, <span class="comment">///< packed RGB 1:2:1 bitstream, 4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits</span>
<a name="l00055"></a>00055 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a2a8e4715c1ec70a3b7d06ce5a9f9cb31" title="packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)">PIX_FMT_BGR4_BYTE</a>, <span class="comment">///< packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)</span>
<a name="l00056"></a>00056 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a5b65ac54edb57a98a9e8f35808cc741c" title="packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb)">PIX_FMT_RGB8</a>, <span class="comment">///< packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb)</span>
<a name="l00057"></a>00057 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a5fce3b155cff2604d0645e73baa1ae93" title="packed RGB 1:2:1 bitstream, 4bpp, (msb)1R 2G 1B(lsb), a byte contains two pixels, the first pixel in ...">PIX_FMT_RGB4</a>, <span class="comment">///< packed RGB 1:2:1 bitstream, 4bpp, (msb)1R 2G 1B(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits</span>
<a name="l00058"></a>00058 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a298d32c3b9dbf59be16f038475c156e6" title="packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb)">PIX_FMT_RGB4_BYTE</a>, <span class="comment">///< packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb)</span>
<a name="l00059"></a>00059 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ab43e8ec80e1e9fdb64baf7c5a75d947b" title="planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (firs...">PIX_FMT_NV12</a>, <span class="comment">///< planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (first byte U and the following byte V)</span>
<a name="l00060"></a>00060 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a04dc162ef4a04555c44d540e3abd733d" title="as above, but U and V bytes are swapped">PIX_FMT_NV21</a>, <span class="comment">///< as above, but U and V bytes are swapped</span>
<a name="l00061"></a>00061 <span class="comment"></span>
<a name="l00062"></a>00062 <a class="code" href="old__pix__fmts_8h.html#a61e7de9df2c7a79931527d6952ffc7d6" title="packed ARGB 8:8:8:8, 32bpp, ARGBARGB...">PIX_FMT_ARGB</a>, <span class="comment">///< packed ARGB 8:8:8:8, 32bpp, ARGBARGB...</span>
<a name="l00063"></a>00063 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a94dad74371e46d75f09e04ff5c8b79a5" title="packed RGBA 8:8:8:8, 32bpp, RGBARGBA...">PIX_FMT_RGBA</a>, <span class="comment">///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA...</span>
<a name="l00064"></a>00064 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#aea358f051dc673f2432c547a677c9536" title="packed ABGR 8:8:8:8, 32bpp, ABGRABGR...">PIX_FMT_ABGR</a>, <span class="comment">///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR...</span>
<a name="l00065"></a>00065 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#acbca7a969b976dbf590a3fef0c329311" title="packed BGRA 8:8:8:8, 32bpp, BGRABGRA...">PIX_FMT_BGRA</a>, <span class="comment">///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA...</span>
<a name="l00066"></a>00066 <span class="comment"></span>
<a name="l00067"></a>00067 <a class="code" href="old__pix__fmts_8h.html#abad9a95d3b4075561a707211aa70982d" title="Y , 16bpp, big-endian.">PIX_FMT_GRAY16BE</a>, <span class="comment">///< Y , 16bpp, big-endian</span>
<a name="l00068"></a>00068 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a949e197deeebbf2cf58a00522dc5a3d5" title="Y , 16bpp, little-endian.">PIX_FMT_GRAY16LE</a>, <span class="comment">///< Y , 16bpp, little-endian</span>
<a name="l00069"></a>00069 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a3fce3eaa900c0319f49d3bea55654171" title="planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)">PIX_FMT_YUV440P</a>, <span class="comment">///< planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)</span>
<a name="l00070"></a>00070 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a394b33d4076242047d13b732e6a89360" title="planar YUV 4:4:0 full scale (JPEG), deprecated in favor of PIX_FMT_YUV440P and setting color_range...">PIX_FMT_YUVJ440P</a>, <span class="comment">///< planar YUV 4:4:0 full scale (JPEG), deprecated in favor of PIX_FMT_YUV440P and setting color_range</span>
<a name="l00071"></a>00071 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ab2312af968c4fa9897dfdce5b5921c0e" title="planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)">PIX_FMT_YUVA420P</a>, <span class="comment">///< planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)</span>
<a name="l00072"></a>00072 <span class="comment"></span><span class="preprocessor">#if FF_API_VDPAU</span>
<a name="l00073"></a>00073 <span class="preprocessor"></span> PIX_FMT_VDPAU_H264,<span class="comment">///< H.264 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers</span>
<a name="l00074"></a>00074 <span class="comment"></span> PIX_FMT_VDPAU_MPEG1,<span class="comment">///< MPEG-1 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers</span>
<a name="l00075"></a>00075 <span class="comment"></span> PIX_FMT_VDPAU_MPEG2,<span class="comment">///< MPEG-2 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers</span>
<a name="l00076"></a>00076 <span class="comment"></span> PIX_FMT_VDPAU_WMV3,<span class="comment">///< WMV3 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers</span>
<a name="l00077"></a>00077 <span class="comment"></span> PIX_FMT_VDPAU_VC1, <span class="comment">///< VC-1 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers</span>
<a name="l00078"></a>00078 <span class="comment"></span><span class="preprocessor">#endif</span>
<a name="l00079"></a>00079 <span class="preprocessor"></span> <a class="code" href="old__pix__fmts_8h.html#acb2fb7b48166d8c30a4f827db5b754b3" title="packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big...">PIX_FMT_RGB48BE</a>, <span class="comment">///< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big-endian</span>
<a name="l00080"></a>00080 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ab9721b55e97f8ad0c9d221dd19b59743" title="packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as lit...">PIX_FMT_RGB48LE</a>, <span class="comment">///< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as little-endian</span>
<a name="l00081"></a>00081 <span class="comment"></span>
<a name="l00082"></a>00082 <a class="code" href="old__pix__fmts_8h.html#adddc50f84e80973f70535cf226b9bcfe" title="packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian">PIX_FMT_RGB565BE</a>, <span class="comment">///< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian</span>
<a name="l00083"></a>00083 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a546ac9b62382b6e30298f09c255df164" title="packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian">PIX_FMT_RGB565LE</a>, <span class="comment">///< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian</span>
<a name="l00084"></a>00084 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ae8dd3aaaea87e66c122b2c5a3d62a282" title="packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian, most significant bit to 0...">PIX_FMT_RGB555BE</a>, <span class="comment">///< packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian, most significant bit to 0</span>
<a name="l00085"></a>00085 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a3d9647b121fe670f344adfcabb85edf9" title="packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), little-endian, most significant bit to 0...">PIX_FMT_RGB555LE</a>, <span class="comment">///< packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), little-endian, most significant bit to 0</span>
<a name="l00086"></a>00086 <span class="comment"></span>
<a name="l00087"></a>00087 <a class="code" href="old__pix__fmts_8h.html#a1f8e81a49cab98f6d06d175f80732be9" title="packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian">PIX_FMT_BGR565BE</a>, <span class="comment">///< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian</span>
<a name="l00088"></a>00088 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a09ced4b68d2b9cba827f06fde23a0a84" title="packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian">PIX_FMT_BGR565LE</a>, <span class="comment">///< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian</span>
<a name="l00089"></a>00089 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ace03c114b47e1c28ab2c63abd192c443" title="packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), big-endian, most significant bit to 1...">PIX_FMT_BGR555BE</a>, <span class="comment">///< packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), big-endian, most significant bit to 1</span>
<a name="l00090"></a>00090 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a7cabc042c2087dfb5cd90bb48604ef31" title="packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), little-endian, most significant bit to 1...">PIX_FMT_BGR555LE</a>, <span class="comment">///< packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), little-endian, most significant bit to 1</span>
<a name="l00091"></a>00091 <span class="comment"></span>
<a name="l00092"></a>00092 <a class="code" href="old__pix__fmts_8h.html#af729cef477499366813e21e5f93c34bd" title="HW acceleration through VA API at motion compensation entry-point, Picture.data[3] contains a vaapi_r...">PIX_FMT_VAAPI_MOCO</a>, <span class="comment">///< HW acceleration through VA API at motion compensation entry-point, Picture.data[3] contains a vaapi_render_state struct which contains macroblocks as well as various fields extracted from headers</span>
<a name="l00093"></a>00093 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a56fdefca20dfd76b928998f57123d777" title="HW acceleration through VA API at IDCT entry-point, Picture.data[3] contains a vaapi_render_state str...">PIX_FMT_VAAPI_IDCT</a>, <span class="comment">///< HW acceleration through VA API at IDCT entry-point, Picture.data[3] contains a vaapi_render_state struct which contains fields extracted from headers</span>
<a name="l00094"></a>00094 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#afa74d29a4f0c279fad9f5e84549ee9e1" title="HW decoding through VA API, Picture.data[3] contains a vaapi_render_state struct which contains the b...">PIX_FMT_VAAPI_VLD</a>, <span class="comment">///< HW decoding through VA API, Picture.data[3] contains a vaapi_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers</span>
<a name="l00095"></a>00095 <span class="comment"></span>
<a name="l00096"></a>00096 <a class="code" href="old__pix__fmts_8h.html#a20b7a035ec9d447f729c11348e004021" title="planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian">PIX_FMT_YUV420P16LE</a>, <span class="comment">///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian</span>
<a name="l00097"></a>00097 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a3337db03b21712983850ca9ec264fcb4" title="planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian">PIX_FMT_YUV420P16BE</a>, <span class="comment">///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian</span>
<a name="l00098"></a>00098 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a6bbb64072b00a76f52c8533ea159ad5a" title="planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian">PIX_FMT_YUV422P16LE</a>, <span class="comment">///< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian</span>
<a name="l00099"></a>00099 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a2244bd1a1eb5075587099f96a30b5fce" title="planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian">PIX_FMT_YUV422P16BE</a>, <span class="comment">///< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian</span>
<a name="l00100"></a>00100 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ab743d169cac8bf9484465cc5961e212a" title="planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian">PIX_FMT_YUV444P16LE</a>, <span class="comment">///< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian</span>
<a name="l00101"></a>00101 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a7f4576c4e1546ca482aa19f313ccce49" title="planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian">PIX_FMT_YUV444P16BE</a>, <span class="comment">///< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian</span>
<a name="l00102"></a>00102 <span class="comment"></span><span class="preprocessor">#if FF_API_VDPAU</span>
<a name="l00103"></a>00103 <span class="preprocessor"></span> PIX_FMT_VDPAU_MPEG4, <span class="comment">///< MPEG4 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers</span>
<a name="l00104"></a>00104 <span class="comment"></span><span class="preprocessor">#endif</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span> <a class="code" href="old__pix__fmts_8h.html#ac5beb3b9c4098b5c5c2558e56052e795" title="HW decoding through DXVA2, Picture.data[3] contains a LPDIRECT3DSURFACE9 pointer.">PIX_FMT_DXVA2_VLD</a>, <span class="comment">///< HW decoding through DXVA2, Picture.data[3] contains a LPDIRECT3DSURFACE9 pointer</span>
<a name="l00106"></a>00106 <span class="comment"></span>
<a name="l00107"></a>00107 <a class="code" href="old__pix__fmts_8h.html#a6c5ad97f25586b702d348b5402d9f82b" title="packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), little-endian, most significant bits to 0...">PIX_FMT_RGB444LE</a>, <span class="comment">///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), little-endian, most significant bits to 0</span>
<a name="l00108"></a>00108 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ad92bd2cb5a7eeddd5fac29dd23de246b" title="packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), big-endian, most significant bits to 0...">PIX_FMT_RGB444BE</a>, <span class="comment">///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), big-endian, most significant bits to 0</span>
<a name="l00109"></a>00109 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a16d1842d0cd19c7494fa0cf0938cecdf" title="packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), little-endian, most significant bits to 1...">PIX_FMT_BGR444LE</a>, <span class="comment">///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), little-endian, most significant bits to 1</span>
<a name="l00110"></a>00110 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#af6d83ae5b1ed8289b33b79f5b56eb570" title="packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), big-endian, most significant bits to 1...">PIX_FMT_BGR444BE</a>, <span class="comment">///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), big-endian, most significant bits to 1</span>
<a name="l00111"></a>00111 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a1dd71b59299ca68cd7b0f2453e4d2fa2" title="8bit gray, 8bit alpha">PIX_FMT_GRAY8A</a>, <span class="comment">///< 8bit gray, 8bit alpha</span>
<a name="l00112"></a>00112 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a1757268ab50f75c5cd626ca4dd03b731" title="packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big...">PIX_FMT_BGR48BE</a>, <span class="comment">///< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big-endian</span>
<a name="l00113"></a>00113 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ae87ad8a415298a9f9c57b04b6d9dc9eb" title="packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as lit...">PIX_FMT_BGR48LE</a>, <span class="comment">///< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as little-endian</span>
<a name="l00114"></a>00114 <span class="comment"></span>
<a name="l00115"></a>00115 <span class="comment">//the following 10 formats have the disadvantage of needing 1 format for each bit depth, thus</span>
<a name="l00116"></a>00116 <span class="comment">//If you want to support multiple bit depths, then using PIX_FMT_YUV420P16* with the bpp stored separately</span>
<a name="l00117"></a>00117 <span class="comment">//is better</span>
<a name="l00118"></a>00118 <a class="code" href="old__pix__fmts_8h.html#a32bfca82fb80719d2b2b7bece5628926" title="planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian">PIX_FMT_YUV420P9BE</a>, <span class="comment">///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian</span>
<a name="l00119"></a>00119 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a6e3ed725de9d7f223aeeec17daf7f85f" title="planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian">PIX_FMT_YUV420P9LE</a>, <span class="comment">///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian</span>
<a name="l00120"></a>00120 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a3c00e34d57226e7301399d7a8ad03cc7" title="planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian">PIX_FMT_YUV420P10BE</a>,<span class="comment">///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian</span>
<a name="l00121"></a>00121 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a47e9f82973c76f1b361d3b6828a7f4ff" title="planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian">PIX_FMT_YUV420P10LE</a>,<span class="comment">///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian</span>
<a name="l00122"></a>00122 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a8193c92a702a4bea5a6b6282c46aacff" title="planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian">PIX_FMT_YUV422P10BE</a>,<span class="comment">///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian</span>
<a name="l00123"></a>00123 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#aeeba0ce23954981b063210c0287c2da9" title="planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian">PIX_FMT_YUV422P10LE</a>,<span class="comment">///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian</span>
<a name="l00124"></a>00124 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#abca55e64b8e93fc414f0a63c8cbfd5fa" title="planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian">PIX_FMT_YUV444P9BE</a>, <span class="comment">///< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian</span>
<a name="l00125"></a>00125 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ac62ac735662eae38f05a82dc3132f976" title="planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian">PIX_FMT_YUV444P9LE</a>, <span class="comment">///< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian</span>
<a name="l00126"></a>00126 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a57072a70107ed1d11bf6fc60aacae999" title="planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian">PIX_FMT_YUV444P10BE</a>,<span class="comment">///< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian</span>
<a name="l00127"></a>00127 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a35dd296452c2e5cfca0173ea7f1b8029" title="planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian">PIX_FMT_YUV444P10LE</a>,<span class="comment">///< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian</span>
<a name="l00128"></a>00128 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ad8e99ffc099fef65244f6b53865b365d" title="planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian">PIX_FMT_YUV422P9BE</a>, <span class="comment">///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian</span>
<a name="l00129"></a>00129 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a624e05ef02065cae15a29492d984700a" title="planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian">PIX_FMT_YUV422P9LE</a>, <span class="comment">///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian</span>
<a name="l00130"></a>00130 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a10467d1304643616cc21ccb8ce6b5abd" title="hardware decoding through VDA">PIX_FMT_VDA_VLD</a>, <span class="comment">///< hardware decoding through VDA</span>
<a name="l00131"></a>00131 <span class="comment"></span>
<a name="l00132"></a>00132 <span class="preprocessor">#ifdef AV_PIX_FMT_ABI_GIT_MASTER</span>
<a name="l00133"></a>00133 <span class="preprocessor"></span> <a class="code" href="old__pix__fmts_8h.html#ada77992da6912ebb7e9dd0f95e1ffb7f" title="packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_RGBA64BE</a>, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian</span>
<a name="l00134"></a>00134 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a728bb980e3514954d6289e54a12408e2" title="packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_RGBA64LE</a>, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian</span>
<a name="l00135"></a>00135 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#af6d7dd768eae1298f71ddbe58eb9d174" title="packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_BGRA64BE</a>, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian</span>
<a name="l00136"></a>00136 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#adf77a2c30212fea040ee98394681bb69" title="packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_BGRA64LE</a>, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian</span>
<a name="l00137"></a>00137 <span class="comment"></span><span class="preprocessor">#endif</span>
<a name="l00138"></a>00138 <span class="preprocessor"></span> <a class="code" href="old__pix__fmts_8h.html#a731a4b71cb60f0636fcc8a2c1c7a8e91" title="planar GBR 4:4:4 24bpp">PIX_FMT_GBRP</a>, <span class="comment">///< planar GBR 4:4:4 24bpp</span>
<a name="l00139"></a>00139 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a03d5a5dabd9f99f99851769d9a1327d7" title="planar GBR 4:4:4 27bpp, big endian">PIX_FMT_GBRP9BE</a>, <span class="comment">///< planar GBR 4:4:4 27bpp, big endian</span>
<a name="l00140"></a>00140 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a762ba65c5f7ea01303ff8cb7ce94f3fd" title="planar GBR 4:4:4 27bpp, little endian">PIX_FMT_GBRP9LE</a>, <span class="comment">///< planar GBR 4:4:4 27bpp, little endian</span>
<a name="l00141"></a>00141 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a45ab97a9234a7c8e20d2c2bc9aa1b71d" title="planar GBR 4:4:4 30bpp, big endian">PIX_FMT_GBRP10BE</a>, <span class="comment">///< planar GBR 4:4:4 30bpp, big endian</span>
<a name="l00142"></a>00142 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#afbaa4e07360d585e8c1553d753c9d033" title="planar GBR 4:4:4 30bpp, little endian">PIX_FMT_GBRP10LE</a>, <span class="comment">///< planar GBR 4:4:4 30bpp, little endian</span>
<a name="l00143"></a>00143 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#aaf95b90747c65aca7b4b2d9481510073" title="planar GBR 4:4:4 48bpp, big endian">PIX_FMT_GBRP16BE</a>, <span class="comment">///< planar GBR 4:4:4 48bpp, big endian</span>
<a name="l00144"></a>00144 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ab624e330b7af5cbe67f6b83e97392d97" title="planar GBR 4:4:4 48bpp, little endian">PIX_FMT_GBRP16LE</a>, <span class="comment">///< planar GBR 4:4:4 48bpp, little endian</span>
<a name="l00145"></a>00145 <span class="comment"></span>
<a name="l00146"></a>00146 <span class="preprocessor">#ifndef AV_PIX_FMT_ABI_GIT_MASTER</span>
<a name="l00147"></a><a class="code" href="old__pix__fmts_8h.html#a728bb980e3514954d6289e54a12408e2">00147</a> <span class="preprocessor"></span> <a class="code" href="old__pix__fmts_8h.html#ada77992da6912ebb7e9dd0f95e1ffb7f" title="packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_RGBA64BE</a>=0x123, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian</span>
<a name="l00148"></a>00148 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a728bb980e3514954d6289e54a12408e2" title="packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_RGBA64LE</a>, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian</span>
<a name="l00149"></a>00149 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#af6d7dd768eae1298f71ddbe58eb9d174" title="packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_BGRA64BE</a>, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian</span>
<a name="l00150"></a>00150 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#adf77a2c30212fea040ee98394681bb69" title="packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is st...">PIX_FMT_BGRA64LE</a>, <span class="comment">///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian</span>
<a name="l00151"></a>00151 <span class="comment"></span><span class="preprocessor">#endif</span>
<a name="l00152"></a><a class="code" href="old__pix__fmts_8h.html#a3fae87ad3fdcbd894078be34d7c32d6a">00152</a> <span class="preprocessor"></span> <a class="code" href="old__pix__fmts_8h.html#ae70179bc435cf986f7069fbfa6483fdd" title="packed RGB 8:8:8, 32bpp, 0RGB0RGB...">PIX_FMT_0RGB</a>=0x123+4, <span class="comment">///< packed RGB 8:8:8, 32bpp, 0RGB0RGB...</span>
<a name="l00153"></a>00153 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a63c9065f46b923512945d0f7912c64df" title="packed RGB 8:8:8, 32bpp, RGB0RGB0...">PIX_FMT_RGB0</a>, <span class="comment">///< packed RGB 8:8:8, 32bpp, RGB0RGB0...</span>
<a name="l00154"></a>00154 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ae446f5ddcfaf6ebd8617d1906917a9b2" title="packed BGR 8:8:8, 32bpp, 0BGR0BGR...">PIX_FMT_0BGR</a>, <span class="comment">///< packed BGR 8:8:8, 32bpp, 0BGR0BGR...</span>
<a name="l00155"></a>00155 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a78f3ff0289d6d479c9571d76b60b73ef" title="packed BGR 8:8:8, 32bpp, BGR0BGR0...">PIX_FMT_BGR0</a>, <span class="comment">///< packed BGR 8:8:8, 32bpp, BGR0BGR0...</span>
<a name="l00156"></a>00156 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a3fae87ad3fdcbd894078be34d7c32d6a" title="planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)">PIX_FMT_YUVA444P</a>, <span class="comment">///< planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)</span>
<a name="l00157"></a>00157 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a24f08eb8ab3782fe010d1528591ab638" title="planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)">PIX_FMT_YUVA422P</a>, <span class="comment">///< planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)</span>
<a name="l00158"></a>00158 <span class="comment"></span>
<a name="l00159"></a>00159 <a class="code" href="old__pix__fmts_8h.html#a79c6ab0935e1a232e9cb7c990ea55e85" title="planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian">PIX_FMT_YUV420P12BE</a>, <span class="comment">///< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian</span>
<a name="l00160"></a>00160 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a31c22cc1cb599d998d1b5f4a83c4fabc" title="planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian">PIX_FMT_YUV420P12LE</a>, <span class="comment">///< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian</span>
<a name="l00161"></a>00161 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a7849386ee0eaee1aaf62e57d071bb19e" title="planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian">PIX_FMT_YUV420P14BE</a>, <span class="comment">///< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian</span>
<a name="l00162"></a>00162 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a97205157d085184c5dbae5e77d0b6652" title="planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian">PIX_FMT_YUV420P14LE</a>, <span class="comment">///< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian</span>
<a name="l00163"></a>00163 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a604fb6b0cf9825345b615fa438894cd3" title="planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian">PIX_FMT_YUV422P12BE</a>, <span class="comment">///< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian</span>
<a name="l00164"></a>00164 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ac6de63c277f26c4d609b71b55bd000cd" title="planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian">PIX_FMT_YUV422P12LE</a>, <span class="comment">///< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian</span>
<a name="l00165"></a>00165 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a13530cd5c65b89558622514dfc579da6" title="planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian">PIX_FMT_YUV422P14BE</a>, <span class="comment">///< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian</span>
<a name="l00166"></a>00166 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a166680eff2547159e5e20fe4bf9ea38e" title="planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian">PIX_FMT_YUV422P14LE</a>, <span class="comment">///< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian</span>
<a name="l00167"></a>00167 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a8dc9cb5ac8eb8ef373cec1350fbf2dad" title="planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian">PIX_FMT_YUV444P12BE</a>, <span class="comment">///< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian</span>
<a name="l00168"></a>00168 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#aa4d2a71cd2aa1cebb99de1f5310e2e1d" title="planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian">PIX_FMT_YUV444P12LE</a>, <span class="comment">///< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian</span>
<a name="l00169"></a>00169 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a4815824c67a94d2bbe70dc01d2936c80" title="planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian">PIX_FMT_YUV444P14BE</a>, <span class="comment">///< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian</span>
<a name="l00170"></a>00170 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a8403c38e4b01cff6dbfacbafe59fefa8" title="planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian">PIX_FMT_YUV444P14LE</a>, <span class="comment">///< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian</span>
<a name="l00171"></a>00171 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a58469310f34ce1f7e0f3e31b16b3da46" title="planar GBR 4:4:4 36bpp, big endian">PIX_FMT_GBRP12BE</a>, <span class="comment">///< planar GBR 4:4:4 36bpp, big endian</span>
<a name="l00172"></a>00172 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a3c4d46f2c86ead497b33376fd1ac9eb3" title="planar GBR 4:4:4 36bpp, little endian">PIX_FMT_GBRP12LE</a>, <span class="comment">///< planar GBR 4:4:4 36bpp, little endian</span>
<a name="l00173"></a>00173 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#a970f8fea9b54adc05700cd65ec92e3b5" title="planar GBR 4:4:4 42bpp, big endian">PIX_FMT_GBRP14BE</a>, <span class="comment">///< planar GBR 4:4:4 42bpp, big endian</span>
<a name="l00174"></a>00174 <span class="comment"></span> <a class="code" href="old__pix__fmts_8h.html#ad750f13fc2d2b69cb5068294c27f5f10" title="planar GBR 4:4:4 42bpp, little endian">PIX_FMT_GBRP14LE</a>, <span class="comment">///< planar GBR 4:4:4 42bpp, little endian</span>
<a name="l00175"></a>00175 <span class="comment"></span>
<a name="l00176"></a>00176 <a class="code" href="old__pix__fmts_8h.html#ad979e96f54292ccdad2e6f1bd51cb581" title="number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of...">PIX_FMT_NB</a>, <span class="comment">///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions</span>
<a name="l00177"></a>00177 <span class="comment"></span><span class="preprocessor">#endif </span><span class="comment">/* AVUTIL_OLD_PIX_FMTS_H */</span>
</pre></div></div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>