1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7<title>InputFormat</title>
8  </head>
9  <body>
10<h1><CODE>nn::y2r::CTR::InputFormat</CODE> Enumerated Type</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum InputFormat;
15</pre>
16    </div>
17<h2>Values</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22<th>Value</th>
23<td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27<th><CODE>INPUT_YUV422_INDIV_8</CODE></th>
28<td>YUV 4:2:2 individual input mode (8-bit format)</td>
29        </tr>
30        <tr>
31<th><CODE>INPUT_YUV420_INDIV_8</CODE></th>
32<td>YUV 4:2:0 individual input mode (8-bit format)</td>
33        </tr>
34        <tr>
35<th><CODE>INPUT_YUV422_INDIV_16</CODE></th>
36<td>YUV 4:2:2 individual input mode (16-bit padding format)</td>
37        </tr>
38        <tr>
39<th><CODE>INPUT_YUV420_INDIV_16</CODE></th>
40<td>YUV 4:2:0 individual input mode (16-bit padding format)</td>
41        </tr>
42        <tr>
43<th><CODE>INPUT_YUV422_BATCH</CODE></th>
44<td>YUV 4:2:2 batch mode</td>
45        </tr>
46      </table> </div>
47<h2>Description</h2>
48    <div class="section">
49<p>Enumerated type that indicates the input mode.</p><P>
50	            The input data formats are as follows.
51			</P><P><B>YUV 4:2:2 / YUV 4:2:0 individual input mode (8-bit format)</B><table><tr><td>Bits 31-24</td><td>Bits 23-16</td><td>Bits 15-8</td><td>Bits 7-0</td></tr><tr><td>Y (n+3)</td><td>Y (n+2)</td><td>Y (n+1)</td><td>Y (n)</td></tr><tr><td>U (n+3)</td><td>U (n+2)</td><td>U (n+1)</td><td>U (n)</td></tr><tr><td>V (n+3)</td><td>V (n+2)</td><td>V (n+1)</td><td>V (n)</td></tr></table></P><P><B>YUV 4:2:2 / YUV 4:2:0 individual input mode (16-bit padding format)</B><table><tr><td>Bits 31-24</td><td>Bits 23-16</td><td>Bits 15-8</td><td>Bits 7-0</td></tr><tr><td>padding</td><td>Y (n+1)</td><td>padding</td><td>Y (n)</td></tr><tr><td>padding</td><td>U (n+1)</td><td>padding</td><td>U (n)</td></tr><tr><td>padding</td><td>V (n+1)</td><td>padding</td><td>V (n)</td></tr></table></P><P><B>YUV 4:2:2 batch mode</B><table><tr><td>Bits 31-24</td><td>Bits 23-16</td><td>Bits 15-8</td><td>Bits 7-0</td></tr><tr><td>V (n)</td><td>Y (n+1)</td><td>U (n)</td><td>Y (n)</td></tr></table></P></div>
52<h2>Revision History</h2>
53    <div class="section">
54      <dl class="history">
55        <dt>2010/03/11</dt>
56<dd>Revised mistaken text.<br />
57        </dd>
58        <dt>2010/01/07</dt>
59<dd>Initial version.<br />
60        </dd>
61      </dl>
62    </div>
63  <hr><p>CONFIDENTIAL</p></body>
64</html>