1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>gstavutils: GStreamer libav 1.0 Plugins Reference Manual</title> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="index.html" title="GStreamer libav 1.0 Plugins Reference Manual"> 8<link rel="up" href="ch01.html" title="gst-libav Base and Support classes"> 9<link rel="prev" href="gst-libav-plugins-gstavprotocol.html" title="gstavprotocol"> 10<link rel="next" href="gst-libav-plugins-GstFFMpegVidDec.html" title="GstFFMpegVidDec"> 11<meta name="generator" content="GTK-Doc V1.28 (XML mode)"> 12<link rel="stylesheet" href="style.css" type="text/css"> 13</head> 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="5"><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="#gst-libav-plugins-gstavutils.description" class="shortcut">Description</a></span> 19</td> 20<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> 21<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> 22<td><a accesskey="p" href="gst-libav-plugins-gstavprotocol.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> 23<td><a accesskey="n" href="gst-libav-plugins-GstFFMpegVidDec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> 24</tr></table> 25<div class="refentry"> 26<a name="gst-libav-plugins-gstavutils"></a><div class="titlepage"></div> 27<div class="refnamediv"><table width="100%"><tr> 28<td valign="top"> 29<h2><span class="refentrytitle"><a name="gst-libav-plugins-gstavutils.top_of_page"></a>gstavutils</span></h2> 30<p>gstavutils</p> 31</td> 32<td class="gallery_image" valign="top" align="right"></td> 33</tr></table></div> 34<div class="refsect1"> 35<a name="gst-libav-plugins-gstavutils.functions"></a><h2>Functions</h2> 36<div class="informaltable"><table class="informaltable" width="100%" border="0"> 37<colgroup> 38<col width="150px" class="functions_return"> 39<col class="functions_name"> 40</colgroup> 41<tbody> 42<tr> 43<td class="function_type"> 44<span class="returnvalue">int</span> 45</td> 46<td class="function_name"> 47<a class="link" href="gst-libav-plugins-gstavutils.html#gst-ffmpeg-avpicture-get-size" title="gst_ffmpeg_avpicture_get_size ()">gst_ffmpeg_avpicture_get_size</a> <span class="c_punctuation">()</span> 48</td> 49</tr> 50<tr> 51<td class="function_type"> 52<span class="returnvalue">int</span> 53</td> 54<td class="function_name"> 55<a class="link" href="gst-libav-plugins-gstavutils.html#gst-ffmpeg-avpicture-fill" title="gst_ffmpeg_avpicture_fill ()">gst_ffmpeg_avpicture_fill</a> <span class="c_punctuation">()</span> 56</td> 57</tr> 58</tbody> 59</table></div> 60</div> 61<div class="refsect1"> 62<a name="gst-libav-plugins-gstavutils.description"></a><h2>Description</h2> 63</div> 64<div class="refsect1"> 65<a name="gst-libav-plugins-gstavutils.functions_details"></a><h2>Functions</h2> 66<div class="refsect2"> 67<a name="gst-ffmpeg-avpicture-get-size"></a><h3>gst_ffmpeg_avpicture_get_size ()</h3> 68<pre class="programlisting"><span class="returnvalue">int</span> 69gst_ffmpeg_avpicture_get_size (<em class="parameter"><code><span class="type">int</span> pix_fmt</code></em>, 70 <em class="parameter"><code><span class="type">int</span> width</code></em>, 71 <em class="parameter"><code><span class="type">int</span> height</code></em>);</pre> 72</div> 73<hr> 74<div class="refsect2"> 75<a name="gst-ffmpeg-avpicture-fill"></a><h3>gst_ffmpeg_avpicture_fill ()</h3> 76<pre class="programlisting"><span class="returnvalue">int</span> 77gst_ffmpeg_avpicture_fill (<em class="parameter"><code><span class="type">AVFrame</span> *picture</code></em>, 78 <em class="parameter"><code><span class="type">uint8_t</span> *ptr</code></em>, 79 <em class="parameter"><code><span class="type">enum AVPixelFormat</span> pix_fmt</code></em>, 80 <em class="parameter"><code><span class="type">int</span> width</code></em>, 81 <em class="parameter"><code><span class="type">int</span> height</code></em>);</pre> 82</div> 83</div> 84<div class="refsect1"> 85<a name="gst-libav-plugins-gstavutils.other_details"></a><h2>Types and Values</h2> 86</div> 87</div> 88<div class="footer"> 89<hr>Generated by GTK-Doc V1.28</div> 90</body> 91</html>