~ubuntu-branches/ubuntu/vivid/gstreamer-vaapi/vivid

« back to all changes in this revision

Viewing changes to docs/reference/libs/html/libs-GstVaapiImagePool.html

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-08-06 23:56:00 UTC
  • mfrom: (0.1.4 sid) (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140806235600-fg1kcmiu67k315q5
Tags: 0.5.9-2
* Remove spurious build-deps: libva-drm1, libavcodec-dev. (Closes: #757283)
* Drop Build-Depends-Indep and build docs unconditionally on all archs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>GstVaapiImagePool</title>
 
5
<title>GStreamer VA-API Plugins 1.2 Library Reference Manual: GstVaapiImagePool</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="GStreamer VA-API Plugins 1.2 Library Reference Manual">
8
8
<link rel="up" href="ch01.html" title="gst-plugins-vaapi Library">
9
9
<link rel="prev" href="libs-GstVaapiSurfacePool.html" title="GstVaapiSurfacePool">
10
10
<link rel="next" href="libs-gstvaapidecoder.html" title="GstVaapiDecoder">
11
 
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="libs-GstVaapiSurfacePool.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">GStreamer VA-API Plugins 1.2 Library Reference Manual</th>
21
 
<td><a accesskey="n" href="libs-gstvaapidecoder.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#libs-GstVaapiImagePool.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#libs-GstVaapiImagePool.description" class="shortcut">Description</a>
27
 
</td></tr>
28
 
</table>
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
 
16
<td width="100%" align="left" class="shortcuts">
 
17
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
 
18
                  <a href="#libs-GstVaapiImagePool.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> 
 
19
                  <a href="#libs-GstVaapiImagePool.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
 
20
</td>
 
21
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
 
22
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
 
23
<td><a accesskey="p" href="libs-GstVaapiSurfacePool.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
 
24
<td><a accesskey="n" href="libs-gstvaapidecoder.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
 
25
</tr></table>
29
26
<div class="refentry">
30
27
<a name="libs-GstVaapiImagePool"></a><div class="titlepage"></div>
31
28
<div class="refnamediv"><table width="100%"><tr>
33
30
<h2><span class="refentrytitle"><a name="libs-GstVaapiImagePool.top_of_page"></a>GstVaapiImagePool</span></h2>
34
31
<p>GstVaapiImagePool — VA image pool</p>
35
32
</td>
36
 
<td valign="top" align="right"></td>
 
33
<td class="gallery_image" valign="top" align="right"></td>
37
34
</tr></table></div>
38
 
<div class="refsynopsisdiv">
39
 
<a name="libs-GstVaapiImagePool.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis">                    <a class="link" href="libs-GstVaapiImagePool.html#GstVaapiImagePool" title="GstVaapiImagePool">GstVaapiImagePool</a>;
41
 
<a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="returnvalue">GstVaapiVideoPool</span></a> * <a class="link" href="libs-GstVaapiImagePool.html#gst-vaapi-image-pool-new" title="gst_vaapi_image_pool_new ()">gst_vaapi_image_pool_new</a>            (<em class="parameter"><code><a class="link" href="libs-GstVaapiDisplay.html#GstVaapiDisplay" title="GstVaapiDisplay"><span class="type">GstVaapiDisplay</span></a> *display</code></em>,
42
 
                                                         <em class="parameter"><code>const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideo.html#GstVideoInfo"><span class="type">GstVideoInfo</span></a> *vip</code></em>);
 
35
<div class="refsect1">
 
36
<a name="libs-GstVaapiImagePool.functions"></a><h2>Functions</h2>
 
37
<div class="informaltable"><table width="100%" border="0">
 
38
<colgroup>
 
39
<col width="150px" class="functions_return">
 
40
<col class="functions_name">
 
41
</colgroup>
 
42
<tbody><tr>
 
43
<td class="function_type">
 
44
<a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="returnvalue">GstVaapiVideoPool</span></a> *
 
45
</td>
 
46
<td class="function_name">
 
47
<a class="link" href="libs-GstVaapiImagePool.html#gst-vaapi-image-pool-new" title="gst_vaapi_image_pool_new ()">gst_vaapi_image_pool_new</a> <span class="c_punctuation">()</span>
 
48
</td>
 
49
</tr></tbody>
 
50
</table></div>
 
51
</div>
 
52
<div class="refsect1">
 
53
<a name="libs-GstVaapiImagePool.other"></a><h2>Types and Values</h2>
 
54
<div class="informaltable"><table width="100%" border="0">
 
55
<colgroup>
 
56
<col width="150px" class="name">
 
57
<col class="description">
 
58
</colgroup>
 
59
<tbody><tr>
 
60
<td class="datatype_keyword"> </td>
 
61
<td class="function_name"><a class="link" href="libs-GstVaapiImagePool.html#GstVaapiImagePool" title="GstVaapiImagePool">GstVaapiImagePool</a></td>
 
62
</tr></tbody>
 
63
</table></div>
 
64
</div>
 
65
<div class="refsect1">
 
66
<a name="libs-GstVaapiImagePool.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
67
<pre class="screen">
43
68
</pre>
44
69
</div>
45
70
<div class="refsect1">
46
71
<a name="libs-GstVaapiImagePool.description"></a><h2>Description</h2>
47
72
</div>
48
73
<div class="refsect1">
49
 
<a name="libs-GstVaapiImagePool.details"></a><h2>Details</h2>
 
74
<a name="libs-GstVaapiImagePool.functions_details"></a><h2>Functions</h2>
 
75
<div class="refsect2">
 
76
<a name="gst-vaapi-image-pool-new"></a><h3>gst_vaapi_image_pool_new ()</h3>
 
77
<pre class="programlisting"><a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="returnvalue">GstVaapiVideoPool</span></a> *
 
78
gst_vaapi_image_pool_new (<em class="parameter"><code><a class="link" href="libs-GstVaapiDisplay.html#GstVaapiDisplay" title="GstVaapiDisplay"><span class="type">GstVaapiDisplay</span></a> *display</code></em>,
 
79
                          <em class="parameter"><code>const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideo.html#GstVideoInfo"><span class="type">GstVideoInfo</span></a> *vip</code></em>);</pre>
 
80
<p>Creates a new <a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="type">GstVaapiVideoPool</span></a> of <a class="link" href="libs-gstvaapiimage.html#GstVaapiImage" title="GstVaapiImage"><span class="type">GstVaapiImage</span></a> with the
 
81
specified format and dimensions in <em class="parameter"><code>vip</code></em>
 
82
.</p>
 
83
<div class="refsect3">
 
84
<a name="id-1.2.20.7.2.5"></a><h4>Parameters</h4>
 
85
<div class="informaltable"><table width="100%" border="0">
 
86
<colgroup>
 
87
<col width="150px" class="parameters_name">
 
88
<col class="parameters_description">
 
89
<col width="200px" class="parameters_annotations">
 
90
</colgroup>
 
91
<tbody>
 
92
<tr>
 
93
<td class="parameter_name"><p>display</p></td>
 
94
<td class="parameter_description"><p>a <a class="link" href="libs-GstVaapiDisplay.html#GstVaapiDisplay" title="GstVaapiDisplay"><span class="type">GstVaapiDisplay</span></a></p></td>
 
95
<td class="parameter_annotations"> </td>
 
96
</tr>
 
97
<tr>
 
98
<td class="parameter_name"><p>vip</p></td>
 
99
<td class="parameter_description"><p>the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideo.html#GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
 
100
<td class="parameter_annotations"> </td>
 
101
</tr>
 
102
</tbody>
 
103
</table></div>
 
104
</div>
 
105
<div class="refsect3">
 
106
<a name="id-1.2.20.7.2.6"></a><h4>Returns</h4>
 
107
<p> the newly allocated <a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="type">GstVaapiVideoPool</span></a></p>
 
108
<p></p>
 
109
</div>
 
110
</div>
 
111
</div>
 
112
<div class="refsect1">
 
113
<a name="libs-GstVaapiImagePool.other_details"></a><h2>Types and Values</h2>
50
114
<div class="refsect2">
51
115
<a name="GstVaapiImagePool"></a><h3>GstVaapiImagePool</h3>
52
116
<pre class="programlisting">typedef struct _GstVaapiImagePool GstVaapiImagePool;</pre>
53
 
<p>
54
 
A pool of lazily allocated <a class="link" href="libs-gstvaapiimage.html#GstVaapiImage" title="GstVaapiImage"><span class="type">GstVaapiImage</span></a> objects.
55
 
</p>
56
 
</div>
57
 
<hr>
58
 
<div class="refsect2">
59
 
<a name="gst-vaapi-image-pool-new"></a><h3>gst_vaapi_image_pool_new ()</h3>
60
 
<pre class="programlisting"><a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="returnvalue">GstVaapiVideoPool</span></a> * gst_vaapi_image_pool_new            (<em class="parameter"><code><a class="link" href="libs-GstVaapiDisplay.html#GstVaapiDisplay" title="GstVaapiDisplay"><span class="type">GstVaapiDisplay</span></a> *display</code></em>,
61
 
                                                         <em class="parameter"><code>const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideo.html#GstVideoInfo"><span class="type">GstVideoInfo</span></a> *vip</code></em>);</pre>
62
 
<p>
63
 
Creates a new <a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="type">GstVaapiVideoPool</span></a> of <a class="link" href="libs-gstvaapiimage.html#GstVaapiImage" title="GstVaapiImage"><span class="type">GstVaapiImage</span></a> with the
64
 
specified format and dimensions in <em class="parameter"><code>vip</code></em>.
65
 
</p>
66
 
<div class="variablelist"><table border="0" class="variablelist">
67
 
<colgroup>
68
 
<col align="left" valign="top">
69
 
<col>
70
 
</colgroup>
71
 
<tbody>
72
 
<tr>
73
 
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
74
 
<td>a <a class="link" href="libs-GstVaapiDisplay.html#GstVaapiDisplay" title="GstVaapiDisplay"><span class="type">GstVaapiDisplay</span></a>
75
 
</td>
76
 
</tr>
77
 
<tr>
78
 
<td><p><span class="term"><em class="parameter"><code>vip</code></em> :</span></p></td>
79
 
<td>the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideo.html#GstVideoInfo"><span class="type">GstVideoInfo</span></a>
80
 
</td>
81
 
</tr>
82
 
<tr>
83
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
84
 
<td>the newly allocated <a class="link" href="libs-GstVaapiVideoPool.html#GstVaapiVideoPool" title="GstVaapiVideoPool"><span class="type">GstVaapiVideoPool</span></a>
85
 
</td>
86
 
</tr>
87
 
</tbody>
88
 
</table></div>
 
117
<p>A pool of lazily allocated <a class="link" href="libs-gstvaapiimage.html#GstVaapiImage" title="GstVaapiImage"><span class="type">GstVaapiImage</span></a> objects.</p>
89
118
</div>
90
119
</div>
91
120
</div>
92
121
<div class="footer">
93
122
<hr>
94
 
          Generated by GTK-Doc V1.19</div>
 
123
          Generated by GTK-Doc V1.20</div>
95
124
</body>
96
125
</html>
 
 
b'\\ No newline at end of file'