Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 58a5f3d803fcd041752d5bc97926d66b > files > 2015

libxcb-doc-1.7-2.i586.rpm

<!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"/>
<title>XCB: xv.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">XCB&#160;<span id="projectnumber">1.7</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>xv.h</h1>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * This file generated automatically from xv.xml by c_client.py.</span>
<a name="l00003"></a>00003 <span class="comment"> * Edit at your peril.</span>
<a name="l00004"></a>00004 <span class="comment"> */</span>
<a name="l00005"></a>00005 
<a name="l00012"></a>00012 <span class="preprocessor">#ifndef __XV_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define __XV_H</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span>
<a name="l00015"></a>00015 <span class="preprocessor">#include &quot;<a class="code" href="xcb_8h.html">xcb.h</a>&quot;</span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &quot;xproto.h&quot;</span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &quot;shm.h&quot;</span>
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#define XCB_XV_MAJOR_VERSION 2</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define XCB_XV_MINOR_VERSION 2</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>  
<a name="l00026"></a>00026 <span class="keyword">extern</span> <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> xcb_xv_id;
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="keyword">typedef</span> uint32_t xcb_xv_port_t;
<a name="l00029"></a>00029 
<a name="l00033"></a><a class="code" href="structxcb__xv__port__iterator__t.html">00033</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__port__iterator__t.html" title="xcb_xv_port_iterator_t">xcb_xv_port_iterator_t</a> {
<a name="l00034"></a><a class="code" href="structxcb__xv__port__iterator__t.html#a9d24553b1d4429a67f3afaee20a5b2f0">00034</a>     xcb_xv_port_t *<a class="code" href="structxcb__xv__port__iterator__t.html#a9d24553b1d4429a67f3afaee20a5b2f0">data</a>; 
<a name="l00035"></a><a class="code" href="structxcb__xv__port__iterator__t.html#a16a958d045189c5872bbe5e47ae1ad07">00035</a>     <span class="keywordtype">int</span>            <a class="code" href="structxcb__xv__port__iterator__t.html#a16a958d045189c5872bbe5e47ae1ad07">rem</a>; 
<a name="l00036"></a><a class="code" href="structxcb__xv__port__iterator__t.html#a6ea120f09bcb7c37dc5cc0f2aafaceb6">00036</a>     <span class="keywordtype">int</span>            <a class="code" href="structxcb__xv__port__iterator__t.html#a6ea120f09bcb7c37dc5cc0f2aafaceb6">index</a>; 
<a name="l00037"></a>00037 } <a class="code" href="group__XCB__Xv__API.html#ga79aff6f0cbbe2f2f62e875dc176ced0f" title="xcb_xv_port_iterator_t">xcb_xv_port_iterator_t</a>;
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="keyword">typedef</span> uint32_t xcb_xv_encoding_t;
<a name="l00040"></a>00040 
<a name="l00044"></a><a class="code" href="structxcb__xv__encoding__iterator__t.html">00044</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__encoding__iterator__t.html" title="xcb_xv_encoding_iterator_t">xcb_xv_encoding_iterator_t</a> {
<a name="l00045"></a><a class="code" href="structxcb__xv__encoding__iterator__t.html#adde60f21b3ef76023e84a9b08bbaffae">00045</a>     xcb_xv_encoding_t *<a class="code" href="structxcb__xv__encoding__iterator__t.html#adde60f21b3ef76023e84a9b08bbaffae">data</a>; 
<a name="l00046"></a><a class="code" href="structxcb__xv__encoding__iterator__t.html#a4fc60422a0c1d2825dab41db7f7491d2">00046</a>     <span class="keywordtype">int</span>                <a class="code" href="structxcb__xv__encoding__iterator__t.html#a4fc60422a0c1d2825dab41db7f7491d2">rem</a>; 
<a name="l00047"></a><a class="code" href="structxcb__xv__encoding__iterator__t.html#aa71599a8675651779b642e478742f864">00047</a>     <span class="keywordtype">int</span>                <a class="code" href="structxcb__xv__encoding__iterator__t.html#aa71599a8675651779b642e478742f864">index</a>; 
<a name="l00048"></a>00048 } <a class="code" href="group__XCB__Xv__API.html#gafef9d14a09d59fa78f2f716b8caf0272" title="xcb_xv_encoding_iterator_t">xcb_xv_encoding_iterator_t</a>;
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xv_type_t {
<a name="l00051"></a>00051     XCB_XV_TYPE_INPUT_MASK = 1,
<a name="l00052"></a>00052     XCB_XV_TYPE_OUTPUT_MASK = 2,
<a name="l00053"></a>00053     XCB_XV_TYPE_VIDEO_MASK = 4,
<a name="l00054"></a>00054     XCB_XV_TYPE_STILL_MASK = 8,
<a name="l00055"></a>00055     XCB_XV_TYPE_IMAGE_MASK = 16
<a name="l00056"></a>00056 } xcb_xv_type_t;
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xv_image_format_info_type_t {
<a name="l00059"></a>00059     XCB_XV_IMAGE_FORMAT_INFO_TYPE_RGB,
<a name="l00060"></a>00060     XCB_XV_IMAGE_FORMAT_INFO_TYPE_YUV
<a name="l00061"></a>00061 } xcb_xv_image_format_info_type_t;
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xv_image_format_info_format_t {
<a name="l00064"></a>00064     XCB_XV_IMAGE_FORMAT_INFO_FORMAT_PACKED,
<a name="l00065"></a>00065     XCB_XV_IMAGE_FORMAT_INFO_FORMAT_PLANAR
<a name="l00066"></a>00066 } xcb_xv_image_format_info_format_t;
<a name="l00067"></a>00067 
<a name="l00068"></a>00068 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xv_attribute_flag_t {
<a name="l00069"></a>00069     XCB_XV_ATTRIBUTE_FLAG_GETTABLE = 1,
<a name="l00070"></a>00070     XCB_XV_ATTRIBUTE_FLAG_SETTABLE = 2
<a name="l00071"></a>00071 } xcb_xv_attribute_flag_t;
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xv_video_notify_reason_t {
<a name="l00074"></a>00074     XCB_XV_VIDEO_NOTIFY_REASON_STARTED,
<a name="l00075"></a>00075     XCB_XV_VIDEO_NOTIFY_REASON_STOPPED,
<a name="l00076"></a>00076     XCB_XV_VIDEO_NOTIFY_REASON_BUSY,
<a name="l00077"></a>00077     XCB_XV_VIDEO_NOTIFY_REASON_PREEMPTED,
<a name="l00078"></a>00078     XCB_XV_VIDEO_NOTIFY_REASON_HARD_ERROR
<a name="l00079"></a>00079 } xcb_xv_video_notify_reason_t;
<a name="l00080"></a>00080 
<a name="l00081"></a>00081 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xv_scanline_order_t {
<a name="l00082"></a>00082     XCB_XV_SCANLINE_ORDER_TOP_TO_BOTTOM,
<a name="l00083"></a>00083     XCB_XV_SCANLINE_ORDER_BOTTOM_TO_TOP
<a name="l00084"></a>00084 } xcb_xv_scanline_order_t;
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xv_grab_port_status_t {
<a name="l00087"></a>00087     XCB_XV_GRAB_PORT_STATUS_SUCCESS,
<a name="l00088"></a>00088     XCB_XV_GRAB_PORT_STATUS_BAD_EXTENSION,
<a name="l00089"></a>00089     XCB_XV_GRAB_PORT_STATUS_ALREADY_GRABBED,
<a name="l00090"></a>00090     XCB_XV_GRAB_PORT_STATUS_INVALID_TIME,
<a name="l00091"></a>00091     XCB_XV_GRAB_PORT_STATUS_BAD_REPLY,
<a name="l00092"></a>00092     XCB_XV_GRAB_PORT_STATUS_BAD_ALLOC
<a name="l00093"></a>00093 } xcb_xv_grab_port_status_t;
<a name="l00094"></a>00094 
<a name="l00098"></a><a class="code" href="structxcb__xv__rational__t.html">00098</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__rational__t.html" title="xcb_xv_rational_t">xcb_xv_rational_t</a> {
<a name="l00099"></a><a class="code" href="structxcb__xv__rational__t.html#a6e91696a44818532720a16d0fdb830fc">00099</a>     int32_t <a class="code" href="structxcb__xv__rational__t.html#a6e91696a44818532720a16d0fdb830fc">numerator</a>; 
<a name="l00100"></a><a class="code" href="structxcb__xv__rational__t.html#ac1a1b18f6c53d9b17cedcb91e2f5a759">00100</a>     int32_t <a class="code" href="structxcb__xv__rational__t.html#ac1a1b18f6c53d9b17cedcb91e2f5a759">denominator</a>; 
<a name="l00101"></a>00101 } <a class="code" href="group__XCB__Xv__API.html#gaed14084468f9f6029df27149e0e45207" title="xcb_xv_rational_t">xcb_xv_rational_t</a>;
<a name="l00102"></a>00102 
<a name="l00106"></a><a class="code" href="structxcb__xv__rational__iterator__t.html">00106</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__rational__iterator__t.html" title="xcb_xv_rational_iterator_t">xcb_xv_rational_iterator_t</a> {
<a name="l00107"></a><a class="code" href="structxcb__xv__rational__iterator__t.html#a85b17dbb35eabac825902b31f9cbf7c6">00107</a>     <a class="code" href="structxcb__xv__rational__t.html" title="xcb_xv_rational_t">xcb_xv_rational_t</a> *<a class="code" href="structxcb__xv__rational__iterator__t.html#a85b17dbb35eabac825902b31f9cbf7c6">data</a>; 
<a name="l00108"></a><a class="code" href="structxcb__xv__rational__iterator__t.html#a713e0627ad79750458b1d02334814b16">00108</a>     <span class="keywordtype">int</span>                <a class="code" href="structxcb__xv__rational__iterator__t.html#a713e0627ad79750458b1d02334814b16">rem</a>; 
<a name="l00109"></a><a class="code" href="structxcb__xv__rational__iterator__t.html#aae18182fec7b3207a5a72211c9d9402e">00109</a>     <span class="keywordtype">int</span>                <a class="code" href="structxcb__xv__rational__iterator__t.html#aae18182fec7b3207a5a72211c9d9402e">index</a>; 
<a name="l00110"></a>00110 } <a class="code" href="group__XCB__Xv__API.html#ga9b0f9b01ef4086782740615e647be4d8" title="xcb_xv_rational_iterator_t">xcb_xv_rational_iterator_t</a>;
<a name="l00111"></a>00111 
<a name="l00115"></a><a class="code" href="structxcb__xv__format__t.html">00115</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__format__t.html" title="xcb_xv_format_t">xcb_xv_format_t</a> {
<a name="l00116"></a><a class="code" href="structxcb__xv__format__t.html#aa8444c8e2cfaf10cb182e22491ce3dc4">00116</a>     xcb_visualid_t <a class="code" href="structxcb__xv__format__t.html#aa8444c8e2cfaf10cb182e22491ce3dc4">visual</a>; 
<a name="l00117"></a><a class="code" href="structxcb__xv__format__t.html#a81939225274b38daddd55280139aa11f">00117</a>     uint8_t        <a class="code" href="structxcb__xv__format__t.html#a81939225274b38daddd55280139aa11f">depth</a>; 
<a name="l00118"></a><a class="code" href="structxcb__xv__format__t.html#abec288c0499312ef62991877e5c55630">00118</a>     uint8_t        <a class="code" href="structxcb__xv__format__t.html#abec288c0499312ef62991877e5c55630">pad0</a>[3]; 
<a name="l00119"></a>00119 } <a class="code" href="group__XCB__Xv__API.html#ga1beed3ff7b7ed610fcd7f2926039d671" title="xcb_xv_format_t">xcb_xv_format_t</a>;
<a name="l00120"></a>00120 
<a name="l00124"></a><a class="code" href="structxcb__xv__format__iterator__t.html">00124</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__format__iterator__t.html" title="xcb_xv_format_iterator_t">xcb_xv_format_iterator_t</a> {
<a name="l00125"></a><a class="code" href="structxcb__xv__format__iterator__t.html#a4b54f9bfaadaf47553211919cf1cfbbe">00125</a>     <a class="code" href="structxcb__xv__format__t.html" title="xcb_xv_format_t">xcb_xv_format_t</a> *<a class="code" href="structxcb__xv__format__iterator__t.html#a4b54f9bfaadaf47553211919cf1cfbbe">data</a>; 
<a name="l00126"></a><a class="code" href="structxcb__xv__format__iterator__t.html#a37d84b814fbb774bf00914ef48ed4200">00126</a>     <span class="keywordtype">int</span>              <a class="code" href="structxcb__xv__format__iterator__t.html#a37d84b814fbb774bf00914ef48ed4200">rem</a>; 
<a name="l00127"></a><a class="code" href="structxcb__xv__format__iterator__t.html#a5bb854f206e029d2a1871d6662439140">00127</a>     <span class="keywordtype">int</span>              <a class="code" href="structxcb__xv__format__iterator__t.html#a5bb854f206e029d2a1871d6662439140">index</a>; 
<a name="l00128"></a>00128 } <a class="code" href="group__XCB__Xv__API.html#gab14fc0e4032ed52b32224af868654455" title="xcb_xv_format_iterator_t">xcb_xv_format_iterator_t</a>;
<a name="l00129"></a>00129 
<a name="l00133"></a><a class="code" href="structxcb__xv__adaptor__info__t.html">00133</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> {
<a name="l00134"></a><a class="code" href="structxcb__xv__adaptor__info__t.html#a6cabb0ae721c2c13d33fc777482e039c">00134</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__adaptor__info__t.html#a6cabb0ae721c2c13d33fc777482e039c">base_id</a>; 
<a name="l00135"></a><a class="code" href="structxcb__xv__adaptor__info__t.html#a5990a9635b992acf2c70452796676762">00135</a>     uint16_t      <a class="code" href="structxcb__xv__adaptor__info__t.html#a5990a9635b992acf2c70452796676762">name_size</a>; 
<a name="l00136"></a><a class="code" href="structxcb__xv__adaptor__info__t.html#a6e5a529dca01a6a06eb7cda4fac90586">00136</a>     uint16_t      <a class="code" href="structxcb__xv__adaptor__info__t.html#a6e5a529dca01a6a06eb7cda4fac90586">num_ports</a>; 
<a name="l00137"></a><a class="code" href="structxcb__xv__adaptor__info__t.html#ac39765869d86d4ee0707c0a61657a6c8">00137</a>     uint16_t      <a class="code" href="structxcb__xv__adaptor__info__t.html#ac39765869d86d4ee0707c0a61657a6c8">num_formats</a>; 
<a name="l00138"></a><a class="code" href="structxcb__xv__adaptor__info__t.html#a4d0061013c13be4926450cee4c380e02">00138</a>     uint8_t       <a class="code" href="structxcb__xv__adaptor__info__t.html#a4d0061013c13be4926450cee4c380e02">type</a>; 
<a name="l00139"></a><a class="code" href="structxcb__xv__adaptor__info__t.html#afcbcd07263a646efbc67337aad5b57a4">00139</a>     uint8_t       <a class="code" href="structxcb__xv__adaptor__info__t.html#afcbcd07263a646efbc67337aad5b57a4">pad0</a>; 
<a name="l00140"></a>00140 } <a class="code" href="group__XCB__Xv__API.html#ga26ea066a59ac65255a11f656196f6e4f" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a>;
<a name="l00141"></a>00141 
<a name="l00145"></a><a class="code" href="structxcb__xv__adaptor__info__iterator__t.html">00145</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__adaptor__info__iterator__t.html" title="xcb_xv_adaptor_info_iterator_t">xcb_xv_adaptor_info_iterator_t</a> {
<a name="l00146"></a><a class="code" href="structxcb__xv__adaptor__info__iterator__t.html#adb1a7956ab314559ed233cfce58f2376">00146</a>     <a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> *<a class="code" href="structxcb__xv__adaptor__info__iterator__t.html#adb1a7956ab314559ed233cfce58f2376">data</a>; 
<a name="l00147"></a><a class="code" href="structxcb__xv__adaptor__info__iterator__t.html#aef4fda3d6f0910eecb36f96a3a7a5eef">00147</a>     <span class="keywordtype">int</span>                    <a class="code" href="structxcb__xv__adaptor__info__iterator__t.html#aef4fda3d6f0910eecb36f96a3a7a5eef">rem</a>; 
<a name="l00148"></a><a class="code" href="structxcb__xv__adaptor__info__iterator__t.html#a14c26f068bb0cfed065b8efea3f283c4">00148</a>     <span class="keywordtype">int</span>                    <a class="code" href="structxcb__xv__adaptor__info__iterator__t.html#a14c26f068bb0cfed065b8efea3f283c4">index</a>; 
<a name="l00149"></a>00149 } <a class="code" href="group__XCB__Xv__API.html#ga845188d4c55ffae33de79e21d09e4507" title="xcb_xv_adaptor_info_iterator_t">xcb_xv_adaptor_info_iterator_t</a>;
<a name="l00150"></a>00150 
<a name="l00154"></a><a class="code" href="structxcb__xv__encoding__info__t.html">00154</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__encoding__info__t.html" title="xcb_xv_encoding_info_t">xcb_xv_encoding_info_t</a> {
<a name="l00155"></a><a class="code" href="structxcb__xv__encoding__info__t.html#a0b7fe764d222baa25d7231b8a0b8e485">00155</a>     xcb_xv_encoding_t <a class="code" href="structxcb__xv__encoding__info__t.html#a0b7fe764d222baa25d7231b8a0b8e485">encoding</a>; 
<a name="l00156"></a><a class="code" href="structxcb__xv__encoding__info__t.html#aea29446ccbcff1b5c5c93c7c01db57f7">00156</a>     uint16_t          <a class="code" href="structxcb__xv__encoding__info__t.html#aea29446ccbcff1b5c5c93c7c01db57f7">name_size</a>; 
<a name="l00157"></a><a class="code" href="structxcb__xv__encoding__info__t.html#a7a7c29a4cf2eeb502d762385068bb38a">00157</a>     uint16_t          <a class="code" href="structxcb__xv__encoding__info__t.html#a7a7c29a4cf2eeb502d762385068bb38a">width</a>; 
<a name="l00158"></a><a class="code" href="structxcb__xv__encoding__info__t.html#ae1e6e2ca51b7c79040328a6f8c796c56">00158</a>     uint16_t          <a class="code" href="structxcb__xv__encoding__info__t.html#ae1e6e2ca51b7c79040328a6f8c796c56">height</a>; 
<a name="l00159"></a><a class="code" href="structxcb__xv__encoding__info__t.html#a5c5480f992f163d5f35f09097893c99a">00159</a>     uint8_t           <a class="code" href="structxcb__xv__encoding__info__t.html#a5c5480f992f163d5f35f09097893c99a">pad0</a>[2]; 
<a name="l00160"></a><a class="code" href="structxcb__xv__encoding__info__t.html#aa8e731416cb199517d79c14da5c847ef">00160</a>     <a class="code" href="structxcb__xv__rational__t.html" title="xcb_xv_rational_t">xcb_xv_rational_t</a> <a class="code" href="structxcb__xv__encoding__info__t.html#aa8e731416cb199517d79c14da5c847ef">rate</a>; 
<a name="l00161"></a>00161 } <a class="code" href="group__XCB__Xv__API.html#ga5829a40b22633ab9b348b21848227a75" title="xcb_xv_encoding_info_t">xcb_xv_encoding_info_t</a>;
<a name="l00162"></a>00162 
<a name="l00166"></a><a class="code" href="structxcb__xv__encoding__info__iterator__t.html">00166</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__encoding__info__iterator__t.html" title="xcb_xv_encoding_info_iterator_t">xcb_xv_encoding_info_iterator_t</a> {
<a name="l00167"></a><a class="code" href="structxcb__xv__encoding__info__iterator__t.html#a0d034dc094b24d8a6397baa5faa80763">00167</a>     <a class="code" href="structxcb__xv__encoding__info__t.html" title="xcb_xv_encoding_info_t">xcb_xv_encoding_info_t</a> *<a class="code" href="structxcb__xv__encoding__info__iterator__t.html#a0d034dc094b24d8a6397baa5faa80763">data</a>; 
<a name="l00168"></a><a class="code" href="structxcb__xv__encoding__info__iterator__t.html#a85b65ec1394c1e0cf220efb8735acbaf">00168</a>     <span class="keywordtype">int</span>                     <a class="code" href="structxcb__xv__encoding__info__iterator__t.html#a85b65ec1394c1e0cf220efb8735acbaf">rem</a>; 
<a name="l00169"></a><a class="code" href="structxcb__xv__encoding__info__iterator__t.html#af4c018d49e6d94b16b79650d4afe0b53">00169</a>     <span class="keywordtype">int</span>                     <a class="code" href="structxcb__xv__encoding__info__iterator__t.html#af4c018d49e6d94b16b79650d4afe0b53">index</a>; 
<a name="l00170"></a>00170 } <a class="code" href="group__XCB__Xv__API.html#ga6625891257a2e0e6529fd4327bbd431c" title="xcb_xv_encoding_info_iterator_t">xcb_xv_encoding_info_iterator_t</a>;
<a name="l00171"></a>00171 
<a name="l00175"></a><a class="code" href="structxcb__xv__image__t.html">00175</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> {
<a name="l00176"></a><a class="code" href="structxcb__xv__image__t.html#a205cbf38f5f9e5a1a5f121bf724f0aaa">00176</a>     uint32_t <a class="code" href="structxcb__xv__image__t.html#a205cbf38f5f9e5a1a5f121bf724f0aaa">id</a>; 
<a name="l00177"></a><a class="code" href="structxcb__xv__image__t.html#a023471526a1212f67880a6a7cc02b204">00177</a>     uint16_t <a class="code" href="structxcb__xv__image__t.html#a023471526a1212f67880a6a7cc02b204">width</a>; 
<a name="l00178"></a><a class="code" href="structxcb__xv__image__t.html#a3dce451c2d6cce42851b45d1f98c1682">00178</a>     uint16_t <a class="code" href="structxcb__xv__image__t.html#a3dce451c2d6cce42851b45d1f98c1682">height</a>; 
<a name="l00179"></a><a class="code" href="structxcb__xv__image__t.html#ae29442280c6ff42fe36c8a20b1e1a47d">00179</a>     uint32_t <a class="code" href="structxcb__xv__image__t.html#ae29442280c6ff42fe36c8a20b1e1a47d">data_size</a>; 
<a name="l00180"></a><a class="code" href="structxcb__xv__image__t.html#a9ffd21a7de970e6cd2186849bf899ebc">00180</a>     uint32_t <a class="code" href="structxcb__xv__image__t.html#a9ffd21a7de970e6cd2186849bf899ebc">num_planes</a>; 
<a name="l00181"></a>00181 } <a class="code" href="group__XCB__Xv__API.html#gafb414ba4c34a9e5f72fc6a3b4477c8e4" title="xcb_xv_image_t">xcb_xv_image_t</a>;
<a name="l00182"></a>00182 
<a name="l00186"></a><a class="code" href="structxcb__xv__image__iterator__t.html">00186</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__image__iterator__t.html" title="xcb_xv_image_iterator_t">xcb_xv_image_iterator_t</a> {
<a name="l00187"></a><a class="code" href="structxcb__xv__image__iterator__t.html#a503e7bd535aa354325a58eacd447bfdf">00187</a>     <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *<a class="code" href="structxcb__xv__image__iterator__t.html#a503e7bd535aa354325a58eacd447bfdf">data</a>; 
<a name="l00188"></a><a class="code" href="structxcb__xv__image__iterator__t.html#a9038d463ec84da8807aa221d1ee0b180">00188</a>     <span class="keywordtype">int</span>             <a class="code" href="structxcb__xv__image__iterator__t.html#a9038d463ec84da8807aa221d1ee0b180">rem</a>; 
<a name="l00189"></a><a class="code" href="structxcb__xv__image__iterator__t.html#a8ff5516eed229cafaf18a40de274c3ed">00189</a>     <span class="keywordtype">int</span>             <a class="code" href="structxcb__xv__image__iterator__t.html#a8ff5516eed229cafaf18a40de274c3ed">index</a>; 
<a name="l00190"></a>00190 } <a class="code" href="group__XCB__Xv__API.html#ga1e1f69f75681980a13e12b4ba36e9034" title="xcb_xv_image_iterator_t">xcb_xv_image_iterator_t</a>;
<a name="l00191"></a>00191 
<a name="l00195"></a><a class="code" href="structxcb__xv__attribute__info__t.html">00195</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__attribute__info__t.html" title="xcb_xv_attribute_info_t">xcb_xv_attribute_info_t</a> {
<a name="l00196"></a><a class="code" href="structxcb__xv__attribute__info__t.html#a52f4abf7a7d987c0375b12115fbbc664">00196</a>     uint32_t <a class="code" href="structxcb__xv__attribute__info__t.html#a52f4abf7a7d987c0375b12115fbbc664">flags</a>; 
<a name="l00197"></a><a class="code" href="structxcb__xv__attribute__info__t.html#aa8fb27c417e93bb0eaaca81f608d122a">00197</a>     int32_t  <a class="code" href="structxcb__xv__attribute__info__t.html#aa8fb27c417e93bb0eaaca81f608d122a">min</a>; 
<a name="l00198"></a><a class="code" href="structxcb__xv__attribute__info__t.html#a9a87e88570f7f8fadd9f38faa0759f37">00198</a>     int32_t  <a class="code" href="structxcb__xv__attribute__info__t.html#a9a87e88570f7f8fadd9f38faa0759f37">max</a>; 
<a name="l00199"></a><a class="code" href="structxcb__xv__attribute__info__t.html#ade1f929940127439754ac8f4fe3eeec8">00199</a>     uint32_t <a class="code" href="structxcb__xv__attribute__info__t.html#ade1f929940127439754ac8f4fe3eeec8">size</a>; 
<a name="l00200"></a>00200 } <a class="code" href="group__XCB__Xv__API.html#gaff6005d8f230a453bd58c7bfa8463bca" title="xcb_xv_attribute_info_t">xcb_xv_attribute_info_t</a>;
<a name="l00201"></a>00201 
<a name="l00205"></a><a class="code" href="structxcb__xv__attribute__info__iterator__t.html">00205</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__attribute__info__iterator__t.html" title="xcb_xv_attribute_info_iterator_t">xcb_xv_attribute_info_iterator_t</a> {
<a name="l00206"></a><a class="code" href="structxcb__xv__attribute__info__iterator__t.html#a5863bb97d4f65a832d3e6f57e7bad666">00206</a>     <a class="code" href="structxcb__xv__attribute__info__t.html" title="xcb_xv_attribute_info_t">xcb_xv_attribute_info_t</a> *<a class="code" href="structxcb__xv__attribute__info__iterator__t.html#a5863bb97d4f65a832d3e6f57e7bad666">data</a>; 
<a name="l00207"></a><a class="code" href="structxcb__xv__attribute__info__iterator__t.html#a551db7dee8cdb2d9a59a899bff4e97c3">00207</a>     <span class="keywordtype">int</span>                      <a class="code" href="structxcb__xv__attribute__info__iterator__t.html#a551db7dee8cdb2d9a59a899bff4e97c3">rem</a>; 
<a name="l00208"></a><a class="code" href="structxcb__xv__attribute__info__iterator__t.html#aa0cc5b18e33be8440707b683e4c5ea38">00208</a>     <span class="keywordtype">int</span>                      <a class="code" href="structxcb__xv__attribute__info__iterator__t.html#aa0cc5b18e33be8440707b683e4c5ea38">index</a>; 
<a name="l00209"></a>00209 } <a class="code" href="group__XCB__Xv__API.html#ga97ed00b10b4dd4554e3a0435f5d1729e" title="xcb_xv_attribute_info_iterator_t">xcb_xv_attribute_info_iterator_t</a>;
<a name="l00210"></a>00210 
<a name="l00214"></a><a class="code" href="structxcb__xv__image__format__info__t.html">00214</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__image__format__info__t.html" title="xcb_xv_image_format_info_t">xcb_xv_image_format_info_t</a> {
<a name="l00215"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a03f69d1d64ea479e5167b9835e63fbae">00215</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#a03f69d1d64ea479e5167b9835e63fbae">id</a>; 
<a name="l00216"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a0cd42848c18f566ef5bc2e449910b579">00216</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a0cd42848c18f566ef5bc2e449910b579">type</a>; 
<a name="l00217"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a0b2bf4cc63f7e9b900a3844d7df770aa">00217</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a0b2bf4cc63f7e9b900a3844d7df770aa">byte_order</a>; 
<a name="l00218"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a4608e72104f58d4cae7aa8824f9a704d">00218</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a4608e72104f58d4cae7aa8824f9a704d">pad0</a>[2]; 
<a name="l00219"></a><a class="code" href="structxcb__xv__image__format__info__t.html#abc5a54d252ae35115dd71e148ef1b285">00219</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#abc5a54d252ae35115dd71e148ef1b285">guid</a>[16]; 
<a name="l00220"></a><a class="code" href="structxcb__xv__image__format__info__t.html#af6441fd33bae22bd4465954de17bdebf">00220</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#af6441fd33bae22bd4465954de17bdebf">bpp</a>; 
<a name="l00221"></a><a class="code" href="structxcb__xv__image__format__info__t.html#ab0538c44d336365e7695bab5bfd1181b">00221</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#ab0538c44d336365e7695bab5bfd1181b">num_planes</a>; 
<a name="l00222"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a7ce671df8ba7211114102411ef62286e">00222</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a7ce671df8ba7211114102411ef62286e">pad1</a>[2]; 
<a name="l00223"></a><a class="code" href="structxcb__xv__image__format__info__t.html#ab5cdd28e6a7b4b21ab005eaead8ce70f">00223</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#ab5cdd28e6a7b4b21ab005eaead8ce70f">depth</a>; 
<a name="l00224"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a73b2074199fa83fb9427f9c14b850178">00224</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a73b2074199fa83fb9427f9c14b850178">pad2</a>[3]; 
<a name="l00225"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a4191c4ddbac024cbb9e42446e960aeed">00225</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#a4191c4ddbac024cbb9e42446e960aeed">red_mask</a>; 
<a name="l00226"></a><a class="code" href="structxcb__xv__image__format__info__t.html#af52b4d7772d5af64786edbf01907964a">00226</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#af52b4d7772d5af64786edbf01907964a">green_mask</a>; 
<a name="l00227"></a><a class="code" href="structxcb__xv__image__format__info__t.html#ac496f1855b49541f7b24931e8acd8ef5">00227</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#ac496f1855b49541f7b24931e8acd8ef5">blue_mask</a>; 
<a name="l00228"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a78e5b1920463ccb36eedd43eb22eb2e1">00228</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a78e5b1920463ccb36eedd43eb22eb2e1">format</a>; 
<a name="l00229"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a8ca02a6423fa5a57364b0709a5d16aa3">00229</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a8ca02a6423fa5a57364b0709a5d16aa3">pad3</a>[3]; 
<a name="l00230"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a0a04e7888734d4d898774de1985e63d5">00230</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#a0a04e7888734d4d898774de1985e63d5">y_sample_bits</a>; 
<a name="l00231"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a08178ba0154cbbe95c7266664417b6f4">00231</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#a08178ba0154cbbe95c7266664417b6f4">u_sample_bits</a>; 
<a name="l00232"></a><a class="code" href="structxcb__xv__image__format__info__t.html#ad68b639f9940499e1cf53e04f43cb4c8">00232</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#ad68b639f9940499e1cf53e04f43cb4c8">v_sample_bits</a>; 
<a name="l00233"></a><a class="code" href="structxcb__xv__image__format__info__t.html#ab12de3c9b8d5b03b8ff618d13db4c70d">00233</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#ab12de3c9b8d5b03b8ff618d13db4c70d">vhorz_y_period</a>; 
<a name="l00234"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a98c363e36c19f8c4f7cc5a7c16e7e303">00234</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#a98c363e36c19f8c4f7cc5a7c16e7e303">vhorz_u_period</a>; 
<a name="l00235"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a9ac496de9a2d2134ca4cd21d9258597b">00235</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#a9ac496de9a2d2134ca4cd21d9258597b">vhorz_v_period</a>; 
<a name="l00236"></a><a class="code" href="structxcb__xv__image__format__info__t.html#aed93a44c2f19850f4e78fbf43728be7c">00236</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#aed93a44c2f19850f4e78fbf43728be7c">vvert_y_period</a>; 
<a name="l00237"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a39d8c8ab1e4319e4dbf1da1d141af36e">00237</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#a39d8c8ab1e4319e4dbf1da1d141af36e">vvert_u_period</a>; 
<a name="l00238"></a><a class="code" href="structxcb__xv__image__format__info__t.html#af4c5c0daa45850e17dcf76a483915e36">00238</a>     uint32_t <a class="code" href="structxcb__xv__image__format__info__t.html#af4c5c0daa45850e17dcf76a483915e36">vvert_v_period</a>; 
<a name="l00239"></a><a class="code" href="structxcb__xv__image__format__info__t.html#aaaa6103e2e5a1c6786bf24300809873a">00239</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#aaaa6103e2e5a1c6786bf24300809873a">vcomp_order</a>[32]; 
<a name="l00240"></a><a class="code" href="structxcb__xv__image__format__info__t.html#a52cd80e13319d913cb90d33e29a683c5">00240</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#a52cd80e13319d913cb90d33e29a683c5">vscanline_order</a>; 
<a name="l00241"></a><a class="code" href="structxcb__xv__image__format__info__t.html#ada3a5a4fd22c0d43f5dc2e7422df3b80">00241</a>     uint8_t  <a class="code" href="structxcb__xv__image__format__info__t.html#ada3a5a4fd22c0d43f5dc2e7422df3b80">pad4</a>[11]; 
<a name="l00242"></a>00242 } <a class="code" href="group__XCB__Xv__API.html#ga41c92e4f4ccf6c1bc0a3e518e5406c26" title="xcb_xv_image_format_info_t">xcb_xv_image_format_info_t</a>;
<a name="l00243"></a>00243 
<a name="l00247"></a><a class="code" href="structxcb__xv__image__format__info__iterator__t.html">00247</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__image__format__info__iterator__t.html" title="xcb_xv_image_format_info_iterator_t">xcb_xv_image_format_info_iterator_t</a> {
<a name="l00248"></a><a class="code" href="structxcb__xv__image__format__info__iterator__t.html#a550ee8d9832ea7c7386d57752101875b">00248</a>     <a class="code" href="structxcb__xv__image__format__info__t.html" title="xcb_xv_image_format_info_t">xcb_xv_image_format_info_t</a> *<a class="code" href="structxcb__xv__image__format__info__iterator__t.html#a550ee8d9832ea7c7386d57752101875b">data</a>; 
<a name="l00249"></a><a class="code" href="structxcb__xv__image__format__info__iterator__t.html#a086d486ab098ae8a0612f17f4a8673d9">00249</a>     <span class="keywordtype">int</span>                         <a class="code" href="structxcb__xv__image__format__info__iterator__t.html#a086d486ab098ae8a0612f17f4a8673d9">rem</a>; 
<a name="l00250"></a><a class="code" href="structxcb__xv__image__format__info__iterator__t.html#aea3b0a95ab1693e9af857153b0401ef4">00250</a>     <span class="keywordtype">int</span>                         <a class="code" href="structxcb__xv__image__format__info__iterator__t.html#aea3b0a95ab1693e9af857153b0401ef4">index</a>; 
<a name="l00251"></a>00251 } <a class="code" href="group__XCB__Xv__API.html#gad041d152774693c3195604ca6d88ddc9" title="xcb_xv_image_format_info_iterator_t">xcb_xv_image_format_info_iterator_t</a>;
<a name="l00252"></a>00252 
<a name="l00254"></a><a class="code" href="group__XCB__Xv__API.html#ga86f79752331ed058c3e37f5c3e6c1f9c">00254</a> <span class="preprocessor">#define XCB_XV_BAD_PORT 0</span>
<a name="l00255"></a>00255 <span class="preprocessor"></span>
<a name="l00259"></a><a class="code" href="structxcb__xv__bad__port__error__t.html">00259</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__bad__port__error__t.html" title="xcb_xv_bad_port_error_t">xcb_xv_bad_port_error_t</a> {
<a name="l00260"></a><a class="code" href="structxcb__xv__bad__port__error__t.html#ae6a111780a172f73dcaabe66015dbd1f">00260</a>     uint8_t  <a class="code" href="structxcb__xv__bad__port__error__t.html#ae6a111780a172f73dcaabe66015dbd1f">response_type</a>; 
<a name="l00261"></a><a class="code" href="structxcb__xv__bad__port__error__t.html#a8903532039e8a06e2164ce3aca9783b1">00261</a>     uint8_t  <a class="code" href="structxcb__xv__bad__port__error__t.html#a8903532039e8a06e2164ce3aca9783b1">error_code</a>; 
<a name="l00262"></a><a class="code" href="structxcb__xv__bad__port__error__t.html#a1e29a4b2bf64b792136ade9ecf602aa4">00262</a>     uint16_t <a class="code" href="structxcb__xv__bad__port__error__t.html#a1e29a4b2bf64b792136ade9ecf602aa4">sequence</a>; 
<a name="l00263"></a>00263 } <a class="code" href="group__XCB__Xv__API.html#gacb10630b5ece8562117da79bd006e7f5" title="xcb_xv_bad_port_error_t">xcb_xv_bad_port_error_t</a>;
<a name="l00264"></a>00264 
<a name="l00266"></a><a class="code" href="group__XCB__Xv__API.html#gae829f1d93509449bc37df7d81245085c">00266</a> <span class="preprocessor">#define XCB_XV_BAD_ENCODING 1</span>
<a name="l00267"></a>00267 <span class="preprocessor"></span>
<a name="l00271"></a><a class="code" href="structxcb__xv__bad__encoding__error__t.html">00271</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__bad__encoding__error__t.html" title="xcb_xv_bad_encoding_error_t">xcb_xv_bad_encoding_error_t</a> {
<a name="l00272"></a><a class="code" href="structxcb__xv__bad__encoding__error__t.html#adfcde0d835c0e000072d26a273369db6">00272</a>     uint8_t  <a class="code" href="structxcb__xv__bad__encoding__error__t.html#adfcde0d835c0e000072d26a273369db6">response_type</a>; 
<a name="l00273"></a><a class="code" href="structxcb__xv__bad__encoding__error__t.html#a851e73c4da50ef50c8e871f27e0a8042">00273</a>     uint8_t  <a class="code" href="structxcb__xv__bad__encoding__error__t.html#a851e73c4da50ef50c8e871f27e0a8042">error_code</a>; 
<a name="l00274"></a><a class="code" href="structxcb__xv__bad__encoding__error__t.html#a7000acdf5097af365986a8f6eaa7d08f">00274</a>     uint16_t <a class="code" href="structxcb__xv__bad__encoding__error__t.html#a7000acdf5097af365986a8f6eaa7d08f">sequence</a>; 
<a name="l00275"></a>00275 } <a class="code" href="group__XCB__Xv__API.html#ga61479ea42a6e0ebe370456c24a64eae7" title="xcb_xv_bad_encoding_error_t">xcb_xv_bad_encoding_error_t</a>;
<a name="l00276"></a>00276 
<a name="l00278"></a><a class="code" href="group__XCB__Xv__API.html#ga0920554605f7d49303ea38855e5a8714">00278</a> <span class="preprocessor">#define XCB_XV_BAD_CONTROL 2</span>
<a name="l00279"></a>00279 <span class="preprocessor"></span>
<a name="l00283"></a><a class="code" href="structxcb__xv__bad__control__error__t.html">00283</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__bad__control__error__t.html" title="xcb_xv_bad_control_error_t">xcb_xv_bad_control_error_t</a> {
<a name="l00284"></a><a class="code" href="structxcb__xv__bad__control__error__t.html#a75d62a87e5f194a01dc04337b655a560">00284</a>     uint8_t  <a class="code" href="structxcb__xv__bad__control__error__t.html#a75d62a87e5f194a01dc04337b655a560">response_type</a>; 
<a name="l00285"></a><a class="code" href="structxcb__xv__bad__control__error__t.html#ac312f5cb23d7b341995e5b3df3193a27">00285</a>     uint8_t  <a class="code" href="structxcb__xv__bad__control__error__t.html#ac312f5cb23d7b341995e5b3df3193a27">error_code</a>; 
<a name="l00286"></a><a class="code" href="structxcb__xv__bad__control__error__t.html#a4958bce3523446a4913dd4dba968ed30">00286</a>     uint16_t <a class="code" href="structxcb__xv__bad__control__error__t.html#a4958bce3523446a4913dd4dba968ed30">sequence</a>; 
<a name="l00287"></a>00287 } <a class="code" href="group__XCB__Xv__API.html#ga82b733a84088d0d1d773bdde365be0ef" title="xcb_xv_bad_control_error_t">xcb_xv_bad_control_error_t</a>;
<a name="l00288"></a>00288 
<a name="l00290"></a><a class="code" href="group__XCB__Xv__API.html#gac2e67a77fbde2192a07612095f1c1b47">00290</a> <span class="preprocessor">#define XCB_XV_VIDEO_NOTIFY 0</span>
<a name="l00291"></a>00291 <span class="preprocessor"></span>
<a name="l00295"></a><a class="code" href="structxcb__xv__video__notify__event__t.html">00295</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__video__notify__event__t.html" title="xcb_xv_video_notify_event_t">xcb_xv_video_notify_event_t</a> {
<a name="l00296"></a><a class="code" href="structxcb__xv__video__notify__event__t.html#a811148c8e89454d6f1da0b1e809016c9">00296</a>     uint8_t         <a class="code" href="structxcb__xv__video__notify__event__t.html#a811148c8e89454d6f1da0b1e809016c9">response_type</a>; 
<a name="l00297"></a><a class="code" href="structxcb__xv__video__notify__event__t.html#a4d348947203880363a7233903d12703d">00297</a>     uint8_t         <a class="code" href="structxcb__xv__video__notify__event__t.html#a4d348947203880363a7233903d12703d">reason</a>; 
<a name="l00298"></a><a class="code" href="structxcb__xv__video__notify__event__t.html#a18b64c3449a750a6f8a37fd3c4ab2ce1">00298</a>     uint16_t        <a class="code" href="structxcb__xv__video__notify__event__t.html#a18b64c3449a750a6f8a37fd3c4ab2ce1">sequence</a>; 
<a name="l00299"></a><a class="code" href="structxcb__xv__video__notify__event__t.html#a2ff51883c6d4056bb9ea6875c28c9cfc">00299</a>     xcb_timestamp_t <a class="code" href="structxcb__xv__video__notify__event__t.html#a2ff51883c6d4056bb9ea6875c28c9cfc">time</a>; 
<a name="l00300"></a><a class="code" href="structxcb__xv__video__notify__event__t.html#aa05d9339efd23ec63f634d61c5213e79">00300</a>     xcb_drawable_t  <a class="code" href="structxcb__xv__video__notify__event__t.html#aa05d9339efd23ec63f634d61c5213e79">drawable</a>; 
<a name="l00301"></a><a class="code" href="structxcb__xv__video__notify__event__t.html#af7bbcd322445acf731f2a5aebf8f11d8">00301</a>     xcb_xv_port_t   <a class="code" href="structxcb__xv__video__notify__event__t.html#af7bbcd322445acf731f2a5aebf8f11d8">port</a>; 
<a name="l00302"></a>00302 } <a class="code" href="group__XCB__Xv__API.html#gad119e03eee85cf7e93a244021361b850" title="xcb_xv_video_notify_event_t">xcb_xv_video_notify_event_t</a>;
<a name="l00303"></a>00303 
<a name="l00305"></a><a class="code" href="group__XCB__Xv__API.html#ga76167d90dbe51da754dd50c8f099a2f6">00305</a> <span class="preprocessor">#define XCB_XV_PORT_NOTIFY 1</span>
<a name="l00306"></a>00306 <span class="preprocessor"></span>
<a name="l00310"></a><a class="code" href="structxcb__xv__port__notify__event__t.html">00310</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__port__notify__event__t.html" title="xcb_xv_port_notify_event_t">xcb_xv_port_notify_event_t</a> {
<a name="l00311"></a><a class="code" href="structxcb__xv__port__notify__event__t.html#a2bc6dedfb802f0f28bd5db02288add10">00311</a>     uint8_t         <a class="code" href="structxcb__xv__port__notify__event__t.html#a2bc6dedfb802f0f28bd5db02288add10">response_type</a>; 
<a name="l00312"></a><a class="code" href="structxcb__xv__port__notify__event__t.html#a17968ad7a4698ebd74c33d8b7f39c8dc">00312</a>     uint8_t         <a class="code" href="structxcb__xv__port__notify__event__t.html#a17968ad7a4698ebd74c33d8b7f39c8dc">pad0</a>; 
<a name="l00313"></a><a class="code" href="structxcb__xv__port__notify__event__t.html#a297d30eb210629625a3ae73a0c9911f9">00313</a>     uint16_t        <a class="code" href="structxcb__xv__port__notify__event__t.html#a297d30eb210629625a3ae73a0c9911f9">sequence</a>; 
<a name="l00314"></a><a class="code" href="structxcb__xv__port__notify__event__t.html#a7ce7e9b51249c3c6be27ef8434a0eb27">00314</a>     xcb_timestamp_t <a class="code" href="structxcb__xv__port__notify__event__t.html#a7ce7e9b51249c3c6be27ef8434a0eb27">time</a>; 
<a name="l00315"></a><a class="code" href="structxcb__xv__port__notify__event__t.html#a53e2b685bd2343f4d3fae635d54f79a6">00315</a>     xcb_xv_port_t   <a class="code" href="structxcb__xv__port__notify__event__t.html#a53e2b685bd2343f4d3fae635d54f79a6">port</a>; 
<a name="l00316"></a><a class="code" href="structxcb__xv__port__notify__event__t.html#a03624c2f69183711e02836d278b2b822">00316</a>     xcb_atom_t      <a class="code" href="structxcb__xv__port__notify__event__t.html#a03624c2f69183711e02836d278b2b822">attribute</a>; 
<a name="l00317"></a><a class="code" href="structxcb__xv__port__notify__event__t.html#a722eeca3aa62b9efcdbafa839a780ecb">00317</a>     int32_t         <a class="code" href="structxcb__xv__port__notify__event__t.html#a722eeca3aa62b9efcdbafa839a780ecb">value</a>; 
<a name="l00318"></a>00318 } <a class="code" href="group__XCB__Xv__API.html#gabea10c0008c147f7cc1932f41eb5895f" title="xcb_xv_port_notify_event_t">xcb_xv_port_notify_event_t</a>;
<a name="l00319"></a>00319 
<a name="l00323"></a><a class="code" href="structxcb__xv__query__extension__cookie__t.html">00323</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__extension__cookie__t.html" title="xcb_xv_query_extension_cookie_t">xcb_xv_query_extension_cookie_t</a> {
<a name="l00324"></a><a class="code" href="structxcb__xv__query__extension__cookie__t.html#aaa91afc9a5dac49c8c3c1b92209ff724">00324</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__query__extension__cookie__t.html#aaa91afc9a5dac49c8c3c1b92209ff724">sequence</a>; 
<a name="l00325"></a>00325 } <a class="code" href="group__XCB__Xv__API.html#gad4204299feca89b58addd7c47cc9b3cc" title="xcb_xv_query_extension_cookie_t">xcb_xv_query_extension_cookie_t</a>;
<a name="l00326"></a>00326 
<a name="l00328"></a><a class="code" href="group__XCB__Xv__API.html#ga1a012be495d36e00d964de435c4f3c45">00328</a> <span class="preprocessor">#define XCB_XV_QUERY_EXTENSION 0</span>
<a name="l00329"></a>00329 <span class="preprocessor"></span>
<a name="l00333"></a><a class="code" href="structxcb__xv__query__extension__request__t.html">00333</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__extension__request__t.html" title="xcb_xv_query_extension_request_t">xcb_xv_query_extension_request_t</a> {
<a name="l00334"></a><a class="code" href="structxcb__xv__query__extension__request__t.html#a6808c9de4d03f32f510d6846ff7179cc">00334</a>     uint8_t  <a class="code" href="structxcb__xv__query__extension__request__t.html#a6808c9de4d03f32f510d6846ff7179cc">major_opcode</a>; 
<a name="l00335"></a><a class="code" href="structxcb__xv__query__extension__request__t.html#a9409a8c7d543a66f7426eef204e47bf4">00335</a>     uint8_t  <a class="code" href="structxcb__xv__query__extension__request__t.html#a9409a8c7d543a66f7426eef204e47bf4">minor_opcode</a>; 
<a name="l00336"></a><a class="code" href="structxcb__xv__query__extension__request__t.html#a44709eb47777c034cfe2dd59e34ffa76">00336</a>     uint16_t <a class="code" href="structxcb__xv__query__extension__request__t.html#a44709eb47777c034cfe2dd59e34ffa76">length</a>; 
<a name="l00337"></a>00337 } <a class="code" href="group__XCB__Xv__API.html#gaa045d9a9f9ed207f5e2d66e684e7a02f" title="xcb_xv_query_extension_request_t">xcb_xv_query_extension_request_t</a>;
<a name="l00338"></a>00338 
<a name="l00342"></a><a class="code" href="structxcb__xv__query__extension__reply__t.html">00342</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__extension__reply__t.html" title="xcb_xv_query_extension_reply_t">xcb_xv_query_extension_reply_t</a> {
<a name="l00343"></a><a class="code" href="structxcb__xv__query__extension__reply__t.html#a1b6560e7fa9ff10e3f61b7f43b061285">00343</a>     uint8_t  <a class="code" href="structxcb__xv__query__extension__reply__t.html#a1b6560e7fa9ff10e3f61b7f43b061285">response_type</a>; 
<a name="l00344"></a><a class="code" href="structxcb__xv__query__extension__reply__t.html#ae4ce058f55ca8967d8748f73a6c46608">00344</a>     uint8_t  <a class="code" href="structxcb__xv__query__extension__reply__t.html#ae4ce058f55ca8967d8748f73a6c46608">pad0</a>; 
<a name="l00345"></a><a class="code" href="structxcb__xv__query__extension__reply__t.html#a2e2b1ad5ebb206cbe897beaf137b4225">00345</a>     uint16_t <a class="code" href="structxcb__xv__query__extension__reply__t.html#a2e2b1ad5ebb206cbe897beaf137b4225">sequence</a>; 
<a name="l00346"></a><a class="code" href="structxcb__xv__query__extension__reply__t.html#a01cd8a14c454649999ac636ec80e045f">00346</a>     uint32_t <a class="code" href="structxcb__xv__query__extension__reply__t.html#a01cd8a14c454649999ac636ec80e045f">length</a>; 
<a name="l00347"></a><a class="code" href="structxcb__xv__query__extension__reply__t.html#aae7ae57eda08d478be9445271fc64e38">00347</a>     uint16_t <a class="code" href="structxcb__xv__query__extension__reply__t.html#aae7ae57eda08d478be9445271fc64e38">major</a>; 
<a name="l00348"></a><a class="code" href="structxcb__xv__query__extension__reply__t.html#abc77ac140161469df82cd37958e19bbb">00348</a>     uint16_t <a class="code" href="structxcb__xv__query__extension__reply__t.html#abc77ac140161469df82cd37958e19bbb">minor</a>; 
<a name="l00349"></a>00349 } <a class="code" href="group__XCB__Xv__API.html#gaed604fc9a9bc56c07d4da4850b800585" title="xcb_xv_query_extension_reply_t">xcb_xv_query_extension_reply_t</a>;
<a name="l00350"></a>00350 
<a name="l00354"></a><a class="code" href="structxcb__xv__query__adaptors__cookie__t.html">00354</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__adaptors__cookie__t.html" title="xcb_xv_query_adaptors_cookie_t">xcb_xv_query_adaptors_cookie_t</a> {
<a name="l00355"></a><a class="code" href="structxcb__xv__query__adaptors__cookie__t.html#a6882949f5d9906c0446e625fca80c52b">00355</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__query__adaptors__cookie__t.html#a6882949f5d9906c0446e625fca80c52b">sequence</a>; 
<a name="l00356"></a>00356 } <a class="code" href="group__XCB__Xv__API.html#gad3930e2c62ef8b345539d7dc97a20ca7" title="xcb_xv_query_adaptors_cookie_t">xcb_xv_query_adaptors_cookie_t</a>;
<a name="l00357"></a>00357 
<a name="l00359"></a><a class="code" href="group__XCB__Xv__API.html#ga0fecea9aabc29ebd44767883287f2c93">00359</a> <span class="preprocessor">#define XCB_XV_QUERY_ADAPTORS 1</span>
<a name="l00360"></a>00360 <span class="preprocessor"></span>
<a name="l00364"></a><a class="code" href="structxcb__xv__query__adaptors__request__t.html">00364</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__adaptors__request__t.html" title="xcb_xv_query_adaptors_request_t">xcb_xv_query_adaptors_request_t</a> {
<a name="l00365"></a><a class="code" href="structxcb__xv__query__adaptors__request__t.html#abb560d0abbe4275309f952004980645b">00365</a>     uint8_t      <a class="code" href="structxcb__xv__query__adaptors__request__t.html#abb560d0abbe4275309f952004980645b">major_opcode</a>; 
<a name="l00366"></a><a class="code" href="structxcb__xv__query__adaptors__request__t.html#ad6de5a877a408f05c01d62e581190eb3">00366</a>     uint8_t      <a class="code" href="structxcb__xv__query__adaptors__request__t.html#ad6de5a877a408f05c01d62e581190eb3">minor_opcode</a>; 
<a name="l00367"></a><a class="code" href="structxcb__xv__query__adaptors__request__t.html#afee2076a8452773d8e53392a36fa005f">00367</a>     uint16_t     <a class="code" href="structxcb__xv__query__adaptors__request__t.html#afee2076a8452773d8e53392a36fa005f">length</a>; 
<a name="l00368"></a><a class="code" href="structxcb__xv__query__adaptors__request__t.html#a855c6ddfde13253efae31c9d05303763">00368</a>     xcb_window_t <a class="code" href="structxcb__xv__query__adaptors__request__t.html#a855c6ddfde13253efae31c9d05303763">window</a>; 
<a name="l00369"></a>00369 } <a class="code" href="group__XCB__Xv__API.html#ga5dbdb4f48e536b0ecf330b55d3e11b0c" title="xcb_xv_query_adaptors_request_t">xcb_xv_query_adaptors_request_t</a>;
<a name="l00370"></a>00370 
<a name="l00374"></a><a class="code" href="structxcb__xv__query__adaptors__reply__t.html">00374</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__adaptors__reply__t.html" title="xcb_xv_query_adaptors_reply_t">xcb_xv_query_adaptors_reply_t</a> {
<a name="l00375"></a><a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a2c9d9f469503f1c378a96f4763ca0776">00375</a>     uint8_t  <a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a2c9d9f469503f1c378a96f4763ca0776">response_type</a>; 
<a name="l00376"></a><a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a9dd5c5611cf108a765db4f9ce7060906">00376</a>     uint8_t  <a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a9dd5c5611cf108a765db4f9ce7060906">pad0</a>; 
<a name="l00377"></a><a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a3e84bc8c741c08950fdd83d54f0fabb3">00377</a>     uint16_t <a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a3e84bc8c741c08950fdd83d54f0fabb3">sequence</a>; 
<a name="l00378"></a><a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a767d56ad653cd5671bd92068a95457df">00378</a>     uint32_t <a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a767d56ad653cd5671bd92068a95457df">length</a>; 
<a name="l00379"></a><a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a8d61358d8de3897c4dc4b98164d1a00a">00379</a>     uint16_t <a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a8d61358d8de3897c4dc4b98164d1a00a">num_adaptors</a>; 
<a name="l00380"></a><a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a09064325a4c2f2f0a58ded5aa5c63e91">00380</a>     uint8_t  <a class="code" href="structxcb__xv__query__adaptors__reply__t.html#a09064325a4c2f2f0a58ded5aa5c63e91">pad1</a>[22]; 
<a name="l00381"></a>00381 } <a class="code" href="group__XCB__Xv__API.html#ga1b167d239b03a78465d2cc527744a021" title="xcb_xv_query_adaptors_reply_t">xcb_xv_query_adaptors_reply_t</a>;
<a name="l00382"></a>00382 
<a name="l00386"></a><a class="code" href="structxcb__xv__query__encodings__cookie__t.html">00386</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__encodings__cookie__t.html" title="xcb_xv_query_encodings_cookie_t">xcb_xv_query_encodings_cookie_t</a> {
<a name="l00387"></a><a class="code" href="structxcb__xv__query__encodings__cookie__t.html#a7a9320324a07f0776e190f3610edbb4e">00387</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__query__encodings__cookie__t.html#a7a9320324a07f0776e190f3610edbb4e">sequence</a>; 
<a name="l00388"></a>00388 } <a class="code" href="group__XCB__Xv__API.html#ga9b0618f0721538cb1c4bcd53f023ba2f" title="xcb_xv_query_encodings_cookie_t">xcb_xv_query_encodings_cookie_t</a>;
<a name="l00389"></a>00389 
<a name="l00391"></a><a class="code" href="group__XCB__Xv__API.html#ga62979d9e59796a709cf97e8dd9e2844b">00391</a> <span class="preprocessor">#define XCB_XV_QUERY_ENCODINGS 2</span>
<a name="l00392"></a>00392 <span class="preprocessor"></span>
<a name="l00396"></a><a class="code" href="structxcb__xv__query__encodings__request__t.html">00396</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__encodings__request__t.html" title="xcb_xv_query_encodings_request_t">xcb_xv_query_encodings_request_t</a> {
<a name="l00397"></a><a class="code" href="structxcb__xv__query__encodings__request__t.html#ad01b06f175d1e4cea1aaeb4682d5a5fe">00397</a>     uint8_t       <a class="code" href="structxcb__xv__query__encodings__request__t.html#ad01b06f175d1e4cea1aaeb4682d5a5fe">major_opcode</a>; 
<a name="l00398"></a><a class="code" href="structxcb__xv__query__encodings__request__t.html#a5b9e513bf7815901d13c2106009434a7">00398</a>     uint8_t       <a class="code" href="structxcb__xv__query__encodings__request__t.html#a5b9e513bf7815901d13c2106009434a7">minor_opcode</a>; 
<a name="l00399"></a><a class="code" href="structxcb__xv__query__encodings__request__t.html#a13ce35ad1ad379472d4e04dbcdde1b1e">00399</a>     uint16_t      <a class="code" href="structxcb__xv__query__encodings__request__t.html#a13ce35ad1ad379472d4e04dbcdde1b1e">length</a>; 
<a name="l00400"></a><a class="code" href="structxcb__xv__query__encodings__request__t.html#a84888d835be2021bbe86427b6897eb01">00400</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__query__encodings__request__t.html#a84888d835be2021bbe86427b6897eb01">port</a>; 
<a name="l00401"></a>00401 } <a class="code" href="group__XCB__Xv__API.html#ga86769e6371061bacc450552d411879d8" title="xcb_xv_query_encodings_request_t">xcb_xv_query_encodings_request_t</a>;
<a name="l00402"></a>00402 
<a name="l00406"></a><a class="code" href="structxcb__xv__query__encodings__reply__t.html">00406</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__encodings__reply__t.html" title="xcb_xv_query_encodings_reply_t">xcb_xv_query_encodings_reply_t</a> {
<a name="l00407"></a><a class="code" href="structxcb__xv__query__encodings__reply__t.html#aff28bc0f026ee22d3b54f92d2705f50a">00407</a>     uint8_t  <a class="code" href="structxcb__xv__query__encodings__reply__t.html#aff28bc0f026ee22d3b54f92d2705f50a">response_type</a>; 
<a name="l00408"></a><a class="code" href="structxcb__xv__query__encodings__reply__t.html#a65af30a214adce9f2ec1d5599edddb87">00408</a>     uint8_t  <a class="code" href="structxcb__xv__query__encodings__reply__t.html#a65af30a214adce9f2ec1d5599edddb87">pad0</a>; 
<a name="l00409"></a><a class="code" href="structxcb__xv__query__encodings__reply__t.html#a55dae580b1f037feaccaa61e6c042b4b">00409</a>     uint16_t <a class="code" href="structxcb__xv__query__encodings__reply__t.html#a55dae580b1f037feaccaa61e6c042b4b">sequence</a>; 
<a name="l00410"></a><a class="code" href="structxcb__xv__query__encodings__reply__t.html#af30863afa93a51e05ce4eb610468b4d0">00410</a>     uint32_t <a class="code" href="structxcb__xv__query__encodings__reply__t.html#af30863afa93a51e05ce4eb610468b4d0">length</a>; 
<a name="l00411"></a><a class="code" href="structxcb__xv__query__encodings__reply__t.html#a58ebdcfc2890c1f3fc1fd51a8b9e36ff">00411</a>     uint16_t <a class="code" href="structxcb__xv__query__encodings__reply__t.html#a58ebdcfc2890c1f3fc1fd51a8b9e36ff">num_encodings</a>; 
<a name="l00412"></a><a class="code" href="structxcb__xv__query__encodings__reply__t.html#aa600f3c62bb78da4c8c43700ea6d5051">00412</a>     uint8_t  <a class="code" href="structxcb__xv__query__encodings__reply__t.html#aa600f3c62bb78da4c8c43700ea6d5051">pad1</a>[22]; 
<a name="l00413"></a>00413 } <a class="code" href="group__XCB__Xv__API.html#gaabce24a1bf11e8e3172f8d244d7afcda" title="xcb_xv_query_encodings_reply_t">xcb_xv_query_encodings_reply_t</a>;
<a name="l00414"></a>00414 
<a name="l00418"></a><a class="code" href="structxcb__xv__grab__port__cookie__t.html">00418</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__grab__port__cookie__t.html" title="xcb_xv_grab_port_cookie_t">xcb_xv_grab_port_cookie_t</a> {
<a name="l00419"></a><a class="code" href="structxcb__xv__grab__port__cookie__t.html#a196386b0508b343466c0d2c24c65b037">00419</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__grab__port__cookie__t.html#a196386b0508b343466c0d2c24c65b037">sequence</a>; 
<a name="l00420"></a>00420 } <a class="code" href="group__XCB__Xv__API.html#ga5ed3b3f373474cf1b5b1e1a2a1636479" title="xcb_xv_grab_port_cookie_t">xcb_xv_grab_port_cookie_t</a>;
<a name="l00421"></a>00421 
<a name="l00423"></a><a class="code" href="group__XCB__Xv__API.html#ga41a15779d69137797976c3a267c625f4">00423</a> <span class="preprocessor">#define XCB_XV_GRAB_PORT 3</span>
<a name="l00424"></a>00424 <span class="preprocessor"></span>
<a name="l00428"></a><a class="code" href="structxcb__xv__grab__port__request__t.html">00428</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__grab__port__request__t.html" title="xcb_xv_grab_port_request_t">xcb_xv_grab_port_request_t</a> {
<a name="l00429"></a><a class="code" href="structxcb__xv__grab__port__request__t.html#a5cb80c538f25ab3f6b7f120a63188c64">00429</a>     uint8_t         <a class="code" href="structxcb__xv__grab__port__request__t.html#a5cb80c538f25ab3f6b7f120a63188c64">major_opcode</a>; 
<a name="l00430"></a><a class="code" href="structxcb__xv__grab__port__request__t.html#a0f855ede00ec1d5d23ab23c7c7da2055">00430</a>     uint8_t         <a class="code" href="structxcb__xv__grab__port__request__t.html#a0f855ede00ec1d5d23ab23c7c7da2055">minor_opcode</a>; 
<a name="l00431"></a><a class="code" href="structxcb__xv__grab__port__request__t.html#a62d1fbbcf4d20c8dc9e5be8718dbd27e">00431</a>     uint16_t        <a class="code" href="structxcb__xv__grab__port__request__t.html#a62d1fbbcf4d20c8dc9e5be8718dbd27e">length</a>; 
<a name="l00432"></a><a class="code" href="structxcb__xv__grab__port__request__t.html#a5e58b4c249a50302ff3933140866eebe">00432</a>     xcb_xv_port_t   <a class="code" href="structxcb__xv__grab__port__request__t.html#a5e58b4c249a50302ff3933140866eebe">port</a>; 
<a name="l00433"></a><a class="code" href="structxcb__xv__grab__port__request__t.html#a79aa7950c9a44e07efcea3338c4e40af">00433</a>     xcb_timestamp_t <a class="code" href="structxcb__xv__grab__port__request__t.html#a79aa7950c9a44e07efcea3338c4e40af">time</a>; 
<a name="l00434"></a>00434 } <a class="code" href="group__XCB__Xv__API.html#gad16520d4f3e246684bacb0986157a058" title="xcb_xv_grab_port_request_t">xcb_xv_grab_port_request_t</a>;
<a name="l00435"></a>00435 
<a name="l00439"></a><a class="code" href="structxcb__xv__grab__port__reply__t.html">00439</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__grab__port__reply__t.html" title="xcb_xv_grab_port_reply_t">xcb_xv_grab_port_reply_t</a> {
<a name="l00440"></a><a class="code" href="structxcb__xv__grab__port__reply__t.html#abcaa3abe56810104b32f89ef153c4aa1">00440</a>     uint8_t  <a class="code" href="structxcb__xv__grab__port__reply__t.html#abcaa3abe56810104b32f89ef153c4aa1">response_type</a>; 
<a name="l00441"></a><a class="code" href="structxcb__xv__grab__port__reply__t.html#a65dae04f117e1cbb21c3fb709b9c2f50">00441</a>     uint8_t  <a class="code" href="structxcb__xv__grab__port__reply__t.html#a65dae04f117e1cbb21c3fb709b9c2f50">result</a>; 
<a name="l00442"></a><a class="code" href="structxcb__xv__grab__port__reply__t.html#a20e96700a8204154f543d8d0f097f158">00442</a>     uint16_t <a class="code" href="structxcb__xv__grab__port__reply__t.html#a20e96700a8204154f543d8d0f097f158">sequence</a>; 
<a name="l00443"></a><a class="code" href="structxcb__xv__grab__port__reply__t.html#acb8154b77ca5944f9cf5e4a7664f065d">00443</a>     uint32_t <a class="code" href="structxcb__xv__grab__port__reply__t.html#acb8154b77ca5944f9cf5e4a7664f065d">length</a>; 
<a name="l00444"></a>00444 } <a class="code" href="group__XCB__Xv__API.html#gac43e0fa806e3b707c7d771a2745a888f" title="xcb_xv_grab_port_reply_t">xcb_xv_grab_port_reply_t</a>;
<a name="l00445"></a>00445 
<a name="l00447"></a><a class="code" href="group__XCB__Xv__API.html#gae6b59f6f6003538d0918930e6c26b7da">00447</a> <span class="preprocessor">#define XCB_XV_UNGRAB_PORT 4</span>
<a name="l00448"></a>00448 <span class="preprocessor"></span>
<a name="l00452"></a><a class="code" href="structxcb__xv__ungrab__port__request__t.html">00452</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__ungrab__port__request__t.html" title="xcb_xv_ungrab_port_request_t">xcb_xv_ungrab_port_request_t</a> {
<a name="l00453"></a><a class="code" href="structxcb__xv__ungrab__port__request__t.html#ac0f4527d8dcd5cb709526bca8247c748">00453</a>     uint8_t         <a class="code" href="structxcb__xv__ungrab__port__request__t.html#ac0f4527d8dcd5cb709526bca8247c748">major_opcode</a>; 
<a name="l00454"></a><a class="code" href="structxcb__xv__ungrab__port__request__t.html#acf22136aecb811c9971f9535467bfce4">00454</a>     uint8_t         <a class="code" href="structxcb__xv__ungrab__port__request__t.html#acf22136aecb811c9971f9535467bfce4">minor_opcode</a>; 
<a name="l00455"></a><a class="code" href="structxcb__xv__ungrab__port__request__t.html#a85628f9d3d232432b781f9c5cf6d09b2">00455</a>     uint16_t        <a class="code" href="structxcb__xv__ungrab__port__request__t.html#a85628f9d3d232432b781f9c5cf6d09b2">length</a>; 
<a name="l00456"></a><a class="code" href="structxcb__xv__ungrab__port__request__t.html#a9b8460415abf87ee7711fdc3fb4eaa8a">00456</a>     xcb_xv_port_t   <a class="code" href="structxcb__xv__ungrab__port__request__t.html#a9b8460415abf87ee7711fdc3fb4eaa8a">port</a>; 
<a name="l00457"></a><a class="code" href="structxcb__xv__ungrab__port__request__t.html#a1a48baa0919ac8408442bc773e1bc6d4">00457</a>     xcb_timestamp_t <a class="code" href="structxcb__xv__ungrab__port__request__t.html#a1a48baa0919ac8408442bc773e1bc6d4">time</a>; 
<a name="l00458"></a>00458 } <a class="code" href="group__XCB__Xv__API.html#ga9c481ba46bb2614df8c4c609558dca8b" title="xcb_xv_ungrab_port_request_t">xcb_xv_ungrab_port_request_t</a>;
<a name="l00459"></a>00459 
<a name="l00461"></a><a class="code" href="group__XCB__Xv__API.html#gaa10690a9aa21ffd4b70587cdc1f13dc8">00461</a> <span class="preprocessor">#define XCB_XV_PUT_VIDEO 5</span>
<a name="l00462"></a>00462 <span class="preprocessor"></span>
<a name="l00466"></a><a class="code" href="structxcb__xv__put__video__request__t.html">00466</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__put__video__request__t.html" title="xcb_xv_put_video_request_t">xcb_xv_put_video_request_t</a> {
<a name="l00467"></a><a class="code" href="structxcb__xv__put__video__request__t.html#af56ae8181cc5448d929299f9ff31933d">00467</a>     uint8_t        <a class="code" href="structxcb__xv__put__video__request__t.html#af56ae8181cc5448d929299f9ff31933d">major_opcode</a>; 
<a name="l00468"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a9e8ef3268d90a20c744f399fa261e66d">00468</a>     uint8_t        <a class="code" href="structxcb__xv__put__video__request__t.html#a9e8ef3268d90a20c744f399fa261e66d">minor_opcode</a>; 
<a name="l00469"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a871eb7dfaa365c9e3336b89255b9cbc6">00469</a>     uint16_t       <a class="code" href="structxcb__xv__put__video__request__t.html#a871eb7dfaa365c9e3336b89255b9cbc6">length</a>; 
<a name="l00470"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a90f8d3b02bce5fba079aa4f7bcdcbe6c">00470</a>     xcb_xv_port_t  <a class="code" href="structxcb__xv__put__video__request__t.html#a90f8d3b02bce5fba079aa4f7bcdcbe6c">port</a>; 
<a name="l00471"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a507bb21b63363f3f93126ccdb57b67c1">00471</a>     xcb_drawable_t <a class="code" href="structxcb__xv__put__video__request__t.html#a507bb21b63363f3f93126ccdb57b67c1">drawable</a>; 
<a name="l00472"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a6f4aa805183d36d636226142e6e224f2">00472</a>     xcb_gcontext_t <a class="code" href="structxcb__xv__put__video__request__t.html#a6f4aa805183d36d636226142e6e224f2">gc</a>; 
<a name="l00473"></a><a class="code" href="structxcb__xv__put__video__request__t.html#ab44ca47e56e6c9d3ee381328a853e292">00473</a>     int16_t        <a class="code" href="structxcb__xv__put__video__request__t.html#ab44ca47e56e6c9d3ee381328a853e292">vid_x</a>; 
<a name="l00474"></a><a class="code" href="structxcb__xv__put__video__request__t.html#af25f9025e4fd2af99c51cc7351c6dd25">00474</a>     int16_t        <a class="code" href="structxcb__xv__put__video__request__t.html#af25f9025e4fd2af99c51cc7351c6dd25">vid_y</a>; 
<a name="l00475"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a6feea3a0e08f430a7fd210eba9026d1b">00475</a>     uint16_t       <a class="code" href="structxcb__xv__put__video__request__t.html#a6feea3a0e08f430a7fd210eba9026d1b">vid_w</a>; 
<a name="l00476"></a><a class="code" href="structxcb__xv__put__video__request__t.html#aef9297410021857cffbde82e72082a3b">00476</a>     uint16_t       <a class="code" href="structxcb__xv__put__video__request__t.html#aef9297410021857cffbde82e72082a3b">vid_h</a>; 
<a name="l00477"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a243b594ca35438ef8adb0617cfa744f9">00477</a>     int16_t        <a class="code" href="structxcb__xv__put__video__request__t.html#a243b594ca35438ef8adb0617cfa744f9">drw_x</a>; 
<a name="l00478"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a0e29b7f62a0479106e66e4d95f57546d">00478</a>     int16_t        <a class="code" href="structxcb__xv__put__video__request__t.html#a0e29b7f62a0479106e66e4d95f57546d">drw_y</a>; 
<a name="l00479"></a><a class="code" href="structxcb__xv__put__video__request__t.html#ac5eb53dc25d0d3c04f49773a873223f2">00479</a>     uint16_t       <a class="code" href="structxcb__xv__put__video__request__t.html#ac5eb53dc25d0d3c04f49773a873223f2">drw_w</a>; 
<a name="l00480"></a><a class="code" href="structxcb__xv__put__video__request__t.html#a70e81b6d3f9617e33663f1c49e2c3b9f">00480</a>     uint16_t       <a class="code" href="structxcb__xv__put__video__request__t.html#a70e81b6d3f9617e33663f1c49e2c3b9f">drw_h</a>; 
<a name="l00481"></a>00481 } <a class="code" href="group__XCB__Xv__API.html#gab0e215730130ed57b3ba3241d1e0bce9" title="xcb_xv_put_video_request_t">xcb_xv_put_video_request_t</a>;
<a name="l00482"></a>00482 
<a name="l00484"></a><a class="code" href="group__XCB__Xv__API.html#gaebde5975c7d78a0bede07e5411bc07c7">00484</a> <span class="preprocessor">#define XCB_XV_PUT_STILL 6</span>
<a name="l00485"></a>00485 <span class="preprocessor"></span>
<a name="l00489"></a><a class="code" href="structxcb__xv__put__still__request__t.html">00489</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__put__still__request__t.html" title="xcb_xv_put_still_request_t">xcb_xv_put_still_request_t</a> {
<a name="l00490"></a><a class="code" href="structxcb__xv__put__still__request__t.html#af477eab4ac8caeef4a28ab2e04779260">00490</a>     uint8_t        <a class="code" href="structxcb__xv__put__still__request__t.html#af477eab4ac8caeef4a28ab2e04779260">major_opcode</a>; 
<a name="l00491"></a><a class="code" href="structxcb__xv__put__still__request__t.html#acd038137cadc794010d2360d77dde6b9">00491</a>     uint8_t        <a class="code" href="structxcb__xv__put__still__request__t.html#acd038137cadc794010d2360d77dde6b9">minor_opcode</a>; 
<a name="l00492"></a><a class="code" href="structxcb__xv__put__still__request__t.html#a9d5d4e38aaedadcafeef33a1d36ebed3">00492</a>     uint16_t       <a class="code" href="structxcb__xv__put__still__request__t.html#a9d5d4e38aaedadcafeef33a1d36ebed3">length</a>; 
<a name="l00493"></a><a class="code" href="structxcb__xv__put__still__request__t.html#a0dc3d1fd72074f6dd02084d9c8684fc9">00493</a>     xcb_xv_port_t  <a class="code" href="structxcb__xv__put__still__request__t.html#a0dc3d1fd72074f6dd02084d9c8684fc9">port</a>; 
<a name="l00494"></a><a class="code" href="structxcb__xv__put__still__request__t.html#aa941b096b96e45895b2abe6fdabd93e6">00494</a>     xcb_drawable_t <a class="code" href="structxcb__xv__put__still__request__t.html#aa941b096b96e45895b2abe6fdabd93e6">drawable</a>; 
<a name="l00495"></a><a class="code" href="structxcb__xv__put__still__request__t.html#ac2fad9637299ebfaa0029306e8a314af">00495</a>     xcb_gcontext_t <a class="code" href="structxcb__xv__put__still__request__t.html#ac2fad9637299ebfaa0029306e8a314af">gc</a>; 
<a name="l00496"></a><a class="code" href="structxcb__xv__put__still__request__t.html#a4e2e209a74443f4b7a7b5d13363aa791">00496</a>     int16_t        <a class="code" href="structxcb__xv__put__still__request__t.html#a4e2e209a74443f4b7a7b5d13363aa791">vid_x</a>; 
<a name="l00497"></a><a class="code" href="structxcb__xv__put__still__request__t.html#a7d10b5b91afbfd22b01983adacdbcfbb">00497</a>     int16_t        <a class="code" href="structxcb__xv__put__still__request__t.html#a7d10b5b91afbfd22b01983adacdbcfbb">vid_y</a>; 
<a name="l00498"></a><a class="code" href="structxcb__xv__put__still__request__t.html#ab36179103745b8ce2c14584533c03b71">00498</a>     uint16_t       <a class="code" href="structxcb__xv__put__still__request__t.html#ab36179103745b8ce2c14584533c03b71">vid_w</a>; 
<a name="l00499"></a><a class="code" href="structxcb__xv__put__still__request__t.html#a2505dbb4d531e9b3e75e8f44e2d8eee8">00499</a>     uint16_t       <a class="code" href="structxcb__xv__put__still__request__t.html#a2505dbb4d531e9b3e75e8f44e2d8eee8">vid_h</a>; 
<a name="l00500"></a><a class="code" href="structxcb__xv__put__still__request__t.html#ad2cad909456eb1ecfb74965b0d2c8210">00500</a>     int16_t        <a class="code" href="structxcb__xv__put__still__request__t.html#ad2cad909456eb1ecfb74965b0d2c8210">drw_x</a>; 
<a name="l00501"></a><a class="code" href="structxcb__xv__put__still__request__t.html#adb06f97367385ced2e903a18922e9ce2">00501</a>     int16_t        <a class="code" href="structxcb__xv__put__still__request__t.html#adb06f97367385ced2e903a18922e9ce2">drw_y</a>; 
<a name="l00502"></a><a class="code" href="structxcb__xv__put__still__request__t.html#a59d233cff27abb3463751732f914f7a5">00502</a>     uint16_t       <a class="code" href="structxcb__xv__put__still__request__t.html#a59d233cff27abb3463751732f914f7a5">drw_w</a>; 
<a name="l00503"></a><a class="code" href="structxcb__xv__put__still__request__t.html#ab8c9f006d1cdb5c126ae9ce762a2f1da">00503</a>     uint16_t       <a class="code" href="structxcb__xv__put__still__request__t.html#ab8c9f006d1cdb5c126ae9ce762a2f1da">drw_h</a>; 
<a name="l00504"></a>00504 } <a class="code" href="group__XCB__Xv__API.html#gaf3a55c7cb4e4183c1c8846041da1accc" title="xcb_xv_put_still_request_t">xcb_xv_put_still_request_t</a>;
<a name="l00505"></a>00505 
<a name="l00507"></a><a class="code" href="group__XCB__Xv__API.html#ga9a404ceecbdaafd19592f25afa115057">00507</a> <span class="preprocessor">#define XCB_XV_GET_VIDEO 7</span>
<a name="l00508"></a>00508 <span class="preprocessor"></span>
<a name="l00512"></a><a class="code" href="structxcb__xv__get__video__request__t.html">00512</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__get__video__request__t.html" title="xcb_xv_get_video_request_t">xcb_xv_get_video_request_t</a> {
<a name="l00513"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a4f6e5a37572df6d5a52966b00917f819">00513</a>     uint8_t        <a class="code" href="structxcb__xv__get__video__request__t.html#a4f6e5a37572df6d5a52966b00917f819">major_opcode</a>; 
<a name="l00514"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a1334b714cecb899d34b409ecdd7a4f25">00514</a>     uint8_t        <a class="code" href="structxcb__xv__get__video__request__t.html#a1334b714cecb899d34b409ecdd7a4f25">minor_opcode</a>; 
<a name="l00515"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a1b2890ff9af4d1b802ca97f282e654c3">00515</a>     uint16_t       <a class="code" href="structxcb__xv__get__video__request__t.html#a1b2890ff9af4d1b802ca97f282e654c3">length</a>; 
<a name="l00516"></a><a class="code" href="structxcb__xv__get__video__request__t.html#abf39517fc28f0f394de2987ea1f06f22">00516</a>     xcb_xv_port_t  <a class="code" href="structxcb__xv__get__video__request__t.html#abf39517fc28f0f394de2987ea1f06f22">port</a>; 
<a name="l00517"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a520a19a656397ee68fbb88dcc514c03a">00517</a>     xcb_drawable_t <a class="code" href="structxcb__xv__get__video__request__t.html#a520a19a656397ee68fbb88dcc514c03a">drawable</a>; 
<a name="l00518"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a951c77573cdd0c61dd4b03b043048dc3">00518</a>     xcb_gcontext_t <a class="code" href="structxcb__xv__get__video__request__t.html#a951c77573cdd0c61dd4b03b043048dc3">gc</a>; 
<a name="l00519"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a460ce6e99f3ad60aa9a3ee6bb83eb768">00519</a>     int16_t        <a class="code" href="structxcb__xv__get__video__request__t.html#a460ce6e99f3ad60aa9a3ee6bb83eb768">vid_x</a>; 
<a name="l00520"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a8deb4bf33feed34a0d5612560daafbf0">00520</a>     int16_t        <a class="code" href="structxcb__xv__get__video__request__t.html#a8deb4bf33feed34a0d5612560daafbf0">vid_y</a>; 
<a name="l00521"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a55fafe31e640231f6b4048c180b8503e">00521</a>     uint16_t       <a class="code" href="structxcb__xv__get__video__request__t.html#a55fafe31e640231f6b4048c180b8503e">vid_w</a>; 
<a name="l00522"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a3a5df8de1ad452f2cee145e121f65053">00522</a>     uint16_t       <a class="code" href="structxcb__xv__get__video__request__t.html#a3a5df8de1ad452f2cee145e121f65053">vid_h</a>; 
<a name="l00523"></a><a class="code" href="structxcb__xv__get__video__request__t.html#aa8f73c0b6e82b68fcef2c32b3ea3e9b6">00523</a>     int16_t        <a class="code" href="structxcb__xv__get__video__request__t.html#aa8f73c0b6e82b68fcef2c32b3ea3e9b6">drw_x</a>; 
<a name="l00524"></a><a class="code" href="structxcb__xv__get__video__request__t.html#a4598f73f0c168ac0358267586419d487">00524</a>     int16_t        <a class="code" href="structxcb__xv__get__video__request__t.html#a4598f73f0c168ac0358267586419d487">drw_y</a>; 
<a name="l00525"></a><a class="code" href="structxcb__xv__get__video__request__t.html#abbc23c3011b0c5a7165d4900bc566dc2">00525</a>     uint16_t       <a class="code" href="structxcb__xv__get__video__request__t.html#abbc23c3011b0c5a7165d4900bc566dc2">drw_w</a>; 
<a name="l00526"></a><a class="code" href="structxcb__xv__get__video__request__t.html#ab6b1f71a0bf517b44091eafe16846c77">00526</a>     uint16_t       <a class="code" href="structxcb__xv__get__video__request__t.html#ab6b1f71a0bf517b44091eafe16846c77">drw_h</a>; 
<a name="l00527"></a>00527 } <a class="code" href="group__XCB__Xv__API.html#gab6cf36d8ac495786b7378059fa450090" title="xcb_xv_get_video_request_t">xcb_xv_get_video_request_t</a>;
<a name="l00528"></a>00528 
<a name="l00530"></a><a class="code" href="group__XCB__Xv__API.html#ga7f835b6c2a3a83644d659aa51f198799">00530</a> <span class="preprocessor">#define XCB_XV_GET_STILL 8</span>
<a name="l00531"></a>00531 <span class="preprocessor"></span>
<a name="l00535"></a><a class="code" href="structxcb__xv__get__still__request__t.html">00535</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__get__still__request__t.html" title="xcb_xv_get_still_request_t">xcb_xv_get_still_request_t</a> {
<a name="l00536"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a0fcac2d4ac7db6f1655d03a505090af4">00536</a>     uint8_t        <a class="code" href="structxcb__xv__get__still__request__t.html#a0fcac2d4ac7db6f1655d03a505090af4">major_opcode</a>; 
<a name="l00537"></a><a class="code" href="structxcb__xv__get__still__request__t.html#ab864eedfa85bf238ab29359a75161f7f">00537</a>     uint8_t        <a class="code" href="structxcb__xv__get__still__request__t.html#ab864eedfa85bf238ab29359a75161f7f">minor_opcode</a>; 
<a name="l00538"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a70643a279cabf5fca7737c47c8a78d92">00538</a>     uint16_t       <a class="code" href="structxcb__xv__get__still__request__t.html#a70643a279cabf5fca7737c47c8a78d92">length</a>; 
<a name="l00539"></a><a class="code" href="structxcb__xv__get__still__request__t.html#ae1c4e594c83198cc687a89c3f15cf6da">00539</a>     xcb_xv_port_t  <a class="code" href="structxcb__xv__get__still__request__t.html#ae1c4e594c83198cc687a89c3f15cf6da">port</a>; 
<a name="l00540"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a6ee9f802bf3d1f75a4d787be73a67e9a">00540</a>     xcb_drawable_t <a class="code" href="structxcb__xv__get__still__request__t.html#a6ee9f802bf3d1f75a4d787be73a67e9a">drawable</a>; 
<a name="l00541"></a><a class="code" href="structxcb__xv__get__still__request__t.html#af01c4e8c9ee98be376af846211e17994">00541</a>     xcb_gcontext_t <a class="code" href="structxcb__xv__get__still__request__t.html#af01c4e8c9ee98be376af846211e17994">gc</a>; 
<a name="l00542"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a81e1769ba476464f63b4ee8141ccc40d">00542</a>     int16_t        <a class="code" href="structxcb__xv__get__still__request__t.html#a81e1769ba476464f63b4ee8141ccc40d">vid_x</a>; 
<a name="l00543"></a><a class="code" href="structxcb__xv__get__still__request__t.html#ad8e1de2799f3001a4be55b183bbb0be0">00543</a>     int16_t        <a class="code" href="structxcb__xv__get__still__request__t.html#ad8e1de2799f3001a4be55b183bbb0be0">vid_y</a>; 
<a name="l00544"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a2900986c4fa32c9d4c68049e8fa0a421">00544</a>     uint16_t       <a class="code" href="structxcb__xv__get__still__request__t.html#a2900986c4fa32c9d4c68049e8fa0a421">vid_w</a>; 
<a name="l00545"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a6fb1e66d92f7018fee9f1e9dfb92cd03">00545</a>     uint16_t       <a class="code" href="structxcb__xv__get__still__request__t.html#a6fb1e66d92f7018fee9f1e9dfb92cd03">vid_h</a>; 
<a name="l00546"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a6b37108a0866bad7fccf9ca4cd66ce63">00546</a>     int16_t        <a class="code" href="structxcb__xv__get__still__request__t.html#a6b37108a0866bad7fccf9ca4cd66ce63">drw_x</a>; 
<a name="l00547"></a><a class="code" href="structxcb__xv__get__still__request__t.html#a3eefc8c1bafd5287cd578e634d472d0d">00547</a>     int16_t        <a class="code" href="structxcb__xv__get__still__request__t.html#a3eefc8c1bafd5287cd578e634d472d0d">drw_y</a>; 
<a name="l00548"></a><a class="code" href="structxcb__xv__get__still__request__t.html#aa9e65e6c01b70444e55325a3acc2a367">00548</a>     uint16_t       <a class="code" href="structxcb__xv__get__still__request__t.html#aa9e65e6c01b70444e55325a3acc2a367">drw_w</a>; 
<a name="l00549"></a><a class="code" href="structxcb__xv__get__still__request__t.html#acc897ba48b38e4c6bccb32054430280c">00549</a>     uint16_t       <a class="code" href="structxcb__xv__get__still__request__t.html#acc897ba48b38e4c6bccb32054430280c">drw_h</a>; 
<a name="l00550"></a>00550 } <a class="code" href="group__XCB__Xv__API.html#gac0f5698f841a14e2eeab13eee9a12bdf" title="xcb_xv_get_still_request_t">xcb_xv_get_still_request_t</a>;
<a name="l00551"></a>00551 
<a name="l00553"></a><a class="code" href="group__XCB__Xv__API.html#ga5014a708396d9bdfea3953119699c568">00553</a> <span class="preprocessor">#define XCB_XV_STOP_VIDEO 9</span>
<a name="l00554"></a>00554 <span class="preprocessor"></span>
<a name="l00558"></a><a class="code" href="structxcb__xv__stop__video__request__t.html">00558</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__stop__video__request__t.html" title="xcb_xv_stop_video_request_t">xcb_xv_stop_video_request_t</a> {
<a name="l00559"></a><a class="code" href="structxcb__xv__stop__video__request__t.html#a5c29628b9e60b52112d2626c81d01aea">00559</a>     uint8_t        <a class="code" href="structxcb__xv__stop__video__request__t.html#a5c29628b9e60b52112d2626c81d01aea">major_opcode</a>; 
<a name="l00560"></a><a class="code" href="structxcb__xv__stop__video__request__t.html#a1f867783c2fcb45c12ae8fa37ee0f849">00560</a>     uint8_t        <a class="code" href="structxcb__xv__stop__video__request__t.html#a1f867783c2fcb45c12ae8fa37ee0f849">minor_opcode</a>; 
<a name="l00561"></a><a class="code" href="structxcb__xv__stop__video__request__t.html#aaf292a1faa801f9a4bf490ce6f0b6d52">00561</a>     uint16_t       <a class="code" href="structxcb__xv__stop__video__request__t.html#aaf292a1faa801f9a4bf490ce6f0b6d52">length</a>; 
<a name="l00562"></a><a class="code" href="structxcb__xv__stop__video__request__t.html#a7fdee8b1fdc59154d4d91be67da06651">00562</a>     xcb_xv_port_t  <a class="code" href="structxcb__xv__stop__video__request__t.html#a7fdee8b1fdc59154d4d91be67da06651">port</a>; 
<a name="l00563"></a><a class="code" href="structxcb__xv__stop__video__request__t.html#aa2b5c2859e050d77824e887219cc93c9">00563</a>     xcb_drawable_t <a class="code" href="structxcb__xv__stop__video__request__t.html#aa2b5c2859e050d77824e887219cc93c9">drawable</a>; 
<a name="l00564"></a>00564 } <a class="code" href="group__XCB__Xv__API.html#gadb0a771c2d490544f41bd20f607e0fc9" title="xcb_xv_stop_video_request_t">xcb_xv_stop_video_request_t</a>;
<a name="l00565"></a>00565 
<a name="l00567"></a><a class="code" href="group__XCB__Xv__API.html#ga82faeb10ed959a3ca408f548b5845c6e">00567</a> <span class="preprocessor">#define XCB_XV_SELECT_VIDEO_NOTIFY 10</span>
<a name="l00568"></a>00568 <span class="preprocessor"></span>
<a name="l00572"></a><a class="code" href="structxcb__xv__select__video__notify__request__t.html">00572</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__select__video__notify__request__t.html" title="xcb_xv_select_video_notify_request_t">xcb_xv_select_video_notify_request_t</a> {
<a name="l00573"></a><a class="code" href="structxcb__xv__select__video__notify__request__t.html#a5fe8123f52cf2e5a2fe60ff2b4d500bd">00573</a>     uint8_t        <a class="code" href="structxcb__xv__select__video__notify__request__t.html#a5fe8123f52cf2e5a2fe60ff2b4d500bd">major_opcode</a>; 
<a name="l00574"></a><a class="code" href="structxcb__xv__select__video__notify__request__t.html#a82a41b6671254534c67c387354976e3d">00574</a>     uint8_t        <a class="code" href="structxcb__xv__select__video__notify__request__t.html#a82a41b6671254534c67c387354976e3d">minor_opcode</a>; 
<a name="l00575"></a><a class="code" href="structxcb__xv__select__video__notify__request__t.html#a57814f1a75bde083f2f87d155370472c">00575</a>     uint16_t       <a class="code" href="structxcb__xv__select__video__notify__request__t.html#a57814f1a75bde083f2f87d155370472c">length</a>; 
<a name="l00576"></a><a class="code" href="structxcb__xv__select__video__notify__request__t.html#a1d8244a9902fb203723c0db484628ee7">00576</a>     xcb_drawable_t <a class="code" href="structxcb__xv__select__video__notify__request__t.html#a1d8244a9902fb203723c0db484628ee7">drawable</a>; 
<a name="l00577"></a><a class="code" href="structxcb__xv__select__video__notify__request__t.html#a7ba802816e0ccc1a37c7d2fa54ea76bc">00577</a>     uint8_t        <a class="code" href="structxcb__xv__select__video__notify__request__t.html#a7ba802816e0ccc1a37c7d2fa54ea76bc">onoff</a>; 
<a name="l00578"></a><a class="code" href="structxcb__xv__select__video__notify__request__t.html#abd4790685e1c001c25e9ba455c52a88e">00578</a>     uint8_t        <a class="code" href="structxcb__xv__select__video__notify__request__t.html#abd4790685e1c001c25e9ba455c52a88e">pad0</a>[3]; 
<a name="l00579"></a>00579 } <a class="code" href="group__XCB__Xv__API.html#ga979fc5ce0fc6adbcd411b6491e5dded9" title="xcb_xv_select_video_notify_request_t">xcb_xv_select_video_notify_request_t</a>;
<a name="l00580"></a>00580 
<a name="l00582"></a><a class="code" href="group__XCB__Xv__API.html#ga224491947c263ad67ed969ddee657015">00582</a> <span class="preprocessor">#define XCB_XV_SELECT_PORT_NOTIFY 11</span>
<a name="l00583"></a>00583 <span class="preprocessor"></span>
<a name="l00587"></a><a class="code" href="structxcb__xv__select__port__notify__request__t.html">00587</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__select__port__notify__request__t.html" title="xcb_xv_select_port_notify_request_t">xcb_xv_select_port_notify_request_t</a> {
<a name="l00588"></a><a class="code" href="structxcb__xv__select__port__notify__request__t.html#a1efef6854e36889ed5268333206da1c7">00588</a>     uint8_t       <a class="code" href="structxcb__xv__select__port__notify__request__t.html#a1efef6854e36889ed5268333206da1c7">major_opcode</a>; 
<a name="l00589"></a><a class="code" href="structxcb__xv__select__port__notify__request__t.html#a6bab8fbd528fb79352adf8aaf2a7603f">00589</a>     uint8_t       <a class="code" href="structxcb__xv__select__port__notify__request__t.html#a6bab8fbd528fb79352adf8aaf2a7603f">minor_opcode</a>; 
<a name="l00590"></a><a class="code" href="structxcb__xv__select__port__notify__request__t.html#a6775d7127ea9d31e4c2d070bec14d69e">00590</a>     uint16_t      <a class="code" href="structxcb__xv__select__port__notify__request__t.html#a6775d7127ea9d31e4c2d070bec14d69e">length</a>; 
<a name="l00591"></a><a class="code" href="structxcb__xv__select__port__notify__request__t.html#a43215d2d9dd864d205360c9525144366">00591</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__select__port__notify__request__t.html#a43215d2d9dd864d205360c9525144366">port</a>; 
<a name="l00592"></a><a class="code" href="structxcb__xv__select__port__notify__request__t.html#a1c6a78cf90928bdabb3c46df346819a8">00592</a>     uint8_t       <a class="code" href="structxcb__xv__select__port__notify__request__t.html#a1c6a78cf90928bdabb3c46df346819a8">onoff</a>; 
<a name="l00593"></a><a class="code" href="structxcb__xv__select__port__notify__request__t.html#a0939117f9b09385e6e8129169689af6f">00593</a>     uint8_t       <a class="code" href="structxcb__xv__select__port__notify__request__t.html#a0939117f9b09385e6e8129169689af6f">pad0</a>[3]; 
<a name="l00594"></a>00594 } <a class="code" href="group__XCB__Xv__API.html#ga133d47c0565fdb5517284fd6a63836e4" title="xcb_xv_select_port_notify_request_t">xcb_xv_select_port_notify_request_t</a>;
<a name="l00595"></a>00595 
<a name="l00599"></a><a class="code" href="structxcb__xv__query__best__size__cookie__t.html">00599</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__best__size__cookie__t.html" title="xcb_xv_query_best_size_cookie_t">xcb_xv_query_best_size_cookie_t</a> {
<a name="l00600"></a><a class="code" href="structxcb__xv__query__best__size__cookie__t.html#a74fffa2f71e1fa6c4a234f49e45a1152">00600</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__query__best__size__cookie__t.html#a74fffa2f71e1fa6c4a234f49e45a1152">sequence</a>; 
<a name="l00601"></a>00601 } <a class="code" href="group__XCB__Xv__API.html#ga495d9c2938353232352258a01bce6a83" title="xcb_xv_query_best_size_cookie_t">xcb_xv_query_best_size_cookie_t</a>;
<a name="l00602"></a>00602 
<a name="l00604"></a><a class="code" href="group__XCB__Xv__API.html#ga433a7da8cf122c5148ee254306489f05">00604</a> <span class="preprocessor">#define XCB_XV_QUERY_BEST_SIZE 12</span>
<a name="l00605"></a>00605 <span class="preprocessor"></span>
<a name="l00609"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html">00609</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__best__size__request__t.html" title="xcb_xv_query_best_size_request_t">xcb_xv_query_best_size_request_t</a> {
<a name="l00610"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#a17bb977b9c4e2096e81a32e2fc66c5b2">00610</a>     uint8_t       <a class="code" href="structxcb__xv__query__best__size__request__t.html#a17bb977b9c4e2096e81a32e2fc66c5b2">major_opcode</a>; 
<a name="l00611"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#a853612cb8168df842d93c04cdaaf08af">00611</a>     uint8_t       <a class="code" href="structxcb__xv__query__best__size__request__t.html#a853612cb8168df842d93c04cdaaf08af">minor_opcode</a>; 
<a name="l00612"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#aab92855893d78910c8085278057e609c">00612</a>     uint16_t      <a class="code" href="structxcb__xv__query__best__size__request__t.html#aab92855893d78910c8085278057e609c">length</a>; 
<a name="l00613"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#a821376df469b18c70c522a9ae6f85be0">00613</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__query__best__size__request__t.html#a821376df469b18c70c522a9ae6f85be0">port</a>; 
<a name="l00614"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#a2bc2c5b9d3e01edb6dba838913a254c1">00614</a>     uint16_t      <a class="code" href="structxcb__xv__query__best__size__request__t.html#a2bc2c5b9d3e01edb6dba838913a254c1">vid_w</a>; 
<a name="l00615"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#ae8d9c52d34db9b708fa1a9944363cd57">00615</a>     uint16_t      <a class="code" href="structxcb__xv__query__best__size__request__t.html#ae8d9c52d34db9b708fa1a9944363cd57">vid_h</a>; 
<a name="l00616"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#a6fe8befa6aaaf52509ba719305eb6dce">00616</a>     uint16_t      <a class="code" href="structxcb__xv__query__best__size__request__t.html#a6fe8befa6aaaf52509ba719305eb6dce">drw_w</a>; 
<a name="l00617"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#ab48e2b2dd8eaf8cc1a4faab17abe8465">00617</a>     uint16_t      <a class="code" href="structxcb__xv__query__best__size__request__t.html#ab48e2b2dd8eaf8cc1a4faab17abe8465">drw_h</a>; 
<a name="l00618"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#abc7e4256c18d6cabdbe174644795c1db">00618</a>     uint8_t       <a class="code" href="structxcb__xv__query__best__size__request__t.html#abc7e4256c18d6cabdbe174644795c1db">motion</a>; 
<a name="l00619"></a><a class="code" href="structxcb__xv__query__best__size__request__t.html#a30914b1c07d9150e358cc35fb8d1452c">00619</a>     uint8_t       <a class="code" href="structxcb__xv__query__best__size__request__t.html#a30914b1c07d9150e358cc35fb8d1452c">pad0</a>[3]; 
<a name="l00620"></a>00620 } <a class="code" href="group__XCB__Xv__API.html#ga0c3db0167d9613a5508b16af3bcb8dbb" title="xcb_xv_query_best_size_request_t">xcb_xv_query_best_size_request_t</a>;
<a name="l00621"></a>00621 
<a name="l00625"></a><a class="code" href="structxcb__xv__query__best__size__reply__t.html">00625</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__best__size__reply__t.html" title="xcb_xv_query_best_size_reply_t">xcb_xv_query_best_size_reply_t</a> {
<a name="l00626"></a><a class="code" href="structxcb__xv__query__best__size__reply__t.html#a0c57230826f9d34c2a8b5e6598bf57ca">00626</a>     uint8_t  <a class="code" href="structxcb__xv__query__best__size__reply__t.html#a0c57230826f9d34c2a8b5e6598bf57ca">response_type</a>; 
<a name="l00627"></a><a class="code" href="structxcb__xv__query__best__size__reply__t.html#a870d5081fb1a59bb9cf7ffc24cb64a61">00627</a>     uint8_t  <a class="code" href="structxcb__xv__query__best__size__reply__t.html#a870d5081fb1a59bb9cf7ffc24cb64a61">pad0</a>; 
<a name="l00628"></a><a class="code" href="structxcb__xv__query__best__size__reply__t.html#a565bf6fa39928fcd91110b28ef0f7a94">00628</a>     uint16_t <a class="code" href="structxcb__xv__query__best__size__reply__t.html#a565bf6fa39928fcd91110b28ef0f7a94">sequence</a>; 
<a name="l00629"></a><a class="code" href="structxcb__xv__query__best__size__reply__t.html#ac56358320b8ddd45e51951bd3be23ff8">00629</a>     uint32_t <a class="code" href="structxcb__xv__query__best__size__reply__t.html#ac56358320b8ddd45e51951bd3be23ff8">length</a>; 
<a name="l00630"></a><a class="code" href="structxcb__xv__query__best__size__reply__t.html#ac2e98cf5d1b032af3f196d5af3e01f05">00630</a>     uint16_t <a class="code" href="structxcb__xv__query__best__size__reply__t.html#ac2e98cf5d1b032af3f196d5af3e01f05">actual_width</a>; 
<a name="l00631"></a><a class="code" href="structxcb__xv__query__best__size__reply__t.html#ac10c422b07470b9a539dedab1ac78421">00631</a>     uint16_t <a class="code" href="structxcb__xv__query__best__size__reply__t.html#ac10c422b07470b9a539dedab1ac78421">actual_height</a>; 
<a name="l00632"></a>00632 } <a class="code" href="group__XCB__Xv__API.html#ga42c118b64b1365b7ee95bf2da9388a14" title="xcb_xv_query_best_size_reply_t">xcb_xv_query_best_size_reply_t</a>;
<a name="l00633"></a>00633 
<a name="l00635"></a><a class="code" href="group__XCB__Xv__API.html#gaa7c8daf68fabfa7888f9a06ffad8d048">00635</a> <span class="preprocessor">#define XCB_XV_SET_PORT_ATTRIBUTE 13</span>
<a name="l00636"></a>00636 <span class="preprocessor"></span>
<a name="l00640"></a><a class="code" href="structxcb__xv__set__port__attribute__request__t.html">00640</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__set__port__attribute__request__t.html" title="xcb_xv_set_port_attribute_request_t">xcb_xv_set_port_attribute_request_t</a> {
<a name="l00641"></a><a class="code" href="structxcb__xv__set__port__attribute__request__t.html#aaf5b50f72cc5f68fb4bdd482c7811fe1">00641</a>     uint8_t       <a class="code" href="structxcb__xv__set__port__attribute__request__t.html#aaf5b50f72cc5f68fb4bdd482c7811fe1">major_opcode</a>; 
<a name="l00642"></a><a class="code" href="structxcb__xv__set__port__attribute__request__t.html#a426fe0505fd029cd78c9d3111f9b479a">00642</a>     uint8_t       <a class="code" href="structxcb__xv__set__port__attribute__request__t.html#a426fe0505fd029cd78c9d3111f9b479a">minor_opcode</a>; 
<a name="l00643"></a><a class="code" href="structxcb__xv__set__port__attribute__request__t.html#ac085960ead22d026d47bf2b483c46e71">00643</a>     uint16_t      <a class="code" href="structxcb__xv__set__port__attribute__request__t.html#ac085960ead22d026d47bf2b483c46e71">length</a>; 
<a name="l00644"></a><a class="code" href="structxcb__xv__set__port__attribute__request__t.html#ad93b0481208fd02c850c98266ed16b4c">00644</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__set__port__attribute__request__t.html#ad93b0481208fd02c850c98266ed16b4c">port</a>; 
<a name="l00645"></a><a class="code" href="structxcb__xv__set__port__attribute__request__t.html#a93f1edd9b90fabfa1b6653bdf4cf8744">00645</a>     xcb_atom_t    <a class="code" href="structxcb__xv__set__port__attribute__request__t.html#a93f1edd9b90fabfa1b6653bdf4cf8744">attribute</a>; 
<a name="l00646"></a><a class="code" href="structxcb__xv__set__port__attribute__request__t.html#aef9091df05e46b73c721a61a414fe330">00646</a>     int32_t       <a class="code" href="structxcb__xv__set__port__attribute__request__t.html#aef9091df05e46b73c721a61a414fe330">value</a>; 
<a name="l00647"></a>00647 } <a class="code" href="group__XCB__Xv__API.html#ga80b43a45bafdfdb2f12abebe8735c126" title="xcb_xv_set_port_attribute_request_t">xcb_xv_set_port_attribute_request_t</a>;
<a name="l00648"></a>00648 
<a name="l00652"></a><a class="code" href="structxcb__xv__get__port__attribute__cookie__t.html">00652</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__get__port__attribute__cookie__t.html" title="xcb_xv_get_port_attribute_cookie_t">xcb_xv_get_port_attribute_cookie_t</a> {
<a name="l00653"></a><a class="code" href="structxcb__xv__get__port__attribute__cookie__t.html#ad9bc2811247fb1cbe8b1277b8d836424">00653</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__get__port__attribute__cookie__t.html#ad9bc2811247fb1cbe8b1277b8d836424">sequence</a>; 
<a name="l00654"></a>00654 } <a class="code" href="group__XCB__Xv__API.html#ga2d8c80660dc37c0cf777074848063ad8" title="xcb_xv_get_port_attribute_cookie_t">xcb_xv_get_port_attribute_cookie_t</a>;
<a name="l00655"></a>00655 
<a name="l00657"></a><a class="code" href="group__XCB__Xv__API.html#ga1e9adb3bbb09102b8fccbbfed896c00d">00657</a> <span class="preprocessor">#define XCB_XV_GET_PORT_ATTRIBUTE 14</span>
<a name="l00658"></a>00658 <span class="preprocessor"></span>
<a name="l00662"></a><a class="code" href="structxcb__xv__get__port__attribute__request__t.html">00662</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__get__port__attribute__request__t.html" title="xcb_xv_get_port_attribute_request_t">xcb_xv_get_port_attribute_request_t</a> {
<a name="l00663"></a><a class="code" href="structxcb__xv__get__port__attribute__request__t.html#a95206261a39981dd7113fd8977032898">00663</a>     uint8_t       <a class="code" href="structxcb__xv__get__port__attribute__request__t.html#a95206261a39981dd7113fd8977032898">major_opcode</a>; 
<a name="l00664"></a><a class="code" href="structxcb__xv__get__port__attribute__request__t.html#ae0702b3c6a0aa3cbd6390eb8b1823b8e">00664</a>     uint8_t       <a class="code" href="structxcb__xv__get__port__attribute__request__t.html#ae0702b3c6a0aa3cbd6390eb8b1823b8e">minor_opcode</a>; 
<a name="l00665"></a><a class="code" href="structxcb__xv__get__port__attribute__request__t.html#a3f52008a6a162a90871382b28d5ce0b2">00665</a>     uint16_t      <a class="code" href="structxcb__xv__get__port__attribute__request__t.html#a3f52008a6a162a90871382b28d5ce0b2">length</a>; 
<a name="l00666"></a><a class="code" href="structxcb__xv__get__port__attribute__request__t.html#a129a35babf3ebc47abf65a565d391986">00666</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__get__port__attribute__request__t.html#a129a35babf3ebc47abf65a565d391986">port</a>; 
<a name="l00667"></a><a class="code" href="structxcb__xv__get__port__attribute__request__t.html#ae72f364913dd79ca01826267ae1c99b5">00667</a>     xcb_atom_t    <a class="code" href="structxcb__xv__get__port__attribute__request__t.html#ae72f364913dd79ca01826267ae1c99b5">attribute</a>; 
<a name="l00668"></a>00668 } <a class="code" href="group__XCB__Xv__API.html#gaf327979a0907cc8424fede4e564fa8c6" title="xcb_xv_get_port_attribute_request_t">xcb_xv_get_port_attribute_request_t</a>;
<a name="l00669"></a>00669 
<a name="l00673"></a><a class="code" href="structxcb__xv__get__port__attribute__reply__t.html">00673</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__get__port__attribute__reply__t.html" title="xcb_xv_get_port_attribute_reply_t">xcb_xv_get_port_attribute_reply_t</a> {
<a name="l00674"></a><a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#a489d6031e265198ea2396e3107ed6adb">00674</a>     uint8_t  <a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#a489d6031e265198ea2396e3107ed6adb">response_type</a>; 
<a name="l00675"></a><a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#ae928db5b48b4f81f7ad30fe2ec9740d7">00675</a>     uint8_t  <a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#ae928db5b48b4f81f7ad30fe2ec9740d7">pad0</a>; 
<a name="l00676"></a><a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#a8c67c0d06d813b8aa4029b0a0ac377c4">00676</a>     uint16_t <a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#a8c67c0d06d813b8aa4029b0a0ac377c4">sequence</a>; 
<a name="l00677"></a><a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#a91fc72425119813cb3d77bf2e10834ee">00677</a>     uint32_t <a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#a91fc72425119813cb3d77bf2e10834ee">length</a>; 
<a name="l00678"></a><a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#acdad4ceffb87f9f8bfb8a343aa8d3045">00678</a>     int32_t  <a class="code" href="structxcb__xv__get__port__attribute__reply__t.html#acdad4ceffb87f9f8bfb8a343aa8d3045">value</a>; 
<a name="l00679"></a>00679 } <a class="code" href="group__XCB__Xv__API.html#ga7d2074c5cca519c0ca4f5314c5e6b4d8" title="xcb_xv_get_port_attribute_reply_t">xcb_xv_get_port_attribute_reply_t</a>;
<a name="l00680"></a>00680 
<a name="l00684"></a><a class="code" href="structxcb__xv__query__port__attributes__cookie__t.html">00684</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__port__attributes__cookie__t.html" title="xcb_xv_query_port_attributes_cookie_t">xcb_xv_query_port_attributes_cookie_t</a> {
<a name="l00685"></a><a class="code" href="structxcb__xv__query__port__attributes__cookie__t.html#a5f2dea7645f093de79d7f4286a9a312a">00685</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__query__port__attributes__cookie__t.html#a5f2dea7645f093de79d7f4286a9a312a">sequence</a>; 
<a name="l00686"></a>00686 } <a class="code" href="group__XCB__Xv__API.html#ga8834431ec41b2e9727aa0d8b1e0f5828" title="xcb_xv_query_port_attributes_cookie_t">xcb_xv_query_port_attributes_cookie_t</a>;
<a name="l00687"></a>00687 
<a name="l00689"></a><a class="code" href="group__XCB__Xv__API.html#ga0cf4f20203e61571151da42fb838f59a">00689</a> <span class="preprocessor">#define XCB_XV_QUERY_PORT_ATTRIBUTES 15</span>
<a name="l00690"></a>00690 <span class="preprocessor"></span>
<a name="l00694"></a><a class="code" href="structxcb__xv__query__port__attributes__request__t.html">00694</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__port__attributes__request__t.html" title="xcb_xv_query_port_attributes_request_t">xcb_xv_query_port_attributes_request_t</a> {
<a name="l00695"></a><a class="code" href="structxcb__xv__query__port__attributes__request__t.html#acdbb694eecab763766578ada66cea039">00695</a>     uint8_t       <a class="code" href="structxcb__xv__query__port__attributes__request__t.html#acdbb694eecab763766578ada66cea039">major_opcode</a>; 
<a name="l00696"></a><a class="code" href="structxcb__xv__query__port__attributes__request__t.html#a5802bf772d6b102c0787fdc86fc60d01">00696</a>     uint8_t       <a class="code" href="structxcb__xv__query__port__attributes__request__t.html#a5802bf772d6b102c0787fdc86fc60d01">minor_opcode</a>; 
<a name="l00697"></a><a class="code" href="structxcb__xv__query__port__attributes__request__t.html#a85acf29603ad34092419c081db318cdc">00697</a>     uint16_t      <a class="code" href="structxcb__xv__query__port__attributes__request__t.html#a85acf29603ad34092419c081db318cdc">length</a>; 
<a name="l00698"></a><a class="code" href="structxcb__xv__query__port__attributes__request__t.html#a2f0b89b419ec49714fa66aa3f8071c21">00698</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__query__port__attributes__request__t.html#a2f0b89b419ec49714fa66aa3f8071c21">port</a>; 
<a name="l00699"></a>00699 } <a class="code" href="group__XCB__Xv__API.html#ga4d3bddf101d4f6a4259b202e8fbd406a" title="xcb_xv_query_port_attributes_request_t">xcb_xv_query_port_attributes_request_t</a>;
<a name="l00700"></a>00700 
<a name="l00704"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html">00704</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html" title="xcb_xv_query_port_attributes_reply_t">xcb_xv_query_port_attributes_reply_t</a> {
<a name="l00705"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#abd76cfdfbdd7354b3ed9f4b72181e6ba">00705</a>     uint8_t  <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#abd76cfdfbdd7354b3ed9f4b72181e6ba">response_type</a>; 
<a name="l00706"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a73e3779cbb9ee7bfe1f0af20daf5cf4a">00706</a>     uint8_t  <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a73e3779cbb9ee7bfe1f0af20daf5cf4a">pad0</a>; 
<a name="l00707"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#ab88b5894340432e457b0a5dba1134a50">00707</a>     uint16_t <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#ab88b5894340432e457b0a5dba1134a50">sequence</a>; 
<a name="l00708"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#af512b67ff3b5a695f34cd18143b81f15">00708</a>     uint32_t <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#af512b67ff3b5a695f34cd18143b81f15">length</a>; 
<a name="l00709"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a8554944e1b814c4621549eb03cd31253">00709</a>     uint32_t <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a8554944e1b814c4621549eb03cd31253">num_attributes</a>; 
<a name="l00710"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a522e99f9bff40335989fd6fc9a9e592c">00710</a>     uint32_t <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a522e99f9bff40335989fd6fc9a9e592c">text_size</a>; 
<a name="l00711"></a><a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a5ff2e1593ed18c752755817377343de5">00711</a>     uint8_t  <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html#a5ff2e1593ed18c752755817377343de5">pad1</a>[16]; 
<a name="l00712"></a>00712 } <a class="code" href="group__XCB__Xv__API.html#ga5ee0afaebf73ba77252578e69e9f4f38" title="xcb_xv_query_port_attributes_reply_t">xcb_xv_query_port_attributes_reply_t</a>;
<a name="l00713"></a>00713 
<a name="l00717"></a><a class="code" href="structxcb__xv__list__image__formats__cookie__t.html">00717</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__list__image__formats__cookie__t.html" title="xcb_xv_list_image_formats_cookie_t">xcb_xv_list_image_formats_cookie_t</a> {
<a name="l00718"></a><a class="code" href="structxcb__xv__list__image__formats__cookie__t.html#afdc6341e3e5e5e5bd6c366236c7f593d">00718</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__list__image__formats__cookie__t.html#afdc6341e3e5e5e5bd6c366236c7f593d">sequence</a>; 
<a name="l00719"></a>00719 } <a class="code" href="group__XCB__Xv__API.html#gaf4f597bdac475b51748795b990a9b505" title="xcb_xv_list_image_formats_cookie_t">xcb_xv_list_image_formats_cookie_t</a>;
<a name="l00720"></a>00720 
<a name="l00722"></a><a class="code" href="group__XCB__Xv__API.html#gaebb26469711a13464b2ed355a416556a">00722</a> <span class="preprocessor">#define XCB_XV_LIST_IMAGE_FORMATS 16</span>
<a name="l00723"></a>00723 <span class="preprocessor"></span>
<a name="l00727"></a><a class="code" href="structxcb__xv__list__image__formats__request__t.html">00727</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__list__image__formats__request__t.html" title="xcb_xv_list_image_formats_request_t">xcb_xv_list_image_formats_request_t</a> {
<a name="l00728"></a><a class="code" href="structxcb__xv__list__image__formats__request__t.html#a6b0c4c9bf9d6320a1378e1c6853f53d0">00728</a>     uint8_t       <a class="code" href="structxcb__xv__list__image__formats__request__t.html#a6b0c4c9bf9d6320a1378e1c6853f53d0">major_opcode</a>; 
<a name="l00729"></a><a class="code" href="structxcb__xv__list__image__formats__request__t.html#a037db3d1aede0ec971ff08fff00bbfda">00729</a>     uint8_t       <a class="code" href="structxcb__xv__list__image__formats__request__t.html#a037db3d1aede0ec971ff08fff00bbfda">minor_opcode</a>; 
<a name="l00730"></a><a class="code" href="structxcb__xv__list__image__formats__request__t.html#a237952d5421ff1bf720f2e853e3145dd">00730</a>     uint16_t      <a class="code" href="structxcb__xv__list__image__formats__request__t.html#a237952d5421ff1bf720f2e853e3145dd">length</a>; 
<a name="l00731"></a><a class="code" href="structxcb__xv__list__image__formats__request__t.html#a20933f52634a2a05c18184b8498e9ca2">00731</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__list__image__formats__request__t.html#a20933f52634a2a05c18184b8498e9ca2">port</a>; 
<a name="l00732"></a>00732 } <a class="code" href="group__XCB__Xv__API.html#ga40d1ffd91f5c95cdd071e48833a33424" title="xcb_xv_list_image_formats_request_t">xcb_xv_list_image_formats_request_t</a>;
<a name="l00733"></a>00733 
<a name="l00737"></a><a class="code" href="structxcb__xv__list__image__formats__reply__t.html">00737</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__list__image__formats__reply__t.html" title="xcb_xv_list_image_formats_reply_t">xcb_xv_list_image_formats_reply_t</a> {
<a name="l00738"></a><a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a5bc85de2224a5404d5538ce7da55a43c">00738</a>     uint8_t  <a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a5bc85de2224a5404d5538ce7da55a43c">response_type</a>; 
<a name="l00739"></a><a class="code" href="structxcb__xv__list__image__formats__reply__t.html#ab920a2e9ef4d6fa1496ede2a9a3b51b0">00739</a>     uint8_t  <a class="code" href="structxcb__xv__list__image__formats__reply__t.html#ab920a2e9ef4d6fa1496ede2a9a3b51b0">pad0</a>; 
<a name="l00740"></a><a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a0f9d14ada9830e07ea9d9014158407b4">00740</a>     uint16_t <a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a0f9d14ada9830e07ea9d9014158407b4">sequence</a>; 
<a name="l00741"></a><a class="code" href="structxcb__xv__list__image__formats__reply__t.html#ac7a5f15332605062d31fcde4b324e397">00741</a>     uint32_t <a class="code" href="structxcb__xv__list__image__formats__reply__t.html#ac7a5f15332605062d31fcde4b324e397">length</a>; 
<a name="l00742"></a><a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a4d37fa1005bb983f324d6e4a26ad58ec">00742</a>     uint32_t <a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a4d37fa1005bb983f324d6e4a26ad58ec">num_formats</a>; 
<a name="l00743"></a><a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a42dae709938c3bc676a77f018170c089">00743</a>     uint8_t  <a class="code" href="structxcb__xv__list__image__formats__reply__t.html#a42dae709938c3bc676a77f018170c089">pad1</a>[20]; 
<a name="l00744"></a>00744 } <a class="code" href="group__XCB__Xv__API.html#gac68771ba2175295564d11a792de9f563" title="xcb_xv_list_image_formats_reply_t">xcb_xv_list_image_formats_reply_t</a>;
<a name="l00745"></a>00745 
<a name="l00749"></a><a class="code" href="structxcb__xv__query__image__attributes__cookie__t.html">00749</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__image__attributes__cookie__t.html" title="xcb_xv_query_image_attributes_cookie_t">xcb_xv_query_image_attributes_cookie_t</a> {
<a name="l00750"></a><a class="code" href="structxcb__xv__query__image__attributes__cookie__t.html#a7723715a18db0a7c76e143ddd3b2a7d3">00750</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xv__query__image__attributes__cookie__t.html#a7723715a18db0a7c76e143ddd3b2a7d3">sequence</a>; 
<a name="l00751"></a>00751 } <a class="code" href="group__XCB__Xv__API.html#ga62a6e67980ad37b76a9812d8ee5d202d" title="xcb_xv_query_image_attributes_cookie_t">xcb_xv_query_image_attributes_cookie_t</a>;
<a name="l00752"></a>00752 
<a name="l00754"></a><a class="code" href="group__XCB__Xv__API.html#ga471feb597d309d9f5d70b25ac0b5d1d5">00754</a> <span class="preprocessor">#define XCB_XV_QUERY_IMAGE_ATTRIBUTES 17</span>
<a name="l00755"></a>00755 <span class="preprocessor"></span>
<a name="l00759"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html">00759</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__image__attributes__request__t.html" title="xcb_xv_query_image_attributes_request_t">xcb_xv_query_image_attributes_request_t</a> {
<a name="l00760"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html#a656a6f808063b92ec7cd461de31b1504">00760</a>     uint8_t       <a class="code" href="structxcb__xv__query__image__attributes__request__t.html#a656a6f808063b92ec7cd461de31b1504">major_opcode</a>; 
<a name="l00761"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html#ae9d627ca5dbab7b05a95a983bbcf175c">00761</a>     uint8_t       <a class="code" href="structxcb__xv__query__image__attributes__request__t.html#ae9d627ca5dbab7b05a95a983bbcf175c">minor_opcode</a>; 
<a name="l00762"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html#a502fb35f4b4fc8b0f42fd69056d03453">00762</a>     uint16_t      <a class="code" href="structxcb__xv__query__image__attributes__request__t.html#a502fb35f4b4fc8b0f42fd69056d03453">length</a>; 
<a name="l00763"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html#aa25d27217b8e9e1b6e1d09d22d1ee9d2">00763</a>     xcb_xv_port_t <a class="code" href="structxcb__xv__query__image__attributes__request__t.html#aa25d27217b8e9e1b6e1d09d22d1ee9d2">port</a>; 
<a name="l00764"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html#a70e484f1098bcfcf98ae7f1ee8846923">00764</a>     uint32_t      <a class="code" href="structxcb__xv__query__image__attributes__request__t.html#a70e484f1098bcfcf98ae7f1ee8846923">id</a>; 
<a name="l00765"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html#aad20c1f121928f288131fddba3aeb425">00765</a>     uint16_t      <a class="code" href="structxcb__xv__query__image__attributes__request__t.html#aad20c1f121928f288131fddba3aeb425">width</a>; 
<a name="l00766"></a><a class="code" href="structxcb__xv__query__image__attributes__request__t.html#af1a66cf069aefb626e4bcbbf54298b31">00766</a>     uint16_t      <a class="code" href="structxcb__xv__query__image__attributes__request__t.html#af1a66cf069aefb626e4bcbbf54298b31">height</a>; 
<a name="l00767"></a>00767 } <a class="code" href="group__XCB__Xv__API.html#ga3f1ca537ee266892340588eda7260b72" title="xcb_xv_query_image_attributes_request_t">xcb_xv_query_image_attributes_request_t</a>;
<a name="l00768"></a>00768 
<a name="l00772"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html">00772</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> {
<a name="l00773"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a7aa8ed2b7650129501d64e24e9dfb27b">00773</a>     uint8_t  <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a7aa8ed2b7650129501d64e24e9dfb27b">response_type</a>; 
<a name="l00774"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a15dd9ff15e41408f2685876668c8c085">00774</a>     uint8_t  <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a15dd9ff15e41408f2685876668c8c085">pad0</a>; 
<a name="l00775"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a4134ac1df663b30e8227439cea17cc8d">00775</a>     uint16_t <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a4134ac1df663b30e8227439cea17cc8d">sequence</a>; 
<a name="l00776"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a893ef2155d7751612bfd668b03dc5906">00776</a>     uint32_t <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a893ef2155d7751612bfd668b03dc5906">length</a>; 
<a name="l00777"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a9dc4324004329efeefb7b6bfe3a80174">00777</a>     uint32_t <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a9dc4324004329efeefb7b6bfe3a80174">num_planes</a>; 
<a name="l00778"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a7b71ffad8b2030cd688b0843e66db2ad">00778</a>     uint32_t <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a7b71ffad8b2030cd688b0843e66db2ad">data_size</a>; 
<a name="l00779"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#ae407fadbbfc801d037fc85085bcae44e">00779</a>     uint16_t <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#ae407fadbbfc801d037fc85085bcae44e">width</a>; 
<a name="l00780"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#ac91c5311abde3209176ce6633c91c2d1">00780</a>     uint16_t <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#ac91c5311abde3209176ce6633c91c2d1">height</a>; 
<a name="l00781"></a><a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a2b09b5fb51e7d33943e88d8dbc0d6017">00781</a>     uint8_t  <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html#a2b09b5fb51e7d33943e88d8dbc0d6017">pad1</a>[12]; 
<a name="l00782"></a>00782 } <a class="code" href="group__XCB__Xv__API.html#gadd469fbd0236d3e6dec88722f9fc334e" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a>;
<a name="l00783"></a>00783 
<a name="l00785"></a><a class="code" href="group__XCB__Xv__API.html#ga2d13c7e2d2fdc510333d752749f3d274">00785</a> <span class="preprocessor">#define XCB_XV_PUT_IMAGE 18</span>
<a name="l00786"></a>00786 <span class="preprocessor"></span>
<a name="l00790"></a><a class="code" href="structxcb__xv__put__image__request__t.html">00790</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__put__image__request__t.html" title="xcb_xv_put_image_request_t">xcb_xv_put_image_request_t</a> {
<a name="l00791"></a><a class="code" href="structxcb__xv__put__image__request__t.html#acd8000c19006e2a7c5be189711d51f73">00791</a>     uint8_t        <a class="code" href="structxcb__xv__put__image__request__t.html#acd8000c19006e2a7c5be189711d51f73">major_opcode</a>; 
<a name="l00792"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a2b7f22314100997f67c3c5e6cde4ff07">00792</a>     uint8_t        <a class="code" href="structxcb__xv__put__image__request__t.html#a2b7f22314100997f67c3c5e6cde4ff07">minor_opcode</a>; 
<a name="l00793"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a4dff8fb0f00a6871a92839f1d96a72e5">00793</a>     uint16_t       <a class="code" href="structxcb__xv__put__image__request__t.html#a4dff8fb0f00a6871a92839f1d96a72e5">length</a>; 
<a name="l00794"></a><a class="code" href="structxcb__xv__put__image__request__t.html#ae78c7d2c53900b859e2be90309c84c8e">00794</a>     xcb_xv_port_t  <a class="code" href="structxcb__xv__put__image__request__t.html#ae78c7d2c53900b859e2be90309c84c8e">port</a>; 
<a name="l00795"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a44c58d3d432860159ab47fa347be7a11">00795</a>     xcb_drawable_t <a class="code" href="structxcb__xv__put__image__request__t.html#a44c58d3d432860159ab47fa347be7a11">drawable</a>; 
<a name="l00796"></a><a class="code" href="structxcb__xv__put__image__request__t.html#adbb93ae5834c6efb21561187d7f5e428">00796</a>     xcb_gcontext_t <a class="code" href="structxcb__xv__put__image__request__t.html#adbb93ae5834c6efb21561187d7f5e428">gc</a>; 
<a name="l00797"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a67da987d4213f784680d24642f624211">00797</a>     uint32_t       <a class="code" href="structxcb__xv__put__image__request__t.html#a67da987d4213f784680d24642f624211">id</a>; 
<a name="l00798"></a><a class="code" href="structxcb__xv__put__image__request__t.html#afd47892f90a12e162d64e4780cc7f7d9">00798</a>     int16_t        <a class="code" href="structxcb__xv__put__image__request__t.html#afd47892f90a12e162d64e4780cc7f7d9">src_x</a>; 
<a name="l00799"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a857985dedeed38fa0024e457e06195c9">00799</a>     int16_t        <a class="code" href="structxcb__xv__put__image__request__t.html#a857985dedeed38fa0024e457e06195c9">src_y</a>; 
<a name="l00800"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a26de43b9741a0ec4cabac8d537f46af8">00800</a>     uint16_t       <a class="code" href="structxcb__xv__put__image__request__t.html#a26de43b9741a0ec4cabac8d537f46af8">src_w</a>; 
<a name="l00801"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a4650f8554ca69a30c40f3fba7989d97a">00801</a>     uint16_t       <a class="code" href="structxcb__xv__put__image__request__t.html#a4650f8554ca69a30c40f3fba7989d97a">src_h</a>; 
<a name="l00802"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a5cc46904f55db38bf8f03ecf0fda5499">00802</a>     int16_t        <a class="code" href="structxcb__xv__put__image__request__t.html#a5cc46904f55db38bf8f03ecf0fda5499">drw_x</a>; 
<a name="l00803"></a><a class="code" href="structxcb__xv__put__image__request__t.html#ae3955aa9de3c423b1a868fc26b420341">00803</a>     int16_t        <a class="code" href="structxcb__xv__put__image__request__t.html#ae3955aa9de3c423b1a868fc26b420341">drw_y</a>; 
<a name="l00804"></a><a class="code" href="structxcb__xv__put__image__request__t.html#ab943c62ea9776f2beb63fd5b516ec31b">00804</a>     uint16_t       <a class="code" href="structxcb__xv__put__image__request__t.html#ab943c62ea9776f2beb63fd5b516ec31b">drw_w</a>; 
<a name="l00805"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a0c7196e3efa39222456c2fe2f1ffb366">00805</a>     uint16_t       <a class="code" href="structxcb__xv__put__image__request__t.html#a0c7196e3efa39222456c2fe2f1ffb366">drw_h</a>; 
<a name="l00806"></a><a class="code" href="structxcb__xv__put__image__request__t.html#addb10963f50bd47c48f09067d2f1e4cf">00806</a>     uint16_t       <a class="code" href="structxcb__xv__put__image__request__t.html#addb10963f50bd47c48f09067d2f1e4cf">width</a>; 
<a name="l00807"></a><a class="code" href="structxcb__xv__put__image__request__t.html#a4a11b8b016d95361c188b911d12cd8ed">00807</a>     uint16_t       <a class="code" href="structxcb__xv__put__image__request__t.html#a4a11b8b016d95361c188b911d12cd8ed">height</a>; 
<a name="l00808"></a>00808 } <a class="code" href="group__XCB__Xv__API.html#ga4c0f60027a07d2bd4435f16cac43b577" title="xcb_xv_put_image_request_t">xcb_xv_put_image_request_t</a>;
<a name="l00809"></a>00809 
<a name="l00811"></a><a class="code" href="group__XCB__Xv__API.html#gae264deab130f8407be431bca8ab608f1">00811</a> <span class="preprocessor">#define XCB_XV_SHM_PUT_IMAGE 19</span>
<a name="l00812"></a>00812 <span class="preprocessor"></span>
<a name="l00816"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html">00816</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xv__shm__put__image__request__t.html" title="xcb_xv_shm_put_image_request_t">xcb_xv_shm_put_image_request_t</a> {
<a name="l00817"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a083c01bda2cbef0b7691cd07e55104de">00817</a>     uint8_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a083c01bda2cbef0b7691cd07e55104de">major_opcode</a>; 
<a name="l00818"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a140b1f517bc8a7669445842356421715">00818</a>     uint8_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a140b1f517bc8a7669445842356421715">minor_opcode</a>; 
<a name="l00819"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#add94fc0f85fbae7dd7e38c8a14a84044">00819</a>     uint16_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#add94fc0f85fbae7dd7e38c8a14a84044">length</a>; 
<a name="l00820"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a326c338f9d1b0346c10885ca0c1f59eb">00820</a>     xcb_xv_port_t  <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a326c338f9d1b0346c10885ca0c1f59eb">port</a>; 
<a name="l00821"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a7ff12f77f4bb778a98b99c9c1f4e35f8">00821</a>     xcb_drawable_t <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a7ff12f77f4bb778a98b99c9c1f4e35f8">drawable</a>; 
<a name="l00822"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#ad38a532f313322f35a0d9d4733d6bba3">00822</a>     xcb_gcontext_t <a class="code" href="structxcb__xv__shm__put__image__request__t.html#ad38a532f313322f35a0d9d4733d6bba3">gc</a>; 
<a name="l00823"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#aa4759c55ad0b673a5d3dc9221e1704ef">00823</a>     xcb_shm_seg_t  <a class="code" href="structxcb__xv__shm__put__image__request__t.html#aa4759c55ad0b673a5d3dc9221e1704ef">shmseg</a>; 
<a name="l00824"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a81a1cf5baf239e0f0a0231ab36946699">00824</a>     uint32_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a81a1cf5baf239e0f0a0231ab36946699">id</a>; 
<a name="l00825"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a725a99fa2069ebc99949664f1b46a643">00825</a>     uint32_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a725a99fa2069ebc99949664f1b46a643">offset</a>; 
<a name="l00826"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a5306a88c5136c255f1d92bf15d9b96d3">00826</a>     int16_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a5306a88c5136c255f1d92bf15d9b96d3">src_x</a>; 
<a name="l00827"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a7eda4f90ed928d6a797b2bb5bb62a8ea">00827</a>     int16_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a7eda4f90ed928d6a797b2bb5bb62a8ea">src_y</a>; 
<a name="l00828"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a7fc5228b6f386a845968a3db6fbc44d0">00828</a>     uint16_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a7fc5228b6f386a845968a3db6fbc44d0">src_w</a>; 
<a name="l00829"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#ac1c9f87aef446bd96826b0e6ff4937da">00829</a>     uint16_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#ac1c9f87aef446bd96826b0e6ff4937da">src_h</a>; 
<a name="l00830"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a6f2938add28200bfe545c296ebe54459">00830</a>     int16_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a6f2938add28200bfe545c296ebe54459">drw_x</a>; 
<a name="l00831"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#ad190bca5e7dead229fdfbd3aa3122427">00831</a>     int16_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#ad190bca5e7dead229fdfbd3aa3122427">drw_y</a>; 
<a name="l00832"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a6431c5e3ffaed3bcf0d783c1e72fe04d">00832</a>     uint16_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a6431c5e3ffaed3bcf0d783c1e72fe04d">drw_w</a>; 
<a name="l00833"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a526791f38a466a50af292d876bee04e1">00833</a>     uint16_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a526791f38a466a50af292d876bee04e1">drw_h</a>; 
<a name="l00834"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a93ec41834cdfbb996cfe922c36193c13">00834</a>     uint16_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a93ec41834cdfbb996cfe922c36193c13">width</a>; 
<a name="l00835"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a377277e410888cdd87a395da9aff48f9">00835</a>     uint16_t       <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a377277e410888cdd87a395da9aff48f9">height</a>; 
<a name="l00836"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#af2eb2621a2cb22dd1cb6266367794373">00836</a>     uint8_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#af2eb2621a2cb22dd1cb6266367794373">send_event</a>; 
<a name="l00837"></a><a class="code" href="structxcb__xv__shm__put__image__request__t.html#a85c636736792edde466575fa866eaef0">00837</a>     uint8_t        <a class="code" href="structxcb__xv__shm__put__image__request__t.html#a85c636736792edde466575fa866eaef0">pad0</a>[3]; 
<a name="l00838"></a>00838 } <a class="code" href="group__XCB__Xv__API.html#gaf790270457bd057c24385174566a93c8" title="xcb_xv_shm_put_image_request_t">xcb_xv_shm_put_image_request_t</a>;
<a name="l00839"></a>00839 
<a name="l00849"></a>00849 <span class="comment">/*****************************************************************************</span>
<a name="l00850"></a>00850 <span class="comment"> **</span>
<a name="l00851"></a>00851 <span class="comment"> ** void xcb_xv_port_next</span>
<a name="l00852"></a>00852 <span class="comment"> ** </span>
<a name="l00853"></a>00853 <span class="comment"> ** @param xcb_xv_port_iterator_t *i</span>
<a name="l00854"></a>00854 <span class="comment"> ** @returns void</span>
<a name="l00855"></a>00855 <span class="comment"> **</span>
<a name="l00856"></a>00856 <span class="comment"> *****************************************************************************/</span>
<a name="l00857"></a>00857  
<a name="l00858"></a>00858 <span class="keywordtype">void</span>
<a name="l00859"></a>00859 <a class="code" href="group__XCB__Xv__API.html#ga05a2ee25b436e157812f8efb3d2b8418">xcb_xv_port_next</a> (<a class="code" href="structxcb__xv__port__iterator__t.html" title="xcb_xv_port_iterator_t">xcb_xv_port_iterator_t</a> *i  );
<a name="l00860"></a>00860 
<a name="l00871"></a>00871 <span class="comment">/*****************************************************************************</span>
<a name="l00872"></a>00872 <span class="comment"> **</span>
<a name="l00873"></a>00873 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_port_end</span>
<a name="l00874"></a>00874 <span class="comment"> ** </span>
<a name="l00875"></a>00875 <span class="comment"> ** @param xcb_xv_port_iterator_t i</span>
<a name="l00876"></a>00876 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00877"></a>00877 <span class="comment"> **</span>
<a name="l00878"></a>00878 <span class="comment"> *****************************************************************************/</span>
<a name="l00879"></a>00879  
<a name="l00880"></a>00880 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00881"></a>00881 <a class="code" href="group__XCB__Xv__API.html#gae0ec529af2176f15db67b9ec5379aa80">xcb_xv_port_end</a> (<a class="code" href="structxcb__xv__port__iterator__t.html" title="xcb_xv_port_iterator_t">xcb_xv_port_iterator_t</a> i  );
<a name="l00882"></a>00882 
<a name="l00892"></a>00892 <span class="comment">/*****************************************************************************</span>
<a name="l00893"></a>00893 <span class="comment"> **</span>
<a name="l00894"></a>00894 <span class="comment"> ** void xcb_xv_encoding_next</span>
<a name="l00895"></a>00895 <span class="comment"> ** </span>
<a name="l00896"></a>00896 <span class="comment"> ** @param xcb_xv_encoding_iterator_t *i</span>
<a name="l00897"></a>00897 <span class="comment"> ** @returns void</span>
<a name="l00898"></a>00898 <span class="comment"> **</span>
<a name="l00899"></a>00899 <span class="comment"> *****************************************************************************/</span>
<a name="l00900"></a>00900  
<a name="l00901"></a>00901 <span class="keywordtype">void</span>
<a name="l00902"></a>00902 <a class="code" href="group__XCB__Xv__API.html#ga6ea2ed9756f753387f629bcb122b822e">xcb_xv_encoding_next</a> (<a class="code" href="structxcb__xv__encoding__iterator__t.html" title="xcb_xv_encoding_iterator_t">xcb_xv_encoding_iterator_t</a> *i  );
<a name="l00903"></a>00903 
<a name="l00914"></a>00914 <span class="comment">/*****************************************************************************</span>
<a name="l00915"></a>00915 <span class="comment"> **</span>
<a name="l00916"></a>00916 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_encoding_end</span>
<a name="l00917"></a>00917 <span class="comment"> ** </span>
<a name="l00918"></a>00918 <span class="comment"> ** @param xcb_xv_encoding_iterator_t i</span>
<a name="l00919"></a>00919 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00920"></a>00920 <span class="comment"> **</span>
<a name="l00921"></a>00921 <span class="comment"> *****************************************************************************/</span>
<a name="l00922"></a>00922  
<a name="l00923"></a>00923 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00924"></a>00924 <a class="code" href="group__XCB__Xv__API.html#gabb0dde8fa17f19d453f9863ceec2fe77">xcb_xv_encoding_end</a> (<a class="code" href="structxcb__xv__encoding__iterator__t.html" title="xcb_xv_encoding_iterator_t">xcb_xv_encoding_iterator_t</a> i  );
<a name="l00925"></a>00925 
<a name="l00935"></a>00935 <span class="comment">/*****************************************************************************</span>
<a name="l00936"></a>00936 <span class="comment"> **</span>
<a name="l00937"></a>00937 <span class="comment"> ** void xcb_xv_rational_next</span>
<a name="l00938"></a>00938 <span class="comment"> ** </span>
<a name="l00939"></a>00939 <span class="comment"> ** @param xcb_xv_rational_iterator_t *i</span>
<a name="l00940"></a>00940 <span class="comment"> ** @returns void</span>
<a name="l00941"></a>00941 <span class="comment"> **</span>
<a name="l00942"></a>00942 <span class="comment"> *****************************************************************************/</span>
<a name="l00943"></a>00943  
<a name="l00944"></a>00944 <span class="keywordtype">void</span>
<a name="l00945"></a>00945 <a class="code" href="group__XCB__Xv__API.html#ga8f460fb28bee62a8d427ec022bba28f2">xcb_xv_rational_next</a> (<a class="code" href="structxcb__xv__rational__iterator__t.html" title="xcb_xv_rational_iterator_t">xcb_xv_rational_iterator_t</a> *i  );
<a name="l00946"></a>00946 
<a name="l00957"></a>00957 <span class="comment">/*****************************************************************************</span>
<a name="l00958"></a>00958 <span class="comment"> **</span>
<a name="l00959"></a>00959 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_rational_end</span>
<a name="l00960"></a>00960 <span class="comment"> ** </span>
<a name="l00961"></a>00961 <span class="comment"> ** @param xcb_xv_rational_iterator_t i</span>
<a name="l00962"></a>00962 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00963"></a>00963 <span class="comment"> **</span>
<a name="l00964"></a>00964 <span class="comment"> *****************************************************************************/</span>
<a name="l00965"></a>00965  
<a name="l00966"></a>00966 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00967"></a>00967 <a class="code" href="group__XCB__Xv__API.html#ga428504671bb5d52824af6766184d81c7">xcb_xv_rational_end</a> (<a class="code" href="structxcb__xv__rational__iterator__t.html" title="xcb_xv_rational_iterator_t">xcb_xv_rational_iterator_t</a> i  );
<a name="l00968"></a>00968 
<a name="l00978"></a>00978 <span class="comment">/*****************************************************************************</span>
<a name="l00979"></a>00979 <span class="comment"> **</span>
<a name="l00980"></a>00980 <span class="comment"> ** void xcb_xv_format_next</span>
<a name="l00981"></a>00981 <span class="comment"> ** </span>
<a name="l00982"></a>00982 <span class="comment"> ** @param xcb_xv_format_iterator_t *i</span>
<a name="l00983"></a>00983 <span class="comment"> ** @returns void</span>
<a name="l00984"></a>00984 <span class="comment"> **</span>
<a name="l00985"></a>00985 <span class="comment"> *****************************************************************************/</span>
<a name="l00986"></a>00986  
<a name="l00987"></a>00987 <span class="keywordtype">void</span>
<a name="l00988"></a>00988 <a class="code" href="group__XCB__Xv__API.html#ga8e104ce5cc99810b4702185382b5d171">xcb_xv_format_next</a> (<a class="code" href="structxcb__xv__format__iterator__t.html" title="xcb_xv_format_iterator_t">xcb_xv_format_iterator_t</a> *i  );
<a name="l00989"></a>00989 
<a name="l01000"></a>01000 <span class="comment">/*****************************************************************************</span>
<a name="l01001"></a>01001 <span class="comment"> **</span>
<a name="l01002"></a>01002 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_format_end</span>
<a name="l01003"></a>01003 <span class="comment"> ** </span>
<a name="l01004"></a>01004 <span class="comment"> ** @param xcb_xv_format_iterator_t i</span>
<a name="l01005"></a>01005 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01006"></a>01006 <span class="comment"> **</span>
<a name="l01007"></a>01007 <span class="comment"> *****************************************************************************/</span>
<a name="l01008"></a>01008  
<a name="l01009"></a>01009 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01010"></a>01010 <a class="code" href="group__XCB__Xv__API.html#ga77591e72113d8db21c13e1183c6d23f1">xcb_xv_format_end</a> (<a class="code" href="structxcb__xv__format__iterator__t.html" title="xcb_xv_format_iterator_t">xcb_xv_format_iterator_t</a> i  );
<a name="l01011"></a>01011 
<a name="l01012"></a>01012 
<a name="l01013"></a>01013 <span class="comment">/*****************************************************************************</span>
<a name="l01014"></a>01014 <span class="comment"> **</span>
<a name="l01015"></a>01015 <span class="comment"> ** char * xcb_xv_adaptor_info_name</span>
<a name="l01016"></a>01016 <span class="comment"> ** </span>
<a name="l01017"></a>01017 <span class="comment"> ** @param const xcb_xv_adaptor_info_t *R</span>
<a name="l01018"></a>01018 <span class="comment"> ** @returns char *</span>
<a name="l01019"></a>01019 <span class="comment"> **</span>
<a name="l01020"></a>01020 <span class="comment"> *****************************************************************************/</span>
<a name="l01021"></a>01021  
<a name="l01022"></a>01022 <span class="keywordtype">char</span> *
<a name="l01023"></a>01023 xcb_xv_adaptor_info_name (<span class="keyword">const</span> <a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> *R  );
<a name="l01024"></a>01024 
<a name="l01025"></a>01025 
<a name="l01026"></a>01026 <span class="comment">/*****************************************************************************</span>
<a name="l01027"></a>01027 <span class="comment"> **</span>
<a name="l01028"></a>01028 <span class="comment"> ** int xcb_xv_adaptor_info_name_length</span>
<a name="l01029"></a>01029 <span class="comment"> ** </span>
<a name="l01030"></a>01030 <span class="comment"> ** @param const xcb_xv_adaptor_info_t *R</span>
<a name="l01031"></a>01031 <span class="comment"> ** @returns int</span>
<a name="l01032"></a>01032 <span class="comment"> **</span>
<a name="l01033"></a>01033 <span class="comment"> *****************************************************************************/</span>
<a name="l01034"></a>01034  
<a name="l01035"></a>01035 <span class="keywordtype">int</span>
<a name="l01036"></a>01036 xcb_xv_adaptor_info_name_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> *R  );
<a name="l01037"></a>01037 
<a name="l01038"></a>01038 
<a name="l01039"></a>01039 <span class="comment">/*****************************************************************************</span>
<a name="l01040"></a>01040 <span class="comment"> **</span>
<a name="l01041"></a>01041 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_adaptor_info_name_end</span>
<a name="l01042"></a>01042 <span class="comment"> ** </span>
<a name="l01043"></a>01043 <span class="comment"> ** @param const xcb_xv_adaptor_info_t *R</span>
<a name="l01044"></a>01044 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01045"></a>01045 <span class="comment"> **</span>
<a name="l01046"></a>01046 <span class="comment"> *****************************************************************************/</span>
<a name="l01047"></a>01047  
<a name="l01048"></a>01048 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01049"></a>01049 xcb_xv_adaptor_info_name_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> *R  );
<a name="l01050"></a>01050 
<a name="l01051"></a>01051 
<a name="l01052"></a>01052 <span class="comment">/*****************************************************************************</span>
<a name="l01053"></a>01053 <span class="comment"> **</span>
<a name="l01054"></a>01054 <span class="comment"> ** xcb_xv_format_t * xcb_xv_adaptor_info_formats</span>
<a name="l01055"></a>01055 <span class="comment"> ** </span>
<a name="l01056"></a>01056 <span class="comment"> ** @param const xcb_xv_adaptor_info_t *R</span>
<a name="l01057"></a>01057 <span class="comment"> ** @returns xcb_xv_format_t *</span>
<a name="l01058"></a>01058 <span class="comment"> **</span>
<a name="l01059"></a>01059 <span class="comment"> *****************************************************************************/</span>
<a name="l01060"></a>01060  
<a name="l01061"></a>01061 <a class="code" href="structxcb__xv__format__t.html" title="xcb_xv_format_t">xcb_xv_format_t</a> *
<a name="l01062"></a>01062 xcb_xv_adaptor_info_formats (<span class="keyword">const</span> <a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> *R  );
<a name="l01063"></a>01063 
<a name="l01064"></a>01064 
<a name="l01065"></a>01065 <span class="comment">/*****************************************************************************</span>
<a name="l01066"></a>01066 <span class="comment"> **</span>
<a name="l01067"></a>01067 <span class="comment"> ** int xcb_xv_adaptor_info_formats_length</span>
<a name="l01068"></a>01068 <span class="comment"> ** </span>
<a name="l01069"></a>01069 <span class="comment"> ** @param const xcb_xv_adaptor_info_t *R</span>
<a name="l01070"></a>01070 <span class="comment"> ** @returns int</span>
<a name="l01071"></a>01071 <span class="comment"> **</span>
<a name="l01072"></a>01072 <span class="comment"> *****************************************************************************/</span>
<a name="l01073"></a>01073  
<a name="l01074"></a>01074 <span class="keywordtype">int</span>
<a name="l01075"></a>01075 xcb_xv_adaptor_info_formats_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> *R  );
<a name="l01076"></a>01076 
<a name="l01077"></a>01077 
<a name="l01078"></a>01078 <span class="comment">/*****************************************************************************</span>
<a name="l01079"></a>01079 <span class="comment"> **</span>
<a name="l01080"></a>01080 <span class="comment"> ** xcb_xv_format_iterator_t xcb_xv_adaptor_info_formats_iterator</span>
<a name="l01081"></a>01081 <span class="comment"> ** </span>
<a name="l01082"></a>01082 <span class="comment"> ** @param const xcb_xv_adaptor_info_t *R</span>
<a name="l01083"></a>01083 <span class="comment"> ** @returns xcb_xv_format_iterator_t</span>
<a name="l01084"></a>01084 <span class="comment"> **</span>
<a name="l01085"></a>01085 <span class="comment"> *****************************************************************************/</span>
<a name="l01086"></a>01086  
<a name="l01087"></a>01087 <a class="code" href="structxcb__xv__format__iterator__t.html" title="xcb_xv_format_iterator_t">xcb_xv_format_iterator_t</a>
<a name="l01088"></a>01088 xcb_xv_adaptor_info_formats_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__xv__adaptor__info__t.html" title="xcb_xv_adaptor_info_t">xcb_xv_adaptor_info_t</a> *R  );
<a name="l01089"></a>01089 
<a name="l01099"></a>01099 <span class="comment">/*****************************************************************************</span>
<a name="l01100"></a>01100 <span class="comment"> **</span>
<a name="l01101"></a>01101 <span class="comment"> ** void xcb_xv_adaptor_info_next</span>
<a name="l01102"></a>01102 <span class="comment"> ** </span>
<a name="l01103"></a>01103 <span class="comment"> ** @param xcb_xv_adaptor_info_iterator_t *i</span>
<a name="l01104"></a>01104 <span class="comment"> ** @returns void</span>
<a name="l01105"></a>01105 <span class="comment"> **</span>
<a name="l01106"></a>01106 <span class="comment"> *****************************************************************************/</span>
<a name="l01107"></a>01107  
<a name="l01108"></a>01108 <span class="keywordtype">void</span>
<a name="l01109"></a>01109 <a class="code" href="group__XCB__Xv__API.html#ga20122a8c788e43ce73ea449d6d9c0d65">xcb_xv_adaptor_info_next</a> (<a class="code" href="structxcb__xv__adaptor__info__iterator__t.html" title="xcb_xv_adaptor_info_iterator_t">xcb_xv_adaptor_info_iterator_t</a> *i  );
<a name="l01110"></a>01110 
<a name="l01121"></a>01121 <span class="comment">/*****************************************************************************</span>
<a name="l01122"></a>01122 <span class="comment"> **</span>
<a name="l01123"></a>01123 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_adaptor_info_end</span>
<a name="l01124"></a>01124 <span class="comment"> ** </span>
<a name="l01125"></a>01125 <span class="comment"> ** @param xcb_xv_adaptor_info_iterator_t i</span>
<a name="l01126"></a>01126 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01127"></a>01127 <span class="comment"> **</span>
<a name="l01128"></a>01128 <span class="comment"> *****************************************************************************/</span>
<a name="l01129"></a>01129  
<a name="l01130"></a>01130 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01131"></a>01131 <a class="code" href="group__XCB__Xv__API.html#gaed742a8485f9981b5233015007033b0d">xcb_xv_adaptor_info_end</a> (<a class="code" href="structxcb__xv__adaptor__info__iterator__t.html" title="xcb_xv_adaptor_info_iterator_t">xcb_xv_adaptor_info_iterator_t</a> i  );
<a name="l01132"></a>01132 
<a name="l01133"></a>01133 
<a name="l01134"></a>01134 <span class="comment">/*****************************************************************************</span>
<a name="l01135"></a>01135 <span class="comment"> **</span>
<a name="l01136"></a>01136 <span class="comment"> ** char * xcb_xv_encoding_info_name</span>
<a name="l01137"></a>01137 <span class="comment"> ** </span>
<a name="l01138"></a>01138 <span class="comment"> ** @param const xcb_xv_encoding_info_t *R</span>
<a name="l01139"></a>01139 <span class="comment"> ** @returns char *</span>
<a name="l01140"></a>01140 <span class="comment"> **</span>
<a name="l01141"></a>01141 <span class="comment"> *****************************************************************************/</span>
<a name="l01142"></a>01142  
<a name="l01143"></a>01143 <span class="keywordtype">char</span> *
<a name="l01144"></a>01144 xcb_xv_encoding_info_name (<span class="keyword">const</span> <a class="code" href="structxcb__xv__encoding__info__t.html" title="xcb_xv_encoding_info_t">xcb_xv_encoding_info_t</a> *R  );
<a name="l01145"></a>01145 
<a name="l01146"></a>01146 
<a name="l01147"></a>01147 <span class="comment">/*****************************************************************************</span>
<a name="l01148"></a>01148 <span class="comment"> **</span>
<a name="l01149"></a>01149 <span class="comment"> ** int xcb_xv_encoding_info_name_length</span>
<a name="l01150"></a>01150 <span class="comment"> ** </span>
<a name="l01151"></a>01151 <span class="comment"> ** @param const xcb_xv_encoding_info_t *R</span>
<a name="l01152"></a>01152 <span class="comment"> ** @returns int</span>
<a name="l01153"></a>01153 <span class="comment"> **</span>
<a name="l01154"></a>01154 <span class="comment"> *****************************************************************************/</span>
<a name="l01155"></a>01155  
<a name="l01156"></a>01156 <span class="keywordtype">int</span>
<a name="l01157"></a>01157 xcb_xv_encoding_info_name_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__encoding__info__t.html" title="xcb_xv_encoding_info_t">xcb_xv_encoding_info_t</a> *R  );
<a name="l01158"></a>01158 
<a name="l01159"></a>01159 
<a name="l01160"></a>01160 <span class="comment">/*****************************************************************************</span>
<a name="l01161"></a>01161 <span class="comment"> **</span>
<a name="l01162"></a>01162 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_encoding_info_name_end</span>
<a name="l01163"></a>01163 <span class="comment"> ** </span>
<a name="l01164"></a>01164 <span class="comment"> ** @param const xcb_xv_encoding_info_t *R</span>
<a name="l01165"></a>01165 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01166"></a>01166 <span class="comment"> **</span>
<a name="l01167"></a>01167 <span class="comment"> *****************************************************************************/</span>
<a name="l01168"></a>01168  
<a name="l01169"></a>01169 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01170"></a>01170 xcb_xv_encoding_info_name_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__encoding__info__t.html" title="xcb_xv_encoding_info_t">xcb_xv_encoding_info_t</a> *R  );
<a name="l01171"></a>01171 
<a name="l01181"></a>01181 <span class="comment">/*****************************************************************************</span>
<a name="l01182"></a>01182 <span class="comment"> **</span>
<a name="l01183"></a>01183 <span class="comment"> ** void xcb_xv_encoding_info_next</span>
<a name="l01184"></a>01184 <span class="comment"> ** </span>
<a name="l01185"></a>01185 <span class="comment"> ** @param xcb_xv_encoding_info_iterator_t *i</span>
<a name="l01186"></a>01186 <span class="comment"> ** @returns void</span>
<a name="l01187"></a>01187 <span class="comment"> **</span>
<a name="l01188"></a>01188 <span class="comment"> *****************************************************************************/</span>
<a name="l01189"></a>01189  
<a name="l01190"></a>01190 <span class="keywordtype">void</span>
<a name="l01191"></a>01191 <a class="code" href="group__XCB__Xv__API.html#gab2003fb7a6839aeaf091f9f68b80d5f6">xcb_xv_encoding_info_next</a> (<a class="code" href="structxcb__xv__encoding__info__iterator__t.html" title="xcb_xv_encoding_info_iterator_t">xcb_xv_encoding_info_iterator_t</a> *i  );
<a name="l01192"></a>01192 
<a name="l01203"></a>01203 <span class="comment">/*****************************************************************************</span>
<a name="l01204"></a>01204 <span class="comment"> **</span>
<a name="l01205"></a>01205 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_encoding_info_end</span>
<a name="l01206"></a>01206 <span class="comment"> ** </span>
<a name="l01207"></a>01207 <span class="comment"> ** @param xcb_xv_encoding_info_iterator_t i</span>
<a name="l01208"></a>01208 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01209"></a>01209 <span class="comment"> **</span>
<a name="l01210"></a>01210 <span class="comment"> *****************************************************************************/</span>
<a name="l01211"></a>01211  
<a name="l01212"></a>01212 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01213"></a>01213 <a class="code" href="group__XCB__Xv__API.html#ga73e36e009a78477d71ce840b30c36498">xcb_xv_encoding_info_end</a> (<a class="code" href="structxcb__xv__encoding__info__iterator__t.html" title="xcb_xv_encoding_info_iterator_t">xcb_xv_encoding_info_iterator_t</a> i  );
<a name="l01214"></a>01214 
<a name="l01215"></a>01215 
<a name="l01216"></a>01216 <span class="comment">/*****************************************************************************</span>
<a name="l01217"></a>01217 <span class="comment"> **</span>
<a name="l01218"></a>01218 <span class="comment"> ** uint32_t * xcb_xv_image_pitches</span>
<a name="l01219"></a>01219 <span class="comment"> ** </span>
<a name="l01220"></a>01220 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01221"></a>01221 <span class="comment"> ** @returns uint32_t *</span>
<a name="l01222"></a>01222 <span class="comment"> **</span>
<a name="l01223"></a>01223 <span class="comment"> *****************************************************************************/</span>
<a name="l01224"></a>01224  
<a name="l01225"></a>01225 uint32_t *
<a name="l01226"></a>01226 xcb_xv_image_pitches (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01227"></a>01227 
<a name="l01228"></a>01228 
<a name="l01229"></a>01229 <span class="comment">/*****************************************************************************</span>
<a name="l01230"></a>01230 <span class="comment"> **</span>
<a name="l01231"></a>01231 <span class="comment"> ** int xcb_xv_image_pitches_length</span>
<a name="l01232"></a>01232 <span class="comment"> ** </span>
<a name="l01233"></a>01233 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01234"></a>01234 <span class="comment"> ** @returns int</span>
<a name="l01235"></a>01235 <span class="comment"> **</span>
<a name="l01236"></a>01236 <span class="comment"> *****************************************************************************/</span>
<a name="l01237"></a>01237  
<a name="l01238"></a>01238 <span class="keywordtype">int</span>
<a name="l01239"></a>01239 xcb_xv_image_pitches_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01240"></a>01240 
<a name="l01241"></a>01241 
<a name="l01242"></a>01242 <span class="comment">/*****************************************************************************</span>
<a name="l01243"></a>01243 <span class="comment"> **</span>
<a name="l01244"></a>01244 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_image_pitches_end</span>
<a name="l01245"></a>01245 <span class="comment"> ** </span>
<a name="l01246"></a>01246 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01247"></a>01247 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01248"></a>01248 <span class="comment"> **</span>
<a name="l01249"></a>01249 <span class="comment"> *****************************************************************************/</span>
<a name="l01250"></a>01250  
<a name="l01251"></a>01251 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01252"></a>01252 xcb_xv_image_pitches_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01253"></a>01253 
<a name="l01254"></a>01254 
<a name="l01255"></a>01255 <span class="comment">/*****************************************************************************</span>
<a name="l01256"></a>01256 <span class="comment"> **</span>
<a name="l01257"></a>01257 <span class="comment"> ** uint32_t * xcb_xv_image_offsets</span>
<a name="l01258"></a>01258 <span class="comment"> ** </span>
<a name="l01259"></a>01259 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01260"></a>01260 <span class="comment"> ** @returns uint32_t *</span>
<a name="l01261"></a>01261 <span class="comment"> **</span>
<a name="l01262"></a>01262 <span class="comment"> *****************************************************************************/</span>
<a name="l01263"></a>01263  
<a name="l01264"></a>01264 uint32_t *
<a name="l01265"></a>01265 xcb_xv_image_offsets (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01266"></a>01266 
<a name="l01267"></a>01267 
<a name="l01268"></a>01268 <span class="comment">/*****************************************************************************</span>
<a name="l01269"></a>01269 <span class="comment"> **</span>
<a name="l01270"></a>01270 <span class="comment"> ** int xcb_xv_image_offsets_length</span>
<a name="l01271"></a>01271 <span class="comment"> ** </span>
<a name="l01272"></a>01272 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01273"></a>01273 <span class="comment"> ** @returns int</span>
<a name="l01274"></a>01274 <span class="comment"> **</span>
<a name="l01275"></a>01275 <span class="comment"> *****************************************************************************/</span>
<a name="l01276"></a>01276  
<a name="l01277"></a>01277 <span class="keywordtype">int</span>
<a name="l01278"></a>01278 xcb_xv_image_offsets_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01279"></a>01279 
<a name="l01280"></a>01280 
<a name="l01281"></a>01281 <span class="comment">/*****************************************************************************</span>
<a name="l01282"></a>01282 <span class="comment"> **</span>
<a name="l01283"></a>01283 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_image_offsets_end</span>
<a name="l01284"></a>01284 <span class="comment"> ** </span>
<a name="l01285"></a>01285 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01286"></a>01286 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01287"></a>01287 <span class="comment"> **</span>
<a name="l01288"></a>01288 <span class="comment"> *****************************************************************************/</span>
<a name="l01289"></a>01289  
<a name="l01290"></a>01290 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01291"></a>01291 xcb_xv_image_offsets_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01292"></a>01292 
<a name="l01293"></a>01293 
<a name="l01294"></a>01294 <span class="comment">/*****************************************************************************</span>
<a name="l01295"></a>01295 <span class="comment"> **</span>
<a name="l01296"></a>01296 <span class="comment"> ** uint8_t * xcb_xv_image_data</span>
<a name="l01297"></a>01297 <span class="comment"> ** </span>
<a name="l01298"></a>01298 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01299"></a>01299 <span class="comment"> ** @returns uint8_t *</span>
<a name="l01300"></a>01300 <span class="comment"> **</span>
<a name="l01301"></a>01301 <span class="comment"> *****************************************************************************/</span>
<a name="l01302"></a>01302  
<a name="l01303"></a>01303 uint8_t *
<a name="l01304"></a>01304 xcb_xv_image_data (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01305"></a>01305 
<a name="l01306"></a>01306 
<a name="l01307"></a>01307 <span class="comment">/*****************************************************************************</span>
<a name="l01308"></a>01308 <span class="comment"> **</span>
<a name="l01309"></a>01309 <span class="comment"> ** int xcb_xv_image_data_length</span>
<a name="l01310"></a>01310 <span class="comment"> ** </span>
<a name="l01311"></a>01311 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01312"></a>01312 <span class="comment"> ** @returns int</span>
<a name="l01313"></a>01313 <span class="comment"> **</span>
<a name="l01314"></a>01314 <span class="comment"> *****************************************************************************/</span>
<a name="l01315"></a>01315  
<a name="l01316"></a>01316 <span class="keywordtype">int</span>
<a name="l01317"></a>01317 xcb_xv_image_data_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01318"></a>01318 
<a name="l01319"></a>01319 
<a name="l01320"></a>01320 <span class="comment">/*****************************************************************************</span>
<a name="l01321"></a>01321 <span class="comment"> **</span>
<a name="l01322"></a>01322 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_image_data_end</span>
<a name="l01323"></a>01323 <span class="comment"> ** </span>
<a name="l01324"></a>01324 <span class="comment"> ** @param const xcb_xv_image_t *R</span>
<a name="l01325"></a>01325 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01326"></a>01326 <span class="comment"> **</span>
<a name="l01327"></a>01327 <span class="comment"> *****************************************************************************/</span>
<a name="l01328"></a>01328  
<a name="l01329"></a>01329 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01330"></a>01330 xcb_xv_image_data_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__image__t.html" title="xcb_xv_image_t">xcb_xv_image_t</a> *R  );
<a name="l01331"></a>01331 
<a name="l01341"></a>01341 <span class="comment">/*****************************************************************************</span>
<a name="l01342"></a>01342 <span class="comment"> **</span>
<a name="l01343"></a>01343 <span class="comment"> ** void xcb_xv_image_next</span>
<a name="l01344"></a>01344 <span class="comment"> ** </span>
<a name="l01345"></a>01345 <span class="comment"> ** @param xcb_xv_image_iterator_t *i</span>
<a name="l01346"></a>01346 <span class="comment"> ** @returns void</span>
<a name="l01347"></a>01347 <span class="comment"> **</span>
<a name="l01348"></a>01348 <span class="comment"> *****************************************************************************/</span>
<a name="l01349"></a>01349  
<a name="l01350"></a>01350 <span class="keywordtype">void</span>
<a name="l01351"></a>01351 <a class="code" href="group__XCB__Xv__API.html#gaa1eb17c20ef0be43599bf8651d977e37">xcb_xv_image_next</a> (<a class="code" href="structxcb__xv__image__iterator__t.html" title="xcb_xv_image_iterator_t">xcb_xv_image_iterator_t</a> *i  );
<a name="l01352"></a>01352 
<a name="l01363"></a>01363 <span class="comment">/*****************************************************************************</span>
<a name="l01364"></a>01364 <span class="comment"> **</span>
<a name="l01365"></a>01365 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_image_end</span>
<a name="l01366"></a>01366 <span class="comment"> ** </span>
<a name="l01367"></a>01367 <span class="comment"> ** @param xcb_xv_image_iterator_t i</span>
<a name="l01368"></a>01368 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01369"></a>01369 <span class="comment"> **</span>
<a name="l01370"></a>01370 <span class="comment"> *****************************************************************************/</span>
<a name="l01371"></a>01371  
<a name="l01372"></a>01372 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01373"></a>01373 <a class="code" href="group__XCB__Xv__API.html#ga2edd9e040c155f8e3115048022dd2917">xcb_xv_image_end</a> (<a class="code" href="structxcb__xv__image__iterator__t.html" title="xcb_xv_image_iterator_t">xcb_xv_image_iterator_t</a> i  );
<a name="l01374"></a>01374 
<a name="l01375"></a>01375 
<a name="l01376"></a>01376 <span class="comment">/*****************************************************************************</span>
<a name="l01377"></a>01377 <span class="comment"> **</span>
<a name="l01378"></a>01378 <span class="comment"> ** char * xcb_xv_attribute_info_name</span>
<a name="l01379"></a>01379 <span class="comment"> ** </span>
<a name="l01380"></a>01380 <span class="comment"> ** @param const xcb_xv_attribute_info_t *R</span>
<a name="l01381"></a>01381 <span class="comment"> ** @returns char *</span>
<a name="l01382"></a>01382 <span class="comment"> **</span>
<a name="l01383"></a>01383 <span class="comment"> *****************************************************************************/</span>
<a name="l01384"></a>01384  
<a name="l01385"></a>01385 <span class="keywordtype">char</span> *
<a name="l01386"></a>01386 xcb_xv_attribute_info_name (<span class="keyword">const</span> <a class="code" href="structxcb__xv__attribute__info__t.html" title="xcb_xv_attribute_info_t">xcb_xv_attribute_info_t</a> *R  );
<a name="l01387"></a>01387 
<a name="l01388"></a>01388 
<a name="l01389"></a>01389 <span class="comment">/*****************************************************************************</span>
<a name="l01390"></a>01390 <span class="comment"> **</span>
<a name="l01391"></a>01391 <span class="comment"> ** int xcb_xv_attribute_info_name_length</span>
<a name="l01392"></a>01392 <span class="comment"> ** </span>
<a name="l01393"></a>01393 <span class="comment"> ** @param const xcb_xv_attribute_info_t *R</span>
<a name="l01394"></a>01394 <span class="comment"> ** @returns int</span>
<a name="l01395"></a>01395 <span class="comment"> **</span>
<a name="l01396"></a>01396 <span class="comment"> *****************************************************************************/</span>
<a name="l01397"></a>01397  
<a name="l01398"></a>01398 <span class="keywordtype">int</span>
<a name="l01399"></a>01399 xcb_xv_attribute_info_name_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__attribute__info__t.html" title="xcb_xv_attribute_info_t">xcb_xv_attribute_info_t</a> *R  );
<a name="l01400"></a>01400 
<a name="l01401"></a>01401 
<a name="l01402"></a>01402 <span class="comment">/*****************************************************************************</span>
<a name="l01403"></a>01403 <span class="comment"> **</span>
<a name="l01404"></a>01404 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_attribute_info_name_end</span>
<a name="l01405"></a>01405 <span class="comment"> ** </span>
<a name="l01406"></a>01406 <span class="comment"> ** @param const xcb_xv_attribute_info_t *R</span>
<a name="l01407"></a>01407 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01408"></a>01408 <span class="comment"> **</span>
<a name="l01409"></a>01409 <span class="comment"> *****************************************************************************/</span>
<a name="l01410"></a>01410  
<a name="l01411"></a>01411 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01412"></a>01412 xcb_xv_attribute_info_name_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__attribute__info__t.html" title="xcb_xv_attribute_info_t">xcb_xv_attribute_info_t</a> *R  );
<a name="l01413"></a>01413 
<a name="l01423"></a>01423 <span class="comment">/*****************************************************************************</span>
<a name="l01424"></a>01424 <span class="comment"> **</span>
<a name="l01425"></a>01425 <span class="comment"> ** void xcb_xv_attribute_info_next</span>
<a name="l01426"></a>01426 <span class="comment"> ** </span>
<a name="l01427"></a>01427 <span class="comment"> ** @param xcb_xv_attribute_info_iterator_t *i</span>
<a name="l01428"></a>01428 <span class="comment"> ** @returns void</span>
<a name="l01429"></a>01429 <span class="comment"> **</span>
<a name="l01430"></a>01430 <span class="comment"> *****************************************************************************/</span>
<a name="l01431"></a>01431  
<a name="l01432"></a>01432 <span class="keywordtype">void</span>
<a name="l01433"></a>01433 <a class="code" href="group__XCB__Xv__API.html#ga50e0a92f08b7a7b3646dfba109341cd2">xcb_xv_attribute_info_next</a> (<a class="code" href="structxcb__xv__attribute__info__iterator__t.html" title="xcb_xv_attribute_info_iterator_t">xcb_xv_attribute_info_iterator_t</a> *i  );
<a name="l01434"></a>01434 
<a name="l01445"></a>01445 <span class="comment">/*****************************************************************************</span>
<a name="l01446"></a>01446 <span class="comment"> **</span>
<a name="l01447"></a>01447 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_attribute_info_end</span>
<a name="l01448"></a>01448 <span class="comment"> ** </span>
<a name="l01449"></a>01449 <span class="comment"> ** @param xcb_xv_attribute_info_iterator_t i</span>
<a name="l01450"></a>01450 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01451"></a>01451 <span class="comment"> **</span>
<a name="l01452"></a>01452 <span class="comment"> *****************************************************************************/</span>
<a name="l01453"></a>01453  
<a name="l01454"></a>01454 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01455"></a>01455 <a class="code" href="group__XCB__Xv__API.html#ga90ef3694f8952f962cd083f3da973791">xcb_xv_attribute_info_end</a> (<a class="code" href="structxcb__xv__attribute__info__iterator__t.html" title="xcb_xv_attribute_info_iterator_t">xcb_xv_attribute_info_iterator_t</a> i  );
<a name="l01456"></a>01456 
<a name="l01466"></a>01466 <span class="comment">/*****************************************************************************</span>
<a name="l01467"></a>01467 <span class="comment"> **</span>
<a name="l01468"></a>01468 <span class="comment"> ** void xcb_xv_image_format_info_next</span>
<a name="l01469"></a>01469 <span class="comment"> ** </span>
<a name="l01470"></a>01470 <span class="comment"> ** @param xcb_xv_image_format_info_iterator_t *i</span>
<a name="l01471"></a>01471 <span class="comment"> ** @returns void</span>
<a name="l01472"></a>01472 <span class="comment"> **</span>
<a name="l01473"></a>01473 <span class="comment"> *****************************************************************************/</span>
<a name="l01474"></a>01474  
<a name="l01475"></a>01475 <span class="keywordtype">void</span>
<a name="l01476"></a>01476 <a class="code" href="group__XCB__Xv__API.html#gaf3114b66189579da4ee027426d2a6974">xcb_xv_image_format_info_next</a> (<a class="code" href="structxcb__xv__image__format__info__iterator__t.html" title="xcb_xv_image_format_info_iterator_t">xcb_xv_image_format_info_iterator_t</a> *i  );
<a name="l01477"></a>01477 
<a name="l01488"></a>01488 <span class="comment">/*****************************************************************************</span>
<a name="l01489"></a>01489 <span class="comment"> **</span>
<a name="l01490"></a>01490 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_image_format_info_end</span>
<a name="l01491"></a>01491 <span class="comment"> ** </span>
<a name="l01492"></a>01492 <span class="comment"> ** @param xcb_xv_image_format_info_iterator_t i</span>
<a name="l01493"></a>01493 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01494"></a>01494 <span class="comment"> **</span>
<a name="l01495"></a>01495 <span class="comment"> *****************************************************************************/</span>
<a name="l01496"></a>01496  
<a name="l01497"></a>01497 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01498"></a>01498 <a class="code" href="group__XCB__Xv__API.html#ga83350a6a36afd2a69e8f571319d794ac">xcb_xv_image_format_info_end</a> (<a class="code" href="structxcb__xv__image__format__info__iterator__t.html" title="xcb_xv_image_format_info_iterator_t">xcb_xv_image_format_info_iterator_t</a> i  );
<a name="l01499"></a>01499 
<a name="l01509"></a>01509 <span class="comment">/*****************************************************************************</span>
<a name="l01510"></a>01510 <span class="comment"> **</span>
<a name="l01511"></a>01511 <span class="comment"> ** xcb_xv_query_extension_cookie_t xcb_xv_query_extension</span>
<a name="l01512"></a>01512 <span class="comment"> ** </span>
<a name="l01513"></a>01513 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01514"></a>01514 <span class="comment"> ** @returns xcb_xv_query_extension_cookie_t</span>
<a name="l01515"></a>01515 <span class="comment"> **</span>
<a name="l01516"></a>01516 <span class="comment"> *****************************************************************************/</span>
<a name="l01517"></a>01517  
<a name="l01518"></a>01518 <a class="code" href="structxcb__xv__query__extension__cookie__t.html" title="xcb_xv_query_extension_cookie_t">xcb_xv_query_extension_cookie_t</a>
<a name="l01519"></a>01519 <a class="code" href="group__XCB__Xv__API.html#ga1f8abad7c5c89d8bc13d1925681125e1">xcb_xv_query_extension</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01520"></a>01520 
<a name="l01533"></a>01533 <span class="comment">/*****************************************************************************</span>
<a name="l01534"></a>01534 <span class="comment"> **</span>
<a name="l01535"></a>01535 <span class="comment"> ** xcb_xv_query_extension_cookie_t xcb_xv_query_extension_unchecked</span>
<a name="l01536"></a>01536 <span class="comment"> ** </span>
<a name="l01537"></a>01537 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01538"></a>01538 <span class="comment"> ** @returns xcb_xv_query_extension_cookie_t</span>
<a name="l01539"></a>01539 <span class="comment"> **</span>
<a name="l01540"></a>01540 <span class="comment"> *****************************************************************************/</span>
<a name="l01541"></a>01541  
<a name="l01542"></a>01542 <a class="code" href="structxcb__xv__query__extension__cookie__t.html" title="xcb_xv_query_extension_cookie_t">xcb_xv_query_extension_cookie_t</a>
<a name="l01543"></a>01543 <a class="code" href="group__XCB__Xv__API.html#gad47ea375465cfd8ee88d90a0105d6efe">xcb_xv_query_extension_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01544"></a>01544 
<a name="l01560"></a>01560 <span class="comment">/*****************************************************************************</span>
<a name="l01561"></a>01561 <span class="comment"> **</span>
<a name="l01562"></a>01562 <span class="comment"> ** xcb_xv_query_extension_reply_t * xcb_xv_query_extension_reply</span>
<a name="l01563"></a>01563 <span class="comment"> ** </span>
<a name="l01564"></a>01564 <span class="comment"> ** @param xcb_connection_t                 *c</span>
<a name="l01565"></a>01565 <span class="comment"> ** @param xcb_xv_query_extension_cookie_t   cookie</span>
<a name="l01566"></a>01566 <span class="comment"> ** @param xcb_generic_error_t             **e</span>
<a name="l01567"></a>01567 <span class="comment"> ** @returns xcb_xv_query_extension_reply_t *</span>
<a name="l01568"></a>01568 <span class="comment"> **</span>
<a name="l01569"></a>01569 <span class="comment"> *****************************************************************************/</span>
<a name="l01570"></a>01570  
<a name="l01571"></a>01571 <a class="code" href="structxcb__xv__query__extension__reply__t.html" title="xcb_xv_query_extension_reply_t">xcb_xv_query_extension_reply_t</a> *
<a name="l01572"></a>01572 <a class="code" href="group__XCB__Xv__API.html#ga0aa6102501a09e6afd4cd489cb31887f">xcb_xv_query_extension_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                 *c  ,
<a name="l01573"></a>01573                               <a class="code" href="structxcb__xv__query__extension__cookie__t.html" title="xcb_xv_query_extension_cookie_t">xcb_xv_query_extension_cookie_t</a>   cookie  ,
<a name="l01574"></a>01574                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>             **e  );
<a name="l01575"></a>01575 
<a name="l01585"></a>01585 <span class="comment">/*****************************************************************************</span>
<a name="l01586"></a>01586 <span class="comment"> **</span>
<a name="l01587"></a>01587 <span class="comment"> ** xcb_xv_query_adaptors_cookie_t xcb_xv_query_adaptors</span>
<a name="l01588"></a>01588 <span class="comment"> ** </span>
<a name="l01589"></a>01589 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01590"></a>01590 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01591"></a>01591 <span class="comment"> ** @returns xcb_xv_query_adaptors_cookie_t</span>
<a name="l01592"></a>01592 <span class="comment"> **</span>
<a name="l01593"></a>01593 <span class="comment"> *****************************************************************************/</span>
<a name="l01594"></a>01594  
<a name="l01595"></a>01595 <a class="code" href="structxcb__xv__query__adaptors__cookie__t.html" title="xcb_xv_query_adaptors_cookie_t">xcb_xv_query_adaptors_cookie_t</a>
<a name="l01596"></a>01596 <a class="code" href="group__XCB__Xv__API.html#gad7ea6f1239c7aed9269d763937a4a5aa">xcb_xv_query_adaptors</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01597"></a>01597                        xcb_window_t      window  );
<a name="l01598"></a>01598 
<a name="l01611"></a>01611 <span class="comment">/*****************************************************************************</span>
<a name="l01612"></a>01612 <span class="comment"> **</span>
<a name="l01613"></a>01613 <span class="comment"> ** xcb_xv_query_adaptors_cookie_t xcb_xv_query_adaptors_unchecked</span>
<a name="l01614"></a>01614 <span class="comment"> ** </span>
<a name="l01615"></a>01615 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01616"></a>01616 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01617"></a>01617 <span class="comment"> ** @returns xcb_xv_query_adaptors_cookie_t</span>
<a name="l01618"></a>01618 <span class="comment"> **</span>
<a name="l01619"></a>01619 <span class="comment"> *****************************************************************************/</span>
<a name="l01620"></a>01620  
<a name="l01621"></a>01621 <a class="code" href="structxcb__xv__query__adaptors__cookie__t.html" title="xcb_xv_query_adaptors_cookie_t">xcb_xv_query_adaptors_cookie_t</a>
<a name="l01622"></a>01622 <a class="code" href="group__XCB__Xv__API.html#ga60156d924144128f5723e9b79ed213a1">xcb_xv_query_adaptors_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01623"></a>01623                                  xcb_window_t      window  );
<a name="l01624"></a>01624 
<a name="l01625"></a>01625 
<a name="l01626"></a>01626 <span class="comment">/*****************************************************************************</span>
<a name="l01627"></a>01627 <span class="comment"> **</span>
<a name="l01628"></a>01628 <span class="comment"> ** int xcb_xv_query_adaptors_info_length</span>
<a name="l01629"></a>01629 <span class="comment"> ** </span>
<a name="l01630"></a>01630 <span class="comment"> ** @param const xcb_xv_query_adaptors_reply_t *R</span>
<a name="l01631"></a>01631 <span class="comment"> ** @returns int</span>
<a name="l01632"></a>01632 <span class="comment"> **</span>
<a name="l01633"></a>01633 <span class="comment"> *****************************************************************************/</span>
<a name="l01634"></a>01634  
<a name="l01635"></a>01635 <span class="keywordtype">int</span>
<a name="l01636"></a>01636 xcb_xv_query_adaptors_info_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__adaptors__reply__t.html" title="xcb_xv_query_adaptors_reply_t">xcb_xv_query_adaptors_reply_t</a> *R  );
<a name="l01637"></a>01637 
<a name="l01638"></a>01638 
<a name="l01639"></a>01639 <span class="comment">/*****************************************************************************</span>
<a name="l01640"></a>01640 <span class="comment"> **</span>
<a name="l01641"></a>01641 <span class="comment"> ** xcb_xv_adaptor_info_iterator_t xcb_xv_query_adaptors_info_iterator</span>
<a name="l01642"></a>01642 <span class="comment"> ** </span>
<a name="l01643"></a>01643 <span class="comment"> ** @param const xcb_xv_query_adaptors_reply_t *R</span>
<a name="l01644"></a>01644 <span class="comment"> ** @returns xcb_xv_adaptor_info_iterator_t</span>
<a name="l01645"></a>01645 <span class="comment"> **</span>
<a name="l01646"></a>01646 <span class="comment"> *****************************************************************************/</span>
<a name="l01647"></a>01647  
<a name="l01648"></a>01648 <a class="code" href="structxcb__xv__adaptor__info__iterator__t.html" title="xcb_xv_adaptor_info_iterator_t">xcb_xv_adaptor_info_iterator_t</a>
<a name="l01649"></a>01649 xcb_xv_query_adaptors_info_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__adaptors__reply__t.html" title="xcb_xv_query_adaptors_reply_t">xcb_xv_query_adaptors_reply_t</a> *R  );
<a name="l01650"></a>01650 
<a name="l01666"></a>01666 <span class="comment">/*****************************************************************************</span>
<a name="l01667"></a>01667 <span class="comment"> **</span>
<a name="l01668"></a>01668 <span class="comment"> ** xcb_xv_query_adaptors_reply_t * xcb_xv_query_adaptors_reply</span>
<a name="l01669"></a>01669 <span class="comment"> ** </span>
<a name="l01670"></a>01670 <span class="comment"> ** @param xcb_connection_t                *c</span>
<a name="l01671"></a>01671 <span class="comment"> ** @param xcb_xv_query_adaptors_cookie_t   cookie</span>
<a name="l01672"></a>01672 <span class="comment"> ** @param xcb_generic_error_t            **e</span>
<a name="l01673"></a>01673 <span class="comment"> ** @returns xcb_xv_query_adaptors_reply_t *</span>
<a name="l01674"></a>01674 <span class="comment"> **</span>
<a name="l01675"></a>01675 <span class="comment"> *****************************************************************************/</span>
<a name="l01676"></a>01676  
<a name="l01677"></a>01677 <a class="code" href="structxcb__xv__query__adaptors__reply__t.html" title="xcb_xv_query_adaptors_reply_t">xcb_xv_query_adaptors_reply_t</a> *
<a name="l01678"></a>01678 <a class="code" href="group__XCB__Xv__API.html#ga8c7ee95717c65f80f08d4a9dcbe15ffa">xcb_xv_query_adaptors_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                *c  ,
<a name="l01679"></a>01679                              <a class="code" href="structxcb__xv__query__adaptors__cookie__t.html" title="xcb_xv_query_adaptors_cookie_t">xcb_xv_query_adaptors_cookie_t</a>   cookie  ,
<a name="l01680"></a>01680                              <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>            **e  );
<a name="l01681"></a>01681 
<a name="l01691"></a>01691 <span class="comment">/*****************************************************************************</span>
<a name="l01692"></a>01692 <span class="comment"> **</span>
<a name="l01693"></a>01693 <span class="comment"> ** xcb_xv_query_encodings_cookie_t xcb_xv_query_encodings</span>
<a name="l01694"></a>01694 <span class="comment"> ** </span>
<a name="l01695"></a>01695 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01696"></a>01696 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01697"></a>01697 <span class="comment"> ** @returns xcb_xv_query_encodings_cookie_t</span>
<a name="l01698"></a>01698 <span class="comment"> **</span>
<a name="l01699"></a>01699 <span class="comment"> *****************************************************************************/</span>
<a name="l01700"></a>01700  
<a name="l01701"></a>01701 <a class="code" href="structxcb__xv__query__encodings__cookie__t.html" title="xcb_xv_query_encodings_cookie_t">xcb_xv_query_encodings_cookie_t</a>
<a name="l01702"></a>01702 <a class="code" href="group__XCB__Xv__API.html#gaff6597fd4267b1babf7e8f59bcaf01e6">xcb_xv_query_encodings</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01703"></a>01703                         xcb_xv_port_t     port  );
<a name="l01704"></a>01704 
<a name="l01717"></a>01717 <span class="comment">/*****************************************************************************</span>
<a name="l01718"></a>01718 <span class="comment"> **</span>
<a name="l01719"></a>01719 <span class="comment"> ** xcb_xv_query_encodings_cookie_t xcb_xv_query_encodings_unchecked</span>
<a name="l01720"></a>01720 <span class="comment"> ** </span>
<a name="l01721"></a>01721 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01722"></a>01722 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01723"></a>01723 <span class="comment"> ** @returns xcb_xv_query_encodings_cookie_t</span>
<a name="l01724"></a>01724 <span class="comment"> **</span>
<a name="l01725"></a>01725 <span class="comment"> *****************************************************************************/</span>
<a name="l01726"></a>01726  
<a name="l01727"></a>01727 <a class="code" href="structxcb__xv__query__encodings__cookie__t.html" title="xcb_xv_query_encodings_cookie_t">xcb_xv_query_encodings_cookie_t</a>
<a name="l01728"></a>01728 <a class="code" href="group__XCB__Xv__API.html#ga33f0272c723acab30560395d79eb7820">xcb_xv_query_encodings_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01729"></a>01729                                   xcb_xv_port_t     port  );
<a name="l01730"></a>01730 
<a name="l01731"></a>01731 
<a name="l01732"></a>01732 <span class="comment">/*****************************************************************************</span>
<a name="l01733"></a>01733 <span class="comment"> **</span>
<a name="l01734"></a>01734 <span class="comment"> ** int xcb_xv_query_encodings_info_length</span>
<a name="l01735"></a>01735 <span class="comment"> ** </span>
<a name="l01736"></a>01736 <span class="comment"> ** @param const xcb_xv_query_encodings_reply_t *R</span>
<a name="l01737"></a>01737 <span class="comment"> ** @returns int</span>
<a name="l01738"></a>01738 <span class="comment"> **</span>
<a name="l01739"></a>01739 <span class="comment"> *****************************************************************************/</span>
<a name="l01740"></a>01740  
<a name="l01741"></a>01741 <span class="keywordtype">int</span>
<a name="l01742"></a>01742 xcb_xv_query_encodings_info_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__encodings__reply__t.html" title="xcb_xv_query_encodings_reply_t">xcb_xv_query_encodings_reply_t</a> *R  );
<a name="l01743"></a>01743 
<a name="l01744"></a>01744 
<a name="l01745"></a>01745 <span class="comment">/*****************************************************************************</span>
<a name="l01746"></a>01746 <span class="comment"> **</span>
<a name="l01747"></a>01747 <span class="comment"> ** xcb_xv_encoding_info_iterator_t xcb_xv_query_encodings_info_iterator</span>
<a name="l01748"></a>01748 <span class="comment"> ** </span>
<a name="l01749"></a>01749 <span class="comment"> ** @param const xcb_xv_query_encodings_reply_t *R</span>
<a name="l01750"></a>01750 <span class="comment"> ** @returns xcb_xv_encoding_info_iterator_t</span>
<a name="l01751"></a>01751 <span class="comment"> **</span>
<a name="l01752"></a>01752 <span class="comment"> *****************************************************************************/</span>
<a name="l01753"></a>01753  
<a name="l01754"></a>01754 <a class="code" href="structxcb__xv__encoding__info__iterator__t.html" title="xcb_xv_encoding_info_iterator_t">xcb_xv_encoding_info_iterator_t</a>
<a name="l01755"></a>01755 xcb_xv_query_encodings_info_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__encodings__reply__t.html" title="xcb_xv_query_encodings_reply_t">xcb_xv_query_encodings_reply_t</a> *R  );
<a name="l01756"></a>01756 
<a name="l01772"></a>01772 <span class="comment">/*****************************************************************************</span>
<a name="l01773"></a>01773 <span class="comment"> **</span>
<a name="l01774"></a>01774 <span class="comment"> ** xcb_xv_query_encodings_reply_t * xcb_xv_query_encodings_reply</span>
<a name="l01775"></a>01775 <span class="comment"> ** </span>
<a name="l01776"></a>01776 <span class="comment"> ** @param xcb_connection_t                 *c</span>
<a name="l01777"></a>01777 <span class="comment"> ** @param xcb_xv_query_encodings_cookie_t   cookie</span>
<a name="l01778"></a>01778 <span class="comment"> ** @param xcb_generic_error_t             **e</span>
<a name="l01779"></a>01779 <span class="comment"> ** @returns xcb_xv_query_encodings_reply_t *</span>
<a name="l01780"></a>01780 <span class="comment"> **</span>
<a name="l01781"></a>01781 <span class="comment"> *****************************************************************************/</span>
<a name="l01782"></a>01782  
<a name="l01783"></a>01783 <a class="code" href="structxcb__xv__query__encodings__reply__t.html" title="xcb_xv_query_encodings_reply_t">xcb_xv_query_encodings_reply_t</a> *
<a name="l01784"></a>01784 <a class="code" href="group__XCB__Xv__API.html#ga98bbe9458e79f3a81ac4f514b3afcb35">xcb_xv_query_encodings_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                 *c  ,
<a name="l01785"></a>01785                               <a class="code" href="structxcb__xv__query__encodings__cookie__t.html" title="xcb_xv_query_encodings_cookie_t">xcb_xv_query_encodings_cookie_t</a>   cookie  ,
<a name="l01786"></a>01786                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>             **e  );
<a name="l01787"></a>01787 
<a name="l01797"></a>01797 <span class="comment">/*****************************************************************************</span>
<a name="l01798"></a>01798 <span class="comment"> **</span>
<a name="l01799"></a>01799 <span class="comment"> ** xcb_xv_grab_port_cookie_t xcb_xv_grab_port</span>
<a name="l01800"></a>01800 <span class="comment"> ** </span>
<a name="l01801"></a>01801 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01802"></a>01802 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01803"></a>01803 <span class="comment"> ** @param xcb_timestamp_t   time</span>
<a name="l01804"></a>01804 <span class="comment"> ** @returns xcb_xv_grab_port_cookie_t</span>
<a name="l01805"></a>01805 <span class="comment"> **</span>
<a name="l01806"></a>01806 <span class="comment"> *****************************************************************************/</span>
<a name="l01807"></a>01807  
<a name="l01808"></a>01808 <a class="code" href="structxcb__xv__grab__port__cookie__t.html" title="xcb_xv_grab_port_cookie_t">xcb_xv_grab_port_cookie_t</a>
<a name="l01809"></a>01809 <a class="code" href="group__XCB__Xv__API.html#ga811d56fa0b53f989d47eb1a7e3a4d441">xcb_xv_grab_port</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01810"></a>01810                   xcb_xv_port_t     port  ,
<a name="l01811"></a>01811                   xcb_timestamp_t   time  );
<a name="l01812"></a>01812 
<a name="l01825"></a>01825 <span class="comment">/*****************************************************************************</span>
<a name="l01826"></a>01826 <span class="comment"> **</span>
<a name="l01827"></a>01827 <span class="comment"> ** xcb_xv_grab_port_cookie_t xcb_xv_grab_port_unchecked</span>
<a name="l01828"></a>01828 <span class="comment"> ** </span>
<a name="l01829"></a>01829 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01830"></a>01830 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01831"></a>01831 <span class="comment"> ** @param xcb_timestamp_t   time</span>
<a name="l01832"></a>01832 <span class="comment"> ** @returns xcb_xv_grab_port_cookie_t</span>
<a name="l01833"></a>01833 <span class="comment"> **</span>
<a name="l01834"></a>01834 <span class="comment"> *****************************************************************************/</span>
<a name="l01835"></a>01835  
<a name="l01836"></a>01836 <a class="code" href="structxcb__xv__grab__port__cookie__t.html" title="xcb_xv_grab_port_cookie_t">xcb_xv_grab_port_cookie_t</a>
<a name="l01837"></a>01837 <a class="code" href="group__XCB__Xv__API.html#ga5014976fc5700c098e7b5aeebdab2c44">xcb_xv_grab_port_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01838"></a>01838                             xcb_xv_port_t     port  ,
<a name="l01839"></a>01839                             xcb_timestamp_t   time  );
<a name="l01840"></a>01840 
<a name="l01856"></a>01856 <span class="comment">/*****************************************************************************</span>
<a name="l01857"></a>01857 <span class="comment"> **</span>
<a name="l01858"></a>01858 <span class="comment"> ** xcb_xv_grab_port_reply_t * xcb_xv_grab_port_reply</span>
<a name="l01859"></a>01859 <span class="comment"> ** </span>
<a name="l01860"></a>01860 <span class="comment"> ** @param xcb_connection_t           *c</span>
<a name="l01861"></a>01861 <span class="comment"> ** @param xcb_xv_grab_port_cookie_t   cookie</span>
<a name="l01862"></a>01862 <span class="comment"> ** @param xcb_generic_error_t       **e</span>
<a name="l01863"></a>01863 <span class="comment"> ** @returns xcb_xv_grab_port_reply_t *</span>
<a name="l01864"></a>01864 <span class="comment"> **</span>
<a name="l01865"></a>01865 <span class="comment"> *****************************************************************************/</span>
<a name="l01866"></a>01866  
<a name="l01867"></a>01867 <a class="code" href="structxcb__xv__grab__port__reply__t.html" title="xcb_xv_grab_port_reply_t">xcb_xv_grab_port_reply_t</a> *
<a name="l01868"></a>01868 <a class="code" href="group__XCB__Xv__API.html#ga6a6cbfe22288d7329a028df87dd324e7">xcb_xv_grab_port_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>           *c  ,
<a name="l01869"></a>01869                         <a class="code" href="structxcb__xv__grab__port__cookie__t.html" title="xcb_xv_grab_port_cookie_t">xcb_xv_grab_port_cookie_t</a>   cookie  ,
<a name="l01870"></a>01870                         <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>       **e  );
<a name="l01871"></a>01871 
<a name="l01884"></a>01884 <span class="comment">/*****************************************************************************</span>
<a name="l01885"></a>01885 <span class="comment"> **</span>
<a name="l01886"></a>01886 <span class="comment"> ** xcb_void_cookie_t xcb_xv_ungrab_port_checked</span>
<a name="l01887"></a>01887 <span class="comment"> ** </span>
<a name="l01888"></a>01888 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01889"></a>01889 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01890"></a>01890 <span class="comment"> ** @param xcb_timestamp_t   time</span>
<a name="l01891"></a>01891 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01892"></a>01892 <span class="comment"> **</span>
<a name="l01893"></a>01893 <span class="comment"> *****************************************************************************/</span>
<a name="l01894"></a>01894  
<a name="l01895"></a>01895 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01896"></a>01896 <a class="code" href="group__XCB__Xv__API.html#ga6c684e0a7c1bf2ad20a5eb5debd1e0d6">xcb_xv_ungrab_port_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01897"></a>01897                             xcb_xv_port_t     port  ,
<a name="l01898"></a>01898                             xcb_timestamp_t   time  );
<a name="l01899"></a>01899 
<a name="l01909"></a>01909 <span class="comment">/*****************************************************************************</span>
<a name="l01910"></a>01910 <span class="comment"> **</span>
<a name="l01911"></a>01911 <span class="comment"> ** xcb_void_cookie_t xcb_xv_ungrab_port</span>
<a name="l01912"></a>01912 <span class="comment"> ** </span>
<a name="l01913"></a>01913 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01914"></a>01914 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01915"></a>01915 <span class="comment"> ** @param xcb_timestamp_t   time</span>
<a name="l01916"></a>01916 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01917"></a>01917 <span class="comment"> **</span>
<a name="l01918"></a>01918 <span class="comment"> *****************************************************************************/</span>
<a name="l01919"></a>01919  
<a name="l01920"></a>01920 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01921"></a>01921 <a class="code" href="group__XCB__Xv__API.html#gaf4ce765457080e57d68d9c0fe7851006">xcb_xv_ungrab_port</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01922"></a>01922                     xcb_xv_port_t     port  ,
<a name="l01923"></a>01923                     xcb_timestamp_t   time  );
<a name="l01924"></a>01924 
<a name="l01937"></a>01937 <span class="comment">/*****************************************************************************</span>
<a name="l01938"></a>01938 <span class="comment"> **</span>
<a name="l01939"></a>01939 <span class="comment"> ** xcb_void_cookie_t xcb_xv_put_video_checked</span>
<a name="l01940"></a>01940 <span class="comment"> ** </span>
<a name="l01941"></a>01941 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01942"></a>01942 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01943"></a>01943 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l01944"></a>01944 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l01945"></a>01945 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l01946"></a>01946 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l01947"></a>01947 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l01948"></a>01948 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l01949"></a>01949 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l01950"></a>01950 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l01951"></a>01951 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l01952"></a>01952 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l01953"></a>01953 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01954"></a>01954 <span class="comment"> **</span>
<a name="l01955"></a>01955 <span class="comment"> *****************************************************************************/</span>
<a name="l01956"></a>01956  
<a name="l01957"></a>01957 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01958"></a>01958 <a class="code" href="group__XCB__Xv__API.html#gaca6efffaab8fc58725bc5adfabc00fea">xcb_xv_put_video_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01959"></a>01959                           xcb_xv_port_t     port  ,
<a name="l01960"></a>01960                           xcb_drawable_t    drawable  ,
<a name="l01961"></a>01961                           xcb_gcontext_t    gc  ,
<a name="l01962"></a>01962                           int16_t           vid_x  ,
<a name="l01963"></a>01963                           int16_t           vid_y  ,
<a name="l01964"></a>01964                           uint16_t          vid_w  ,
<a name="l01965"></a>01965                           uint16_t          vid_h  ,
<a name="l01966"></a>01966                           int16_t           drw_x  ,
<a name="l01967"></a>01967                           int16_t           drw_y  ,
<a name="l01968"></a>01968                           uint16_t          drw_w  ,
<a name="l01969"></a>01969                           uint16_t          drw_h  );
<a name="l01970"></a>01970 
<a name="l01980"></a>01980 <span class="comment">/*****************************************************************************</span>
<a name="l01981"></a>01981 <span class="comment"> **</span>
<a name="l01982"></a>01982 <span class="comment"> ** xcb_void_cookie_t xcb_xv_put_video</span>
<a name="l01983"></a>01983 <span class="comment"> ** </span>
<a name="l01984"></a>01984 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01985"></a>01985 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l01986"></a>01986 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l01987"></a>01987 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l01988"></a>01988 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l01989"></a>01989 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l01990"></a>01990 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l01991"></a>01991 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l01992"></a>01992 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l01993"></a>01993 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l01994"></a>01994 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l01995"></a>01995 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l01996"></a>01996 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01997"></a>01997 <span class="comment"> **</span>
<a name="l01998"></a>01998 <span class="comment"> *****************************************************************************/</span>
<a name="l01999"></a>01999  
<a name="l02000"></a>02000 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02001"></a>02001 <a class="code" href="group__XCB__Xv__API.html#ga3e64b671d8e695b529d7d1f15c973053">xcb_xv_put_video</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02002"></a>02002                   xcb_xv_port_t     port  ,
<a name="l02003"></a>02003                   xcb_drawable_t    drawable  ,
<a name="l02004"></a>02004                   xcb_gcontext_t    gc  ,
<a name="l02005"></a>02005                   int16_t           vid_x  ,
<a name="l02006"></a>02006                   int16_t           vid_y  ,
<a name="l02007"></a>02007                   uint16_t          vid_w  ,
<a name="l02008"></a>02008                   uint16_t          vid_h  ,
<a name="l02009"></a>02009                   int16_t           drw_x  ,
<a name="l02010"></a>02010                   int16_t           drw_y  ,
<a name="l02011"></a>02011                   uint16_t          drw_w  ,
<a name="l02012"></a>02012                   uint16_t          drw_h  );
<a name="l02013"></a>02013 
<a name="l02026"></a>02026 <span class="comment">/*****************************************************************************</span>
<a name="l02027"></a>02027 <span class="comment"> **</span>
<a name="l02028"></a>02028 <span class="comment"> ** xcb_void_cookie_t xcb_xv_put_still_checked</span>
<a name="l02029"></a>02029 <span class="comment"> ** </span>
<a name="l02030"></a>02030 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02031"></a>02031 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02032"></a>02032 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02033"></a>02033 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l02034"></a>02034 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l02035"></a>02035 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l02036"></a>02036 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02037"></a>02037 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02038"></a>02038 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l02039"></a>02039 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l02040"></a>02040 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02041"></a>02041 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02042"></a>02042 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02043"></a>02043 <span class="comment"> **</span>
<a name="l02044"></a>02044 <span class="comment"> *****************************************************************************/</span>
<a name="l02045"></a>02045  
<a name="l02046"></a>02046 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02047"></a>02047 <a class="code" href="group__XCB__Xv__API.html#gabc2b625b5fe952d9a08e88a75ce2f429">xcb_xv_put_still_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02048"></a>02048                           xcb_xv_port_t     port  ,
<a name="l02049"></a>02049                           xcb_drawable_t    drawable  ,
<a name="l02050"></a>02050                           xcb_gcontext_t    gc  ,
<a name="l02051"></a>02051                           int16_t           vid_x  ,
<a name="l02052"></a>02052                           int16_t           vid_y  ,
<a name="l02053"></a>02053                           uint16_t          vid_w  ,
<a name="l02054"></a>02054                           uint16_t          vid_h  ,
<a name="l02055"></a>02055                           int16_t           drw_x  ,
<a name="l02056"></a>02056                           int16_t           drw_y  ,
<a name="l02057"></a>02057                           uint16_t          drw_w  ,
<a name="l02058"></a>02058                           uint16_t          drw_h  );
<a name="l02059"></a>02059 
<a name="l02069"></a>02069 <span class="comment">/*****************************************************************************</span>
<a name="l02070"></a>02070 <span class="comment"> **</span>
<a name="l02071"></a>02071 <span class="comment"> ** xcb_void_cookie_t xcb_xv_put_still</span>
<a name="l02072"></a>02072 <span class="comment"> ** </span>
<a name="l02073"></a>02073 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02074"></a>02074 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02075"></a>02075 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02076"></a>02076 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l02077"></a>02077 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l02078"></a>02078 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l02079"></a>02079 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02080"></a>02080 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02081"></a>02081 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l02082"></a>02082 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l02083"></a>02083 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02084"></a>02084 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02085"></a>02085 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02086"></a>02086 <span class="comment"> **</span>
<a name="l02087"></a>02087 <span class="comment"> *****************************************************************************/</span>
<a name="l02088"></a>02088  
<a name="l02089"></a>02089 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02090"></a>02090 <a class="code" href="group__XCB__Xv__API.html#gacba0e41dc5c7fc51fc385f72a39ac5c8">xcb_xv_put_still</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02091"></a>02091                   xcb_xv_port_t     port  ,
<a name="l02092"></a>02092                   xcb_drawable_t    drawable  ,
<a name="l02093"></a>02093                   xcb_gcontext_t    gc  ,
<a name="l02094"></a>02094                   int16_t           vid_x  ,
<a name="l02095"></a>02095                   int16_t           vid_y  ,
<a name="l02096"></a>02096                   uint16_t          vid_w  ,
<a name="l02097"></a>02097                   uint16_t          vid_h  ,
<a name="l02098"></a>02098                   int16_t           drw_x  ,
<a name="l02099"></a>02099                   int16_t           drw_y  ,
<a name="l02100"></a>02100                   uint16_t          drw_w  ,
<a name="l02101"></a>02101                   uint16_t          drw_h  );
<a name="l02102"></a>02102 
<a name="l02115"></a>02115 <span class="comment">/*****************************************************************************</span>
<a name="l02116"></a>02116 <span class="comment"> **</span>
<a name="l02117"></a>02117 <span class="comment"> ** xcb_void_cookie_t xcb_xv_get_video_checked</span>
<a name="l02118"></a>02118 <span class="comment"> ** </span>
<a name="l02119"></a>02119 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02120"></a>02120 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02121"></a>02121 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02122"></a>02122 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l02123"></a>02123 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l02124"></a>02124 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l02125"></a>02125 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02126"></a>02126 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02127"></a>02127 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l02128"></a>02128 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l02129"></a>02129 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02130"></a>02130 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02131"></a>02131 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02132"></a>02132 <span class="comment"> **</span>
<a name="l02133"></a>02133 <span class="comment"> *****************************************************************************/</span>
<a name="l02134"></a>02134  
<a name="l02135"></a>02135 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02136"></a>02136 <a class="code" href="group__XCB__Xv__API.html#ga84e6f2b491f2dfcd11960c6ec9e01b9b">xcb_xv_get_video_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02137"></a>02137                           xcb_xv_port_t     port  ,
<a name="l02138"></a>02138                           xcb_drawable_t    drawable  ,
<a name="l02139"></a>02139                           xcb_gcontext_t    gc  ,
<a name="l02140"></a>02140                           int16_t           vid_x  ,
<a name="l02141"></a>02141                           int16_t           vid_y  ,
<a name="l02142"></a>02142                           uint16_t          vid_w  ,
<a name="l02143"></a>02143                           uint16_t          vid_h  ,
<a name="l02144"></a>02144                           int16_t           drw_x  ,
<a name="l02145"></a>02145                           int16_t           drw_y  ,
<a name="l02146"></a>02146                           uint16_t          drw_w  ,
<a name="l02147"></a>02147                           uint16_t          drw_h  );
<a name="l02148"></a>02148 
<a name="l02158"></a>02158 <span class="comment">/*****************************************************************************</span>
<a name="l02159"></a>02159 <span class="comment"> **</span>
<a name="l02160"></a>02160 <span class="comment"> ** xcb_void_cookie_t xcb_xv_get_video</span>
<a name="l02161"></a>02161 <span class="comment"> ** </span>
<a name="l02162"></a>02162 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02163"></a>02163 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02164"></a>02164 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02165"></a>02165 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l02166"></a>02166 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l02167"></a>02167 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l02168"></a>02168 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02169"></a>02169 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02170"></a>02170 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l02171"></a>02171 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l02172"></a>02172 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02173"></a>02173 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02174"></a>02174 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02175"></a>02175 <span class="comment"> **</span>
<a name="l02176"></a>02176 <span class="comment"> *****************************************************************************/</span>
<a name="l02177"></a>02177  
<a name="l02178"></a>02178 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02179"></a>02179 <a class="code" href="group__XCB__Xv__API.html#gacf77a149b7bc7827942b4bfbcf2a8187">xcb_xv_get_video</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02180"></a>02180                   xcb_xv_port_t     port  ,
<a name="l02181"></a>02181                   xcb_drawable_t    drawable  ,
<a name="l02182"></a>02182                   xcb_gcontext_t    gc  ,
<a name="l02183"></a>02183                   int16_t           vid_x  ,
<a name="l02184"></a>02184                   int16_t           vid_y  ,
<a name="l02185"></a>02185                   uint16_t          vid_w  ,
<a name="l02186"></a>02186                   uint16_t          vid_h  ,
<a name="l02187"></a>02187                   int16_t           drw_x  ,
<a name="l02188"></a>02188                   int16_t           drw_y  ,
<a name="l02189"></a>02189                   uint16_t          drw_w  ,
<a name="l02190"></a>02190                   uint16_t          drw_h  );
<a name="l02191"></a>02191 
<a name="l02204"></a>02204 <span class="comment">/*****************************************************************************</span>
<a name="l02205"></a>02205 <span class="comment"> **</span>
<a name="l02206"></a>02206 <span class="comment"> ** xcb_void_cookie_t xcb_xv_get_still_checked</span>
<a name="l02207"></a>02207 <span class="comment"> ** </span>
<a name="l02208"></a>02208 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02209"></a>02209 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02210"></a>02210 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02211"></a>02211 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l02212"></a>02212 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l02213"></a>02213 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l02214"></a>02214 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02215"></a>02215 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02216"></a>02216 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l02217"></a>02217 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l02218"></a>02218 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02219"></a>02219 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02220"></a>02220 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02221"></a>02221 <span class="comment"> **</span>
<a name="l02222"></a>02222 <span class="comment"> *****************************************************************************/</span>
<a name="l02223"></a>02223  
<a name="l02224"></a>02224 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02225"></a>02225 <a class="code" href="group__XCB__Xv__API.html#gaa7bd57577049ccbb84469c1f6b9e039c">xcb_xv_get_still_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02226"></a>02226                           xcb_xv_port_t     port  ,
<a name="l02227"></a>02227                           xcb_drawable_t    drawable  ,
<a name="l02228"></a>02228                           xcb_gcontext_t    gc  ,
<a name="l02229"></a>02229                           int16_t           vid_x  ,
<a name="l02230"></a>02230                           int16_t           vid_y  ,
<a name="l02231"></a>02231                           uint16_t          vid_w  ,
<a name="l02232"></a>02232                           uint16_t          vid_h  ,
<a name="l02233"></a>02233                           int16_t           drw_x  ,
<a name="l02234"></a>02234                           int16_t           drw_y  ,
<a name="l02235"></a>02235                           uint16_t          drw_w  ,
<a name="l02236"></a>02236                           uint16_t          drw_h  );
<a name="l02237"></a>02237 
<a name="l02247"></a>02247 <span class="comment">/*****************************************************************************</span>
<a name="l02248"></a>02248 <span class="comment"> **</span>
<a name="l02249"></a>02249 <span class="comment"> ** xcb_void_cookie_t xcb_xv_get_still</span>
<a name="l02250"></a>02250 <span class="comment"> ** </span>
<a name="l02251"></a>02251 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02252"></a>02252 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02253"></a>02253 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02254"></a>02254 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l02255"></a>02255 <span class="comment"> ** @param int16_t           vid_x</span>
<a name="l02256"></a>02256 <span class="comment"> ** @param int16_t           vid_y</span>
<a name="l02257"></a>02257 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02258"></a>02258 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02259"></a>02259 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l02260"></a>02260 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l02261"></a>02261 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02262"></a>02262 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02263"></a>02263 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02264"></a>02264 <span class="comment"> **</span>
<a name="l02265"></a>02265 <span class="comment"> *****************************************************************************/</span>
<a name="l02266"></a>02266  
<a name="l02267"></a>02267 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02268"></a>02268 <a class="code" href="group__XCB__Xv__API.html#ga0bb3e42808bb69535bbcea2d8e07ab0d">xcb_xv_get_still</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02269"></a>02269                   xcb_xv_port_t     port  ,
<a name="l02270"></a>02270                   xcb_drawable_t    drawable  ,
<a name="l02271"></a>02271                   xcb_gcontext_t    gc  ,
<a name="l02272"></a>02272                   int16_t           vid_x  ,
<a name="l02273"></a>02273                   int16_t           vid_y  ,
<a name="l02274"></a>02274                   uint16_t          vid_w  ,
<a name="l02275"></a>02275                   uint16_t          vid_h  ,
<a name="l02276"></a>02276                   int16_t           drw_x  ,
<a name="l02277"></a>02277                   int16_t           drw_y  ,
<a name="l02278"></a>02278                   uint16_t          drw_w  ,
<a name="l02279"></a>02279                   uint16_t          drw_h  );
<a name="l02280"></a>02280 
<a name="l02293"></a>02293 <span class="comment">/*****************************************************************************</span>
<a name="l02294"></a>02294 <span class="comment"> **</span>
<a name="l02295"></a>02295 <span class="comment"> ** xcb_void_cookie_t xcb_xv_stop_video_checked</span>
<a name="l02296"></a>02296 <span class="comment"> ** </span>
<a name="l02297"></a>02297 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02298"></a>02298 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02299"></a>02299 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02300"></a>02300 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02301"></a>02301 <span class="comment"> **</span>
<a name="l02302"></a>02302 <span class="comment"> *****************************************************************************/</span>
<a name="l02303"></a>02303  
<a name="l02304"></a>02304 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02305"></a>02305 <a class="code" href="group__XCB__Xv__API.html#ga50bfd01b31e19bac876fe0e641956c4a">xcb_xv_stop_video_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02306"></a>02306                            xcb_xv_port_t     port  ,
<a name="l02307"></a>02307                            xcb_drawable_t    drawable  );
<a name="l02308"></a>02308 
<a name="l02318"></a>02318 <span class="comment">/*****************************************************************************</span>
<a name="l02319"></a>02319 <span class="comment"> **</span>
<a name="l02320"></a>02320 <span class="comment"> ** xcb_void_cookie_t xcb_xv_stop_video</span>
<a name="l02321"></a>02321 <span class="comment"> ** </span>
<a name="l02322"></a>02322 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02323"></a>02323 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02324"></a>02324 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02325"></a>02325 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02326"></a>02326 <span class="comment"> **</span>
<a name="l02327"></a>02327 <span class="comment"> *****************************************************************************/</span>
<a name="l02328"></a>02328  
<a name="l02329"></a>02329 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02330"></a>02330 <a class="code" href="group__XCB__Xv__API.html#ga9d61bf849825fc611c6177ec1139401b">xcb_xv_stop_video</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02331"></a>02331                    xcb_xv_port_t     port  ,
<a name="l02332"></a>02332                    xcb_drawable_t    drawable  );
<a name="l02333"></a>02333 
<a name="l02346"></a>02346 <span class="comment">/*****************************************************************************</span>
<a name="l02347"></a>02347 <span class="comment"> **</span>
<a name="l02348"></a>02348 <span class="comment"> ** xcb_void_cookie_t xcb_xv_select_video_notify_checked</span>
<a name="l02349"></a>02349 <span class="comment"> ** </span>
<a name="l02350"></a>02350 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02351"></a>02351 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02352"></a>02352 <span class="comment"> ** @param uint8_t           onoff</span>
<a name="l02353"></a>02353 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02354"></a>02354 <span class="comment"> **</span>
<a name="l02355"></a>02355 <span class="comment"> *****************************************************************************/</span>
<a name="l02356"></a>02356  
<a name="l02357"></a>02357 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02358"></a>02358 <a class="code" href="group__XCB__Xv__API.html#ga4fe5138f58042c2ad5538cfd87930279">xcb_xv_select_video_notify_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02359"></a>02359                                     xcb_drawable_t    drawable  ,
<a name="l02360"></a>02360                                     uint8_t           onoff  );
<a name="l02361"></a>02361 
<a name="l02371"></a>02371 <span class="comment">/*****************************************************************************</span>
<a name="l02372"></a>02372 <span class="comment"> **</span>
<a name="l02373"></a>02373 <span class="comment"> ** xcb_void_cookie_t xcb_xv_select_video_notify</span>
<a name="l02374"></a>02374 <span class="comment"> ** </span>
<a name="l02375"></a>02375 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02376"></a>02376 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l02377"></a>02377 <span class="comment"> ** @param uint8_t           onoff</span>
<a name="l02378"></a>02378 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02379"></a>02379 <span class="comment"> **</span>
<a name="l02380"></a>02380 <span class="comment"> *****************************************************************************/</span>
<a name="l02381"></a>02381  
<a name="l02382"></a>02382 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02383"></a>02383 <a class="code" href="group__XCB__Xv__API.html#ga9e110673cbb470b73269c9808feaf693">xcb_xv_select_video_notify</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02384"></a>02384                             xcb_drawable_t    drawable  ,
<a name="l02385"></a>02385                             uint8_t           onoff  );
<a name="l02386"></a>02386 
<a name="l02399"></a>02399 <span class="comment">/*****************************************************************************</span>
<a name="l02400"></a>02400 <span class="comment"> **</span>
<a name="l02401"></a>02401 <span class="comment"> ** xcb_void_cookie_t xcb_xv_select_port_notify_checked</span>
<a name="l02402"></a>02402 <span class="comment"> ** </span>
<a name="l02403"></a>02403 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02404"></a>02404 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02405"></a>02405 <span class="comment"> ** @param uint8_t           onoff</span>
<a name="l02406"></a>02406 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02407"></a>02407 <span class="comment"> **</span>
<a name="l02408"></a>02408 <span class="comment"> *****************************************************************************/</span>
<a name="l02409"></a>02409  
<a name="l02410"></a>02410 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02411"></a>02411 <a class="code" href="group__XCB__Xv__API.html#ga0c610878dd99439a9ee8f3a37a38352c">xcb_xv_select_port_notify_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02412"></a>02412                                    xcb_xv_port_t     port  ,
<a name="l02413"></a>02413                                    uint8_t           onoff  );
<a name="l02414"></a>02414 
<a name="l02424"></a>02424 <span class="comment">/*****************************************************************************</span>
<a name="l02425"></a>02425 <span class="comment"> **</span>
<a name="l02426"></a>02426 <span class="comment"> ** xcb_void_cookie_t xcb_xv_select_port_notify</span>
<a name="l02427"></a>02427 <span class="comment"> ** </span>
<a name="l02428"></a>02428 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02429"></a>02429 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02430"></a>02430 <span class="comment"> ** @param uint8_t           onoff</span>
<a name="l02431"></a>02431 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02432"></a>02432 <span class="comment"> **</span>
<a name="l02433"></a>02433 <span class="comment"> *****************************************************************************/</span>
<a name="l02434"></a>02434  
<a name="l02435"></a>02435 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02436"></a>02436 <a class="code" href="group__XCB__Xv__API.html#ga98026940cbb33ae0a4db29f19b4ac344">xcb_xv_select_port_notify</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02437"></a>02437                            xcb_xv_port_t     port  ,
<a name="l02438"></a>02438                            uint8_t           onoff  );
<a name="l02439"></a>02439 
<a name="l02449"></a>02449 <span class="comment">/*****************************************************************************</span>
<a name="l02450"></a>02450 <span class="comment"> **</span>
<a name="l02451"></a>02451 <span class="comment"> ** xcb_xv_query_best_size_cookie_t xcb_xv_query_best_size</span>
<a name="l02452"></a>02452 <span class="comment"> ** </span>
<a name="l02453"></a>02453 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02454"></a>02454 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02455"></a>02455 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02456"></a>02456 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02457"></a>02457 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02458"></a>02458 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02459"></a>02459 <span class="comment"> ** @param uint8_t           motion</span>
<a name="l02460"></a>02460 <span class="comment"> ** @returns xcb_xv_query_best_size_cookie_t</span>
<a name="l02461"></a>02461 <span class="comment"> **</span>
<a name="l02462"></a>02462 <span class="comment"> *****************************************************************************/</span>
<a name="l02463"></a>02463  
<a name="l02464"></a>02464 <a class="code" href="structxcb__xv__query__best__size__cookie__t.html" title="xcb_xv_query_best_size_cookie_t">xcb_xv_query_best_size_cookie_t</a>
<a name="l02465"></a>02465 <a class="code" href="group__XCB__Xv__API.html#ga2fd9c1d7571c2f006d9574054b4b5928">xcb_xv_query_best_size</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02466"></a>02466                         xcb_xv_port_t     port  ,
<a name="l02467"></a>02467                         uint16_t          vid_w  ,
<a name="l02468"></a>02468                         uint16_t          vid_h  ,
<a name="l02469"></a>02469                         uint16_t          drw_w  ,
<a name="l02470"></a>02470                         uint16_t          drw_h  ,
<a name="l02471"></a>02471                         uint8_t           motion  );
<a name="l02472"></a>02472 
<a name="l02485"></a>02485 <span class="comment">/*****************************************************************************</span>
<a name="l02486"></a>02486 <span class="comment"> **</span>
<a name="l02487"></a>02487 <span class="comment"> ** xcb_xv_query_best_size_cookie_t xcb_xv_query_best_size_unchecked</span>
<a name="l02488"></a>02488 <span class="comment"> ** </span>
<a name="l02489"></a>02489 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02490"></a>02490 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02491"></a>02491 <span class="comment"> ** @param uint16_t          vid_w</span>
<a name="l02492"></a>02492 <span class="comment"> ** @param uint16_t          vid_h</span>
<a name="l02493"></a>02493 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l02494"></a>02494 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l02495"></a>02495 <span class="comment"> ** @param uint8_t           motion</span>
<a name="l02496"></a>02496 <span class="comment"> ** @returns xcb_xv_query_best_size_cookie_t</span>
<a name="l02497"></a>02497 <span class="comment"> **</span>
<a name="l02498"></a>02498 <span class="comment"> *****************************************************************************/</span>
<a name="l02499"></a>02499  
<a name="l02500"></a>02500 <a class="code" href="structxcb__xv__query__best__size__cookie__t.html" title="xcb_xv_query_best_size_cookie_t">xcb_xv_query_best_size_cookie_t</a>
<a name="l02501"></a>02501 <a class="code" href="group__XCB__Xv__API.html#gae044f48e5118810cbd8e925f5548cdb9">xcb_xv_query_best_size_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02502"></a>02502                                   xcb_xv_port_t     port  ,
<a name="l02503"></a>02503                                   uint16_t          vid_w  ,
<a name="l02504"></a>02504                                   uint16_t          vid_h  ,
<a name="l02505"></a>02505                                   uint16_t          drw_w  ,
<a name="l02506"></a>02506                                   uint16_t          drw_h  ,
<a name="l02507"></a>02507                                   uint8_t           motion  );
<a name="l02508"></a>02508 
<a name="l02524"></a>02524 <span class="comment">/*****************************************************************************</span>
<a name="l02525"></a>02525 <span class="comment"> **</span>
<a name="l02526"></a>02526 <span class="comment"> ** xcb_xv_query_best_size_reply_t * xcb_xv_query_best_size_reply</span>
<a name="l02527"></a>02527 <span class="comment"> ** </span>
<a name="l02528"></a>02528 <span class="comment"> ** @param xcb_connection_t                 *c</span>
<a name="l02529"></a>02529 <span class="comment"> ** @param xcb_xv_query_best_size_cookie_t   cookie</span>
<a name="l02530"></a>02530 <span class="comment"> ** @param xcb_generic_error_t             **e</span>
<a name="l02531"></a>02531 <span class="comment"> ** @returns xcb_xv_query_best_size_reply_t *</span>
<a name="l02532"></a>02532 <span class="comment"> **</span>
<a name="l02533"></a>02533 <span class="comment"> *****************************************************************************/</span>
<a name="l02534"></a>02534  
<a name="l02535"></a>02535 <a class="code" href="structxcb__xv__query__best__size__reply__t.html" title="xcb_xv_query_best_size_reply_t">xcb_xv_query_best_size_reply_t</a> *
<a name="l02536"></a>02536 <a class="code" href="group__XCB__Xv__API.html#ga7d6e30130a7b965d84d1d65dd92cb678">xcb_xv_query_best_size_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                 *c  ,
<a name="l02537"></a>02537                               <a class="code" href="structxcb__xv__query__best__size__cookie__t.html" title="xcb_xv_query_best_size_cookie_t">xcb_xv_query_best_size_cookie_t</a>   cookie  ,
<a name="l02538"></a>02538                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>             **e  );
<a name="l02539"></a>02539 
<a name="l02552"></a>02552 <span class="comment">/*****************************************************************************</span>
<a name="l02553"></a>02553 <span class="comment"> **</span>
<a name="l02554"></a>02554 <span class="comment"> ** xcb_void_cookie_t xcb_xv_set_port_attribute_checked</span>
<a name="l02555"></a>02555 <span class="comment"> ** </span>
<a name="l02556"></a>02556 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02557"></a>02557 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02558"></a>02558 <span class="comment"> ** @param xcb_atom_t        attribute</span>
<a name="l02559"></a>02559 <span class="comment"> ** @param int32_t           value</span>
<a name="l02560"></a>02560 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02561"></a>02561 <span class="comment"> **</span>
<a name="l02562"></a>02562 <span class="comment"> *****************************************************************************/</span>
<a name="l02563"></a>02563  
<a name="l02564"></a>02564 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02565"></a>02565 <a class="code" href="group__XCB__Xv__API.html#ga29b9bf02e13895d0342acf485e8a60e7">xcb_xv_set_port_attribute_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02566"></a>02566                                    xcb_xv_port_t     port  ,
<a name="l02567"></a>02567                                    xcb_atom_t        attribute  ,
<a name="l02568"></a>02568                                    int32_t           value  );
<a name="l02569"></a>02569 
<a name="l02579"></a>02579 <span class="comment">/*****************************************************************************</span>
<a name="l02580"></a>02580 <span class="comment"> **</span>
<a name="l02581"></a>02581 <span class="comment"> ** xcb_void_cookie_t xcb_xv_set_port_attribute</span>
<a name="l02582"></a>02582 <span class="comment"> ** </span>
<a name="l02583"></a>02583 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02584"></a>02584 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02585"></a>02585 <span class="comment"> ** @param xcb_atom_t        attribute</span>
<a name="l02586"></a>02586 <span class="comment"> ** @param int32_t           value</span>
<a name="l02587"></a>02587 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02588"></a>02588 <span class="comment"> **</span>
<a name="l02589"></a>02589 <span class="comment"> *****************************************************************************/</span>
<a name="l02590"></a>02590  
<a name="l02591"></a>02591 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02592"></a>02592 <a class="code" href="group__XCB__Xv__API.html#gaff8d91ee3b7deefc8c2fa08fffb667c0">xcb_xv_set_port_attribute</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02593"></a>02593                            xcb_xv_port_t     port  ,
<a name="l02594"></a>02594                            xcb_atom_t        attribute  ,
<a name="l02595"></a>02595                            int32_t           value  );
<a name="l02596"></a>02596 
<a name="l02606"></a>02606 <span class="comment">/*****************************************************************************</span>
<a name="l02607"></a>02607 <span class="comment"> **</span>
<a name="l02608"></a>02608 <span class="comment"> ** xcb_xv_get_port_attribute_cookie_t xcb_xv_get_port_attribute</span>
<a name="l02609"></a>02609 <span class="comment"> ** </span>
<a name="l02610"></a>02610 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02611"></a>02611 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02612"></a>02612 <span class="comment"> ** @param xcb_atom_t        attribute</span>
<a name="l02613"></a>02613 <span class="comment"> ** @returns xcb_xv_get_port_attribute_cookie_t</span>
<a name="l02614"></a>02614 <span class="comment"> **</span>
<a name="l02615"></a>02615 <span class="comment"> *****************************************************************************/</span>
<a name="l02616"></a>02616  
<a name="l02617"></a>02617 <a class="code" href="structxcb__xv__get__port__attribute__cookie__t.html" title="xcb_xv_get_port_attribute_cookie_t">xcb_xv_get_port_attribute_cookie_t</a>
<a name="l02618"></a>02618 <a class="code" href="group__XCB__Xv__API.html#gaa687d1cb82d168da3a937f6b7aea0098">xcb_xv_get_port_attribute</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02619"></a>02619                            xcb_xv_port_t     port  ,
<a name="l02620"></a>02620                            xcb_atom_t        attribute  );
<a name="l02621"></a>02621 
<a name="l02634"></a>02634 <span class="comment">/*****************************************************************************</span>
<a name="l02635"></a>02635 <span class="comment"> **</span>
<a name="l02636"></a>02636 <span class="comment"> ** xcb_xv_get_port_attribute_cookie_t xcb_xv_get_port_attribute_unchecked</span>
<a name="l02637"></a>02637 <span class="comment"> ** </span>
<a name="l02638"></a>02638 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02639"></a>02639 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02640"></a>02640 <span class="comment"> ** @param xcb_atom_t        attribute</span>
<a name="l02641"></a>02641 <span class="comment"> ** @returns xcb_xv_get_port_attribute_cookie_t</span>
<a name="l02642"></a>02642 <span class="comment"> **</span>
<a name="l02643"></a>02643 <span class="comment"> *****************************************************************************/</span>
<a name="l02644"></a>02644  
<a name="l02645"></a>02645 <a class="code" href="structxcb__xv__get__port__attribute__cookie__t.html" title="xcb_xv_get_port_attribute_cookie_t">xcb_xv_get_port_attribute_cookie_t</a>
<a name="l02646"></a>02646 <a class="code" href="group__XCB__Xv__API.html#ga72d06b753fa4f7e03324ead845f9c3bd">xcb_xv_get_port_attribute_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02647"></a>02647                                      xcb_xv_port_t     port  ,
<a name="l02648"></a>02648                                      xcb_atom_t        attribute  );
<a name="l02649"></a>02649 
<a name="l02665"></a>02665 <span class="comment">/*****************************************************************************</span>
<a name="l02666"></a>02666 <span class="comment"> **</span>
<a name="l02667"></a>02667 <span class="comment"> ** xcb_xv_get_port_attribute_reply_t * xcb_xv_get_port_attribute_reply</span>
<a name="l02668"></a>02668 <span class="comment"> ** </span>
<a name="l02669"></a>02669 <span class="comment"> ** @param xcb_connection_t                    *c</span>
<a name="l02670"></a>02670 <span class="comment"> ** @param xcb_xv_get_port_attribute_cookie_t   cookie</span>
<a name="l02671"></a>02671 <span class="comment"> ** @param xcb_generic_error_t                **e</span>
<a name="l02672"></a>02672 <span class="comment"> ** @returns xcb_xv_get_port_attribute_reply_t *</span>
<a name="l02673"></a>02673 <span class="comment"> **</span>
<a name="l02674"></a>02674 <span class="comment"> *****************************************************************************/</span>
<a name="l02675"></a>02675  
<a name="l02676"></a>02676 <a class="code" href="structxcb__xv__get__port__attribute__reply__t.html" title="xcb_xv_get_port_attribute_reply_t">xcb_xv_get_port_attribute_reply_t</a> *
<a name="l02677"></a>02677 <a class="code" href="group__XCB__Xv__API.html#ga7e58f89450a6203053c068c8da99284e">xcb_xv_get_port_attribute_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                    *c  ,
<a name="l02678"></a>02678                                  <a class="code" href="structxcb__xv__get__port__attribute__cookie__t.html" title="xcb_xv_get_port_attribute_cookie_t">xcb_xv_get_port_attribute_cookie_t</a>   cookie  ,
<a name="l02679"></a>02679                                  <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                **e  );
<a name="l02680"></a>02680 
<a name="l02690"></a>02690 <span class="comment">/*****************************************************************************</span>
<a name="l02691"></a>02691 <span class="comment"> **</span>
<a name="l02692"></a>02692 <span class="comment"> ** xcb_xv_query_port_attributes_cookie_t xcb_xv_query_port_attributes</span>
<a name="l02693"></a>02693 <span class="comment"> ** </span>
<a name="l02694"></a>02694 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02695"></a>02695 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02696"></a>02696 <span class="comment"> ** @returns xcb_xv_query_port_attributes_cookie_t</span>
<a name="l02697"></a>02697 <span class="comment"> **</span>
<a name="l02698"></a>02698 <span class="comment"> *****************************************************************************/</span>
<a name="l02699"></a>02699  
<a name="l02700"></a>02700 <a class="code" href="structxcb__xv__query__port__attributes__cookie__t.html" title="xcb_xv_query_port_attributes_cookie_t">xcb_xv_query_port_attributes_cookie_t</a>
<a name="l02701"></a>02701 <a class="code" href="group__XCB__Xv__API.html#ga6af9e07629a73e56102c1efa75db13f4">xcb_xv_query_port_attributes</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02702"></a>02702                               xcb_xv_port_t     port  );
<a name="l02703"></a>02703 
<a name="l02716"></a>02716 <span class="comment">/*****************************************************************************</span>
<a name="l02717"></a>02717 <span class="comment"> **</span>
<a name="l02718"></a>02718 <span class="comment"> ** xcb_xv_query_port_attributes_cookie_t xcb_xv_query_port_attributes_unchecked</span>
<a name="l02719"></a>02719 <span class="comment"> ** </span>
<a name="l02720"></a>02720 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02721"></a>02721 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02722"></a>02722 <span class="comment"> ** @returns xcb_xv_query_port_attributes_cookie_t</span>
<a name="l02723"></a>02723 <span class="comment"> **</span>
<a name="l02724"></a>02724 <span class="comment"> *****************************************************************************/</span>
<a name="l02725"></a>02725  
<a name="l02726"></a>02726 <a class="code" href="structxcb__xv__query__port__attributes__cookie__t.html" title="xcb_xv_query_port_attributes_cookie_t">xcb_xv_query_port_attributes_cookie_t</a>
<a name="l02727"></a>02727 <a class="code" href="group__XCB__Xv__API.html#ga88e1e289970c0500d32f8fcccf2fb876">xcb_xv_query_port_attributes_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02728"></a>02728                                         xcb_xv_port_t     port  );
<a name="l02729"></a>02729 
<a name="l02730"></a>02730 
<a name="l02731"></a>02731 <span class="comment">/*****************************************************************************</span>
<a name="l02732"></a>02732 <span class="comment"> **</span>
<a name="l02733"></a>02733 <span class="comment"> ** int xcb_xv_query_port_attributes_attributes_length</span>
<a name="l02734"></a>02734 <span class="comment"> ** </span>
<a name="l02735"></a>02735 <span class="comment"> ** @param const xcb_xv_query_port_attributes_reply_t *R</span>
<a name="l02736"></a>02736 <span class="comment"> ** @returns int</span>
<a name="l02737"></a>02737 <span class="comment"> **</span>
<a name="l02738"></a>02738 <span class="comment"> *****************************************************************************/</span>
<a name="l02739"></a>02739  
<a name="l02740"></a>02740 <span class="keywordtype">int</span>
<a name="l02741"></a>02741 xcb_xv_query_port_attributes_attributes_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html" title="xcb_xv_query_port_attributes_reply_t">xcb_xv_query_port_attributes_reply_t</a> *R  );
<a name="l02742"></a>02742 
<a name="l02743"></a>02743 
<a name="l02744"></a>02744 <span class="comment">/*****************************************************************************</span>
<a name="l02745"></a>02745 <span class="comment"> **</span>
<a name="l02746"></a>02746 <span class="comment"> ** xcb_xv_attribute_info_iterator_t xcb_xv_query_port_attributes_attributes_iterator</span>
<a name="l02747"></a>02747 <span class="comment"> ** </span>
<a name="l02748"></a>02748 <span class="comment"> ** @param const xcb_xv_query_port_attributes_reply_t *R</span>
<a name="l02749"></a>02749 <span class="comment"> ** @returns xcb_xv_attribute_info_iterator_t</span>
<a name="l02750"></a>02750 <span class="comment"> **</span>
<a name="l02751"></a>02751 <span class="comment"> *****************************************************************************/</span>
<a name="l02752"></a>02752  
<a name="l02753"></a>02753 <a class="code" href="structxcb__xv__attribute__info__iterator__t.html" title="xcb_xv_attribute_info_iterator_t">xcb_xv_attribute_info_iterator_t</a>
<a name="l02754"></a>02754 xcb_xv_query_port_attributes_attributes_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html" title="xcb_xv_query_port_attributes_reply_t">xcb_xv_query_port_attributes_reply_t</a> *R  );
<a name="l02755"></a>02755 
<a name="l02771"></a>02771 <span class="comment">/*****************************************************************************</span>
<a name="l02772"></a>02772 <span class="comment"> **</span>
<a name="l02773"></a>02773 <span class="comment"> ** xcb_xv_query_port_attributes_reply_t * xcb_xv_query_port_attributes_reply</span>
<a name="l02774"></a>02774 <span class="comment"> ** </span>
<a name="l02775"></a>02775 <span class="comment"> ** @param xcb_connection_t                       *c</span>
<a name="l02776"></a>02776 <span class="comment"> ** @param xcb_xv_query_port_attributes_cookie_t   cookie</span>
<a name="l02777"></a>02777 <span class="comment"> ** @param xcb_generic_error_t                   **e</span>
<a name="l02778"></a>02778 <span class="comment"> ** @returns xcb_xv_query_port_attributes_reply_t *</span>
<a name="l02779"></a>02779 <span class="comment"> **</span>
<a name="l02780"></a>02780 <span class="comment"> *****************************************************************************/</span>
<a name="l02781"></a>02781  
<a name="l02782"></a>02782 <a class="code" href="structxcb__xv__query__port__attributes__reply__t.html" title="xcb_xv_query_port_attributes_reply_t">xcb_xv_query_port_attributes_reply_t</a> *
<a name="l02783"></a>02783 <a class="code" href="group__XCB__Xv__API.html#gab615f24ec3989e687ae43125ea261084">xcb_xv_query_port_attributes_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                       *c  ,
<a name="l02784"></a>02784                                     <a class="code" href="structxcb__xv__query__port__attributes__cookie__t.html" title="xcb_xv_query_port_attributes_cookie_t">xcb_xv_query_port_attributes_cookie_t</a>   cookie  ,
<a name="l02785"></a>02785                                     <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                   **e  );
<a name="l02786"></a>02786 
<a name="l02796"></a>02796 <span class="comment">/*****************************************************************************</span>
<a name="l02797"></a>02797 <span class="comment"> **</span>
<a name="l02798"></a>02798 <span class="comment"> ** xcb_xv_list_image_formats_cookie_t xcb_xv_list_image_formats</span>
<a name="l02799"></a>02799 <span class="comment"> ** </span>
<a name="l02800"></a>02800 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02801"></a>02801 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02802"></a>02802 <span class="comment"> ** @returns xcb_xv_list_image_formats_cookie_t</span>
<a name="l02803"></a>02803 <span class="comment"> **</span>
<a name="l02804"></a>02804 <span class="comment"> *****************************************************************************/</span>
<a name="l02805"></a>02805  
<a name="l02806"></a>02806 <a class="code" href="structxcb__xv__list__image__formats__cookie__t.html" title="xcb_xv_list_image_formats_cookie_t">xcb_xv_list_image_formats_cookie_t</a>
<a name="l02807"></a>02807 <a class="code" href="group__XCB__Xv__API.html#gadefb914da42dd32fded63db91c26c2ee">xcb_xv_list_image_formats</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02808"></a>02808                            xcb_xv_port_t     port  );
<a name="l02809"></a>02809 
<a name="l02822"></a>02822 <span class="comment">/*****************************************************************************</span>
<a name="l02823"></a>02823 <span class="comment"> **</span>
<a name="l02824"></a>02824 <span class="comment"> ** xcb_xv_list_image_formats_cookie_t xcb_xv_list_image_formats_unchecked</span>
<a name="l02825"></a>02825 <span class="comment"> ** </span>
<a name="l02826"></a>02826 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02827"></a>02827 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02828"></a>02828 <span class="comment"> ** @returns xcb_xv_list_image_formats_cookie_t</span>
<a name="l02829"></a>02829 <span class="comment"> **</span>
<a name="l02830"></a>02830 <span class="comment"> *****************************************************************************/</span>
<a name="l02831"></a>02831  
<a name="l02832"></a>02832 <a class="code" href="structxcb__xv__list__image__formats__cookie__t.html" title="xcb_xv_list_image_formats_cookie_t">xcb_xv_list_image_formats_cookie_t</a>
<a name="l02833"></a>02833 <a class="code" href="group__XCB__Xv__API.html#gaaa08959a4863424bc58e3627cf79c362">xcb_xv_list_image_formats_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02834"></a>02834                                      xcb_xv_port_t     port  );
<a name="l02835"></a>02835 
<a name="l02836"></a>02836 
<a name="l02837"></a>02837 <span class="comment">/*****************************************************************************</span>
<a name="l02838"></a>02838 <span class="comment"> **</span>
<a name="l02839"></a>02839 <span class="comment"> ** xcb_xv_image_format_info_t * xcb_xv_list_image_formats_format</span>
<a name="l02840"></a>02840 <span class="comment"> ** </span>
<a name="l02841"></a>02841 <span class="comment"> ** @param const xcb_xv_list_image_formats_reply_t *R</span>
<a name="l02842"></a>02842 <span class="comment"> ** @returns xcb_xv_image_format_info_t *</span>
<a name="l02843"></a>02843 <span class="comment"> **</span>
<a name="l02844"></a>02844 <span class="comment"> *****************************************************************************/</span>
<a name="l02845"></a>02845  
<a name="l02846"></a>02846 <a class="code" href="structxcb__xv__image__format__info__t.html" title="xcb_xv_image_format_info_t">xcb_xv_image_format_info_t</a> *
<a name="l02847"></a>02847 xcb_xv_list_image_formats_format (<span class="keyword">const</span> <a class="code" href="structxcb__xv__list__image__formats__reply__t.html" title="xcb_xv_list_image_formats_reply_t">xcb_xv_list_image_formats_reply_t</a> *R  );
<a name="l02848"></a>02848 
<a name="l02849"></a>02849 
<a name="l02850"></a>02850 <span class="comment">/*****************************************************************************</span>
<a name="l02851"></a>02851 <span class="comment"> **</span>
<a name="l02852"></a>02852 <span class="comment"> ** int xcb_xv_list_image_formats_format_length</span>
<a name="l02853"></a>02853 <span class="comment"> ** </span>
<a name="l02854"></a>02854 <span class="comment"> ** @param const xcb_xv_list_image_formats_reply_t *R</span>
<a name="l02855"></a>02855 <span class="comment"> ** @returns int</span>
<a name="l02856"></a>02856 <span class="comment"> **</span>
<a name="l02857"></a>02857 <span class="comment"> *****************************************************************************/</span>
<a name="l02858"></a>02858  
<a name="l02859"></a>02859 <span class="keywordtype">int</span>
<a name="l02860"></a>02860 xcb_xv_list_image_formats_format_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__list__image__formats__reply__t.html" title="xcb_xv_list_image_formats_reply_t">xcb_xv_list_image_formats_reply_t</a> *R  );
<a name="l02861"></a>02861 
<a name="l02862"></a>02862 
<a name="l02863"></a>02863 <span class="comment">/*****************************************************************************</span>
<a name="l02864"></a>02864 <span class="comment"> **</span>
<a name="l02865"></a>02865 <span class="comment"> ** xcb_xv_image_format_info_iterator_t xcb_xv_list_image_formats_format_iterator</span>
<a name="l02866"></a>02866 <span class="comment"> ** </span>
<a name="l02867"></a>02867 <span class="comment"> ** @param const xcb_xv_list_image_formats_reply_t *R</span>
<a name="l02868"></a>02868 <span class="comment"> ** @returns xcb_xv_image_format_info_iterator_t</span>
<a name="l02869"></a>02869 <span class="comment"> **</span>
<a name="l02870"></a>02870 <span class="comment"> *****************************************************************************/</span>
<a name="l02871"></a>02871  
<a name="l02872"></a>02872 <a class="code" href="structxcb__xv__image__format__info__iterator__t.html" title="xcb_xv_image_format_info_iterator_t">xcb_xv_image_format_info_iterator_t</a>
<a name="l02873"></a>02873 xcb_xv_list_image_formats_format_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__xv__list__image__formats__reply__t.html" title="xcb_xv_list_image_formats_reply_t">xcb_xv_list_image_formats_reply_t</a> *R  );
<a name="l02874"></a>02874 
<a name="l02890"></a>02890 <span class="comment">/*****************************************************************************</span>
<a name="l02891"></a>02891 <span class="comment"> **</span>
<a name="l02892"></a>02892 <span class="comment"> ** xcb_xv_list_image_formats_reply_t * xcb_xv_list_image_formats_reply</span>
<a name="l02893"></a>02893 <span class="comment"> ** </span>
<a name="l02894"></a>02894 <span class="comment"> ** @param xcb_connection_t                    *c</span>
<a name="l02895"></a>02895 <span class="comment"> ** @param xcb_xv_list_image_formats_cookie_t   cookie</span>
<a name="l02896"></a>02896 <span class="comment"> ** @param xcb_generic_error_t                **e</span>
<a name="l02897"></a>02897 <span class="comment"> ** @returns xcb_xv_list_image_formats_reply_t *</span>
<a name="l02898"></a>02898 <span class="comment"> **</span>
<a name="l02899"></a>02899 <span class="comment"> *****************************************************************************/</span>
<a name="l02900"></a>02900  
<a name="l02901"></a>02901 <a class="code" href="structxcb__xv__list__image__formats__reply__t.html" title="xcb_xv_list_image_formats_reply_t">xcb_xv_list_image_formats_reply_t</a> *
<a name="l02902"></a>02902 <a class="code" href="group__XCB__Xv__API.html#ga0fa808ac69e1be9c849365f594cc0bf0">xcb_xv_list_image_formats_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                    *c  ,
<a name="l02903"></a>02903                                  <a class="code" href="structxcb__xv__list__image__formats__cookie__t.html" title="xcb_xv_list_image_formats_cookie_t">xcb_xv_list_image_formats_cookie_t</a>   cookie  ,
<a name="l02904"></a>02904                                  <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                **e  );
<a name="l02905"></a>02905 
<a name="l02915"></a>02915 <span class="comment">/*****************************************************************************</span>
<a name="l02916"></a>02916 <span class="comment"> **</span>
<a name="l02917"></a>02917 <span class="comment"> ** xcb_xv_query_image_attributes_cookie_t xcb_xv_query_image_attributes</span>
<a name="l02918"></a>02918 <span class="comment"> ** </span>
<a name="l02919"></a>02919 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02920"></a>02920 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02921"></a>02921 <span class="comment"> ** @param uint32_t          id</span>
<a name="l02922"></a>02922 <span class="comment"> ** @param uint16_t          width</span>
<a name="l02923"></a>02923 <span class="comment"> ** @param uint16_t          height</span>
<a name="l02924"></a>02924 <span class="comment"> ** @returns xcb_xv_query_image_attributes_cookie_t</span>
<a name="l02925"></a>02925 <span class="comment"> **</span>
<a name="l02926"></a>02926 <span class="comment"> *****************************************************************************/</span>
<a name="l02927"></a>02927  
<a name="l02928"></a>02928 <a class="code" href="structxcb__xv__query__image__attributes__cookie__t.html" title="xcb_xv_query_image_attributes_cookie_t">xcb_xv_query_image_attributes_cookie_t</a>
<a name="l02929"></a>02929 <a class="code" href="group__XCB__Xv__API.html#gaeccff22c3e47bbc7875f096fc602b248">xcb_xv_query_image_attributes</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02930"></a>02930                                xcb_xv_port_t     port  ,
<a name="l02931"></a>02931                                uint32_t          <span class="keywordtype">id</span>  ,
<a name="l02932"></a>02932                                uint16_t          width  ,
<a name="l02933"></a>02933                                uint16_t          height  );
<a name="l02934"></a>02934 
<a name="l02947"></a>02947 <span class="comment">/*****************************************************************************</span>
<a name="l02948"></a>02948 <span class="comment"> **</span>
<a name="l02949"></a>02949 <span class="comment"> ** xcb_xv_query_image_attributes_cookie_t xcb_xv_query_image_attributes_unchecked</span>
<a name="l02950"></a>02950 <span class="comment"> ** </span>
<a name="l02951"></a>02951 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02952"></a>02952 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l02953"></a>02953 <span class="comment"> ** @param uint32_t          id</span>
<a name="l02954"></a>02954 <span class="comment"> ** @param uint16_t          width</span>
<a name="l02955"></a>02955 <span class="comment"> ** @param uint16_t          height</span>
<a name="l02956"></a>02956 <span class="comment"> ** @returns xcb_xv_query_image_attributes_cookie_t</span>
<a name="l02957"></a>02957 <span class="comment"> **</span>
<a name="l02958"></a>02958 <span class="comment"> *****************************************************************************/</span>
<a name="l02959"></a>02959  
<a name="l02960"></a>02960 <a class="code" href="structxcb__xv__query__image__attributes__cookie__t.html" title="xcb_xv_query_image_attributes_cookie_t">xcb_xv_query_image_attributes_cookie_t</a>
<a name="l02961"></a>02961 <a class="code" href="group__XCB__Xv__API.html#gaeb560ce796777e466a5e556c1b37b9fd">xcb_xv_query_image_attributes_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02962"></a>02962                                          xcb_xv_port_t     port  ,
<a name="l02963"></a>02963                                          uint32_t          <span class="keywordtype">id</span>  ,
<a name="l02964"></a>02964                                          uint16_t          width  ,
<a name="l02965"></a>02965                                          uint16_t          height  );
<a name="l02966"></a>02966 
<a name="l02967"></a>02967 
<a name="l02968"></a>02968 <span class="comment">/*****************************************************************************</span>
<a name="l02969"></a>02969 <span class="comment"> **</span>
<a name="l02970"></a>02970 <span class="comment"> ** uint32_t * xcb_xv_query_image_attributes_pitches</span>
<a name="l02971"></a>02971 <span class="comment"> ** </span>
<a name="l02972"></a>02972 <span class="comment"> ** @param const xcb_xv_query_image_attributes_reply_t *R</span>
<a name="l02973"></a>02973 <span class="comment"> ** @returns uint32_t *</span>
<a name="l02974"></a>02974 <span class="comment"> **</span>
<a name="l02975"></a>02975 <span class="comment"> *****************************************************************************/</span>
<a name="l02976"></a>02976  
<a name="l02977"></a>02977 uint32_t *
<a name="l02978"></a>02978 xcb_xv_query_image_attributes_pitches (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> *R  );
<a name="l02979"></a>02979 
<a name="l02980"></a>02980 
<a name="l02981"></a>02981 <span class="comment">/*****************************************************************************</span>
<a name="l02982"></a>02982 <span class="comment"> **</span>
<a name="l02983"></a>02983 <span class="comment"> ** int xcb_xv_query_image_attributes_pitches_length</span>
<a name="l02984"></a>02984 <span class="comment"> ** </span>
<a name="l02985"></a>02985 <span class="comment"> ** @param const xcb_xv_query_image_attributes_reply_t *R</span>
<a name="l02986"></a>02986 <span class="comment"> ** @returns int</span>
<a name="l02987"></a>02987 <span class="comment"> **</span>
<a name="l02988"></a>02988 <span class="comment"> *****************************************************************************/</span>
<a name="l02989"></a>02989  
<a name="l02990"></a>02990 <span class="keywordtype">int</span>
<a name="l02991"></a>02991 xcb_xv_query_image_attributes_pitches_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> *R  );
<a name="l02992"></a>02992 
<a name="l02993"></a>02993 
<a name="l02994"></a>02994 <span class="comment">/*****************************************************************************</span>
<a name="l02995"></a>02995 <span class="comment"> **</span>
<a name="l02996"></a>02996 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_query_image_attributes_pitches_end</span>
<a name="l02997"></a>02997 <span class="comment"> ** </span>
<a name="l02998"></a>02998 <span class="comment"> ** @param const xcb_xv_query_image_attributes_reply_t *R</span>
<a name="l02999"></a>02999 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l03000"></a>03000 <span class="comment"> **</span>
<a name="l03001"></a>03001 <span class="comment"> *****************************************************************************/</span>
<a name="l03002"></a>03002  
<a name="l03003"></a>03003 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l03004"></a>03004 xcb_xv_query_image_attributes_pitches_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> *R  );
<a name="l03005"></a>03005 
<a name="l03006"></a>03006 
<a name="l03007"></a>03007 <span class="comment">/*****************************************************************************</span>
<a name="l03008"></a>03008 <span class="comment"> **</span>
<a name="l03009"></a>03009 <span class="comment"> ** uint32_t * xcb_xv_query_image_attributes_offsets</span>
<a name="l03010"></a>03010 <span class="comment"> ** </span>
<a name="l03011"></a>03011 <span class="comment"> ** @param const xcb_xv_query_image_attributes_reply_t *R</span>
<a name="l03012"></a>03012 <span class="comment"> ** @returns uint32_t *</span>
<a name="l03013"></a>03013 <span class="comment"> **</span>
<a name="l03014"></a>03014 <span class="comment"> *****************************************************************************/</span>
<a name="l03015"></a>03015  
<a name="l03016"></a>03016 uint32_t *
<a name="l03017"></a>03017 xcb_xv_query_image_attributes_offsets (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> *R  );
<a name="l03018"></a>03018 
<a name="l03019"></a>03019 
<a name="l03020"></a>03020 <span class="comment">/*****************************************************************************</span>
<a name="l03021"></a>03021 <span class="comment"> **</span>
<a name="l03022"></a>03022 <span class="comment"> ** int xcb_xv_query_image_attributes_offsets_length</span>
<a name="l03023"></a>03023 <span class="comment"> ** </span>
<a name="l03024"></a>03024 <span class="comment"> ** @param const xcb_xv_query_image_attributes_reply_t *R</span>
<a name="l03025"></a>03025 <span class="comment"> ** @returns int</span>
<a name="l03026"></a>03026 <span class="comment"> **</span>
<a name="l03027"></a>03027 <span class="comment"> *****************************************************************************/</span>
<a name="l03028"></a>03028  
<a name="l03029"></a>03029 <span class="keywordtype">int</span>
<a name="l03030"></a>03030 xcb_xv_query_image_attributes_offsets_length (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> *R  );
<a name="l03031"></a>03031 
<a name="l03032"></a>03032 
<a name="l03033"></a>03033 <span class="comment">/*****************************************************************************</span>
<a name="l03034"></a>03034 <span class="comment"> **</span>
<a name="l03035"></a>03035 <span class="comment"> ** xcb_generic_iterator_t xcb_xv_query_image_attributes_offsets_end</span>
<a name="l03036"></a>03036 <span class="comment"> ** </span>
<a name="l03037"></a>03037 <span class="comment"> ** @param const xcb_xv_query_image_attributes_reply_t *R</span>
<a name="l03038"></a>03038 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l03039"></a>03039 <span class="comment"> **</span>
<a name="l03040"></a>03040 <span class="comment"> *****************************************************************************/</span>
<a name="l03041"></a>03041  
<a name="l03042"></a>03042 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l03043"></a>03043 xcb_xv_query_image_attributes_offsets_end (<span class="keyword">const</span> <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> *R  );
<a name="l03044"></a>03044 
<a name="l03060"></a>03060 <span class="comment">/*****************************************************************************</span>
<a name="l03061"></a>03061 <span class="comment"> **</span>
<a name="l03062"></a>03062 <span class="comment"> ** xcb_xv_query_image_attributes_reply_t * xcb_xv_query_image_attributes_reply</span>
<a name="l03063"></a>03063 <span class="comment"> ** </span>
<a name="l03064"></a>03064 <span class="comment"> ** @param xcb_connection_t                        *c</span>
<a name="l03065"></a>03065 <span class="comment"> ** @param xcb_xv_query_image_attributes_cookie_t   cookie</span>
<a name="l03066"></a>03066 <span class="comment"> ** @param xcb_generic_error_t                    **e</span>
<a name="l03067"></a>03067 <span class="comment"> ** @returns xcb_xv_query_image_attributes_reply_t *</span>
<a name="l03068"></a>03068 <span class="comment"> **</span>
<a name="l03069"></a>03069 <span class="comment"> *****************************************************************************/</span>
<a name="l03070"></a>03070  
<a name="l03071"></a>03071 <a class="code" href="structxcb__xv__query__image__attributes__reply__t.html" title="xcb_xv_query_image_attributes_reply_t">xcb_xv_query_image_attributes_reply_t</a> *
<a name="l03072"></a>03072 <a class="code" href="group__XCB__Xv__API.html#ga40c1286b94bbfdd3bdff0367ad312642">xcb_xv_query_image_attributes_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                        *c  ,
<a name="l03073"></a>03073                                      <a class="code" href="structxcb__xv__query__image__attributes__cookie__t.html" title="xcb_xv_query_image_attributes_cookie_t">xcb_xv_query_image_attributes_cookie_t</a>   cookie  ,
<a name="l03074"></a>03074                                      <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                    **e  );
<a name="l03075"></a>03075 
<a name="l03088"></a>03088 <span class="comment">/*****************************************************************************</span>
<a name="l03089"></a>03089 <span class="comment"> **</span>
<a name="l03090"></a>03090 <span class="comment"> ** xcb_void_cookie_t xcb_xv_put_image_checked</span>
<a name="l03091"></a>03091 <span class="comment"> ** </span>
<a name="l03092"></a>03092 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l03093"></a>03093 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l03094"></a>03094 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l03095"></a>03095 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l03096"></a>03096 <span class="comment"> ** @param uint32_t          id</span>
<a name="l03097"></a>03097 <span class="comment"> ** @param int16_t           src_x</span>
<a name="l03098"></a>03098 <span class="comment"> ** @param int16_t           src_y</span>
<a name="l03099"></a>03099 <span class="comment"> ** @param uint16_t          src_w</span>
<a name="l03100"></a>03100 <span class="comment"> ** @param uint16_t          src_h</span>
<a name="l03101"></a>03101 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l03102"></a>03102 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l03103"></a>03103 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l03104"></a>03104 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l03105"></a>03105 <span class="comment"> ** @param uint16_t          width</span>
<a name="l03106"></a>03106 <span class="comment"> ** @param uint16_t          height</span>
<a name="l03107"></a>03107 <span class="comment"> ** @param uint32_t          data_len</span>
<a name="l03108"></a>03108 <span class="comment"> ** @param const uint8_t    *data</span>
<a name="l03109"></a>03109 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l03110"></a>03110 <span class="comment"> **</span>
<a name="l03111"></a>03111 <span class="comment"> *****************************************************************************/</span>
<a name="l03112"></a>03112  
<a name="l03113"></a>03113 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l03114"></a>03114 <a class="code" href="group__XCB__Xv__API.html#ga859f6a3c00a30ab61b564a95f6ac7586">xcb_xv_put_image_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l03115"></a>03115                           xcb_xv_port_t     port  ,
<a name="l03116"></a>03116                           xcb_drawable_t    drawable  ,
<a name="l03117"></a>03117                           xcb_gcontext_t    gc  ,
<a name="l03118"></a>03118                           uint32_t          <span class="keywordtype">id</span>  ,
<a name="l03119"></a>03119                           int16_t           src_x  ,
<a name="l03120"></a>03120                           int16_t           src_y  ,
<a name="l03121"></a>03121                           uint16_t          src_w  ,
<a name="l03122"></a>03122                           uint16_t          src_h  ,
<a name="l03123"></a>03123                           int16_t           drw_x  ,
<a name="l03124"></a>03124                           int16_t           drw_y  ,
<a name="l03125"></a>03125                           uint16_t          drw_w  ,
<a name="l03126"></a>03126                           uint16_t          drw_h  ,
<a name="l03127"></a>03127                           uint16_t          width  ,
<a name="l03128"></a>03128                           uint16_t          height  ,
<a name="l03129"></a>03129                           uint32_t          data_len  ,
<a name="l03130"></a>03130                           <span class="keyword">const</span> uint8_t    *data  );
<a name="l03131"></a>03131 
<a name="l03141"></a>03141 <span class="comment">/*****************************************************************************</span>
<a name="l03142"></a>03142 <span class="comment"> **</span>
<a name="l03143"></a>03143 <span class="comment"> ** xcb_void_cookie_t xcb_xv_put_image</span>
<a name="l03144"></a>03144 <span class="comment"> ** </span>
<a name="l03145"></a>03145 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l03146"></a>03146 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l03147"></a>03147 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l03148"></a>03148 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l03149"></a>03149 <span class="comment"> ** @param uint32_t          id</span>
<a name="l03150"></a>03150 <span class="comment"> ** @param int16_t           src_x</span>
<a name="l03151"></a>03151 <span class="comment"> ** @param int16_t           src_y</span>
<a name="l03152"></a>03152 <span class="comment"> ** @param uint16_t          src_w</span>
<a name="l03153"></a>03153 <span class="comment"> ** @param uint16_t          src_h</span>
<a name="l03154"></a>03154 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l03155"></a>03155 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l03156"></a>03156 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l03157"></a>03157 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l03158"></a>03158 <span class="comment"> ** @param uint16_t          width</span>
<a name="l03159"></a>03159 <span class="comment"> ** @param uint16_t          height</span>
<a name="l03160"></a>03160 <span class="comment"> ** @param uint32_t          data_len</span>
<a name="l03161"></a>03161 <span class="comment"> ** @param const uint8_t    *data</span>
<a name="l03162"></a>03162 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l03163"></a>03163 <span class="comment"> **</span>
<a name="l03164"></a>03164 <span class="comment"> *****************************************************************************/</span>
<a name="l03165"></a>03165  
<a name="l03166"></a>03166 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l03167"></a>03167 <a class="code" href="group__XCB__Xv__API.html#gad8a88391be2b4a38c3cc521e76f28fc3">xcb_xv_put_image</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l03168"></a>03168                   xcb_xv_port_t     port  ,
<a name="l03169"></a>03169                   xcb_drawable_t    drawable  ,
<a name="l03170"></a>03170                   xcb_gcontext_t    gc  ,
<a name="l03171"></a>03171                   uint32_t          <span class="keywordtype">id</span>  ,
<a name="l03172"></a>03172                   int16_t           src_x  ,
<a name="l03173"></a>03173                   int16_t           src_y  ,
<a name="l03174"></a>03174                   uint16_t          src_w  ,
<a name="l03175"></a>03175                   uint16_t          src_h  ,
<a name="l03176"></a>03176                   int16_t           drw_x  ,
<a name="l03177"></a>03177                   int16_t           drw_y  ,
<a name="l03178"></a>03178                   uint16_t          drw_w  ,
<a name="l03179"></a>03179                   uint16_t          drw_h  ,
<a name="l03180"></a>03180                   uint16_t          width  ,
<a name="l03181"></a>03181                   uint16_t          height  ,
<a name="l03182"></a>03182                   uint32_t          data_len  ,
<a name="l03183"></a>03183                   <span class="keyword">const</span> uint8_t    *data  );
<a name="l03184"></a>03184 
<a name="l03197"></a>03197 <span class="comment">/*****************************************************************************</span>
<a name="l03198"></a>03198 <span class="comment"> **</span>
<a name="l03199"></a>03199 <span class="comment"> ** xcb_void_cookie_t xcb_xv_shm_put_image_checked</span>
<a name="l03200"></a>03200 <span class="comment"> ** </span>
<a name="l03201"></a>03201 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l03202"></a>03202 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l03203"></a>03203 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l03204"></a>03204 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l03205"></a>03205 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l03206"></a>03206 <span class="comment"> ** @param uint32_t          id</span>
<a name="l03207"></a>03207 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l03208"></a>03208 <span class="comment"> ** @param int16_t           src_x</span>
<a name="l03209"></a>03209 <span class="comment"> ** @param int16_t           src_y</span>
<a name="l03210"></a>03210 <span class="comment"> ** @param uint16_t          src_w</span>
<a name="l03211"></a>03211 <span class="comment"> ** @param uint16_t          src_h</span>
<a name="l03212"></a>03212 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l03213"></a>03213 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l03214"></a>03214 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l03215"></a>03215 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l03216"></a>03216 <span class="comment"> ** @param uint16_t          width</span>
<a name="l03217"></a>03217 <span class="comment"> ** @param uint16_t          height</span>
<a name="l03218"></a>03218 <span class="comment"> ** @param uint8_t           send_event</span>
<a name="l03219"></a>03219 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l03220"></a>03220 <span class="comment"> **</span>
<a name="l03221"></a>03221 <span class="comment"> *****************************************************************************/</span>
<a name="l03222"></a>03222  
<a name="l03223"></a>03223 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l03224"></a>03224 <a class="code" href="group__XCB__Xv__API.html#gae7482eb0c3d513adc406a41162620059">xcb_xv_shm_put_image_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l03225"></a>03225                               xcb_xv_port_t     port  ,
<a name="l03226"></a>03226                               xcb_drawable_t    drawable  ,
<a name="l03227"></a>03227                               xcb_gcontext_t    gc  ,
<a name="l03228"></a>03228                               xcb_shm_seg_t     shmseg  ,
<a name="l03229"></a>03229                               uint32_t          <span class="keywordtype">id</span>  ,
<a name="l03230"></a>03230                               uint32_t          offset  ,
<a name="l03231"></a>03231                               int16_t           src_x  ,
<a name="l03232"></a>03232                               int16_t           src_y  ,
<a name="l03233"></a>03233                               uint16_t          src_w  ,
<a name="l03234"></a>03234                               uint16_t          src_h  ,
<a name="l03235"></a>03235                               int16_t           drw_x  ,
<a name="l03236"></a>03236                               int16_t           drw_y  ,
<a name="l03237"></a>03237                               uint16_t          drw_w  ,
<a name="l03238"></a>03238                               uint16_t          drw_h  ,
<a name="l03239"></a>03239                               uint16_t          width  ,
<a name="l03240"></a>03240                               uint16_t          height  ,
<a name="l03241"></a>03241                               uint8_t           send_event  );
<a name="l03242"></a>03242 
<a name="l03252"></a>03252 <span class="comment">/*****************************************************************************</span>
<a name="l03253"></a>03253 <span class="comment"> **</span>
<a name="l03254"></a>03254 <span class="comment"> ** xcb_void_cookie_t xcb_xv_shm_put_image</span>
<a name="l03255"></a>03255 <span class="comment"> ** </span>
<a name="l03256"></a>03256 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l03257"></a>03257 <span class="comment"> ** @param xcb_xv_port_t     port</span>
<a name="l03258"></a>03258 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l03259"></a>03259 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l03260"></a>03260 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l03261"></a>03261 <span class="comment"> ** @param uint32_t          id</span>
<a name="l03262"></a>03262 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l03263"></a>03263 <span class="comment"> ** @param int16_t           src_x</span>
<a name="l03264"></a>03264 <span class="comment"> ** @param int16_t           src_y</span>
<a name="l03265"></a>03265 <span class="comment"> ** @param uint16_t          src_w</span>
<a name="l03266"></a>03266 <span class="comment"> ** @param uint16_t          src_h</span>
<a name="l03267"></a>03267 <span class="comment"> ** @param int16_t           drw_x</span>
<a name="l03268"></a>03268 <span class="comment"> ** @param int16_t           drw_y</span>
<a name="l03269"></a>03269 <span class="comment"> ** @param uint16_t          drw_w</span>
<a name="l03270"></a>03270 <span class="comment"> ** @param uint16_t          drw_h</span>
<a name="l03271"></a>03271 <span class="comment"> ** @param uint16_t          width</span>
<a name="l03272"></a>03272 <span class="comment"> ** @param uint16_t          height</span>
<a name="l03273"></a>03273 <span class="comment"> ** @param uint8_t           send_event</span>
<a name="l03274"></a>03274 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l03275"></a>03275 <span class="comment"> **</span>
<a name="l03276"></a>03276 <span class="comment"> *****************************************************************************/</span>
<a name="l03277"></a>03277  
<a name="l03278"></a>03278 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l03279"></a>03279 <a class="code" href="group__XCB__Xv__API.html#ga4a9033c0c25f09cf6e08bcb0d23cebaa">xcb_xv_shm_put_image</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l03280"></a>03280                       xcb_xv_port_t     port  ,
<a name="l03281"></a>03281                       xcb_drawable_t    drawable  ,
<a name="l03282"></a>03282                       xcb_gcontext_t    gc  ,
<a name="l03283"></a>03283                       xcb_shm_seg_t     shmseg  ,
<a name="l03284"></a>03284                       uint32_t          <span class="keywordtype">id</span>  ,
<a name="l03285"></a>03285                       uint32_t          offset  ,
<a name="l03286"></a>03286                       int16_t           src_x  ,
<a name="l03287"></a>03287                       int16_t           src_y  ,
<a name="l03288"></a>03288                       uint16_t          src_w  ,
<a name="l03289"></a>03289                       uint16_t          src_h  ,
<a name="l03290"></a>03290                       int16_t           drw_x  ,
<a name="l03291"></a>03291                       int16_t           drw_y  ,
<a name="l03292"></a>03292                       uint16_t          drw_w  ,
<a name="l03293"></a>03293                       uint16_t          drw_h  ,
<a name="l03294"></a>03294                       uint16_t          width  ,
<a name="l03295"></a>03295                       uint16_t          height  ,
<a name="l03296"></a>03296                       uint8_t           send_event  );
<a name="l03297"></a>03297 
<a name="l03298"></a>03298 
<a name="l03299"></a>03299 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l03300"></a>03300 <span class="preprocessor"></span>}
<a name="l03301"></a>03301 <span class="preprocessor">#endif</span>
<a name="l03302"></a>03302 <span class="preprocessor"></span>
<a name="l03303"></a>03303 <span class="preprocessor">#endif</span>
<a name="l03304"></a>03304 <span class="preprocessor"></span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Apr 29 2011 15:45:46 for XCB by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>