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    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50<title>nn::jpeg::CTR</title>
51  </head>
52  <body>
53<h1><CODE>nn::jpeg::CTR</CODE> Namespace</h1>
54<h2>Description</h2>
55    <div class="section">
56<p>The <a href="../../../nn/jpeg/CTR/Overview.html">CTR</a> JPEG namespace. <br />(This namespace can also be written without the &quot;<CODE>::CTR</CODE>&quot; portion.)</p><!-- write here --></div>
57    <a name="class" id="class">
58<h2>Classes</h2>
59      <div class="section">
60        <table class="members">
61          <tr>
62            <th>
63<a href="../../../nn/jpeg/CTR/JpegMpDecoder/Overview.html"><CODE>nn::jpeg::CTR::JpegMpDecoder</CODE></a>
64            </th>
65<td>This class performs JPEG decoding.</td>
66          </tr>
67          <tr>
68            <th>
69<a href="../../../nn/jpeg/CTR/JpegMpEncoder/Overview.html"><CODE>nn::jpeg::CTR::JpegMpEncoder</CODE></a>
70            </th>
71<td>This class performs JPEG encoding.</td>
72          </tr>
73        </table>
74      </div>
75    </a> <a name="struct" id="struct">
76<h2>Structures</h2>
77      <div class="section">
78        <table class="members">
79          <tr>
80            <th>
81<a href="../../../nn/jpeg/CTR/MpIndex/Overview.html"><CODE>nn::jpeg::CTR::MpIndex</CODE></a>
82            </th>
83<td>Structure holding the MP Index IFD in a format easily processed by the library. The MP Index IFD is included in the data stored in MP format.</td>
84          </tr>
85          <tr>
86            <th>
87<a href="../../../nn/jpeg/CTR/MpEntry/Overview.html"><CODE>nn::jpeg::CTR::MpEntry</CODE></a>
88            </th>
89<td>Structure holding an MP entry in a format easily processed by the library. MP entries are included in the data stored in MP format.</td>
90          </tr>
91          <tr>
92            <th>
93<a href="../../../nn/jpeg/CTR/Rational/Overview.html"><CODE>nn::jpeg::CTR::Rational</CODE></a>
94            </th>
95<td><CODE>RATIONAL</CODE> (unsigned rational number) data type, used for members of the MP Attribute IFD and GPS IFD.</td>
96          </tr>
97          <tr>
98            <th>
99<a href="../../../nn/jpeg/CTR/Srational/Overview.html"><CODE>nn::jpeg::CTR::Srational</CODE></a>
100            </th>
101<td><CODE>SRATIONAL</CODE> (signed rational number) data type, used for members of the MP Attribute IFD and GPS IFD.</td>
102          </tr>
103          <tr>
104            <th>
105<a href="../../../nn/jpeg/CTR/MpAttribute/Overview.html"><CODE>nn::jpeg::CTR::MpAttribute</CODE></a>
106            </th>
107<td>Structure holding the MP Attribute IFD in a format easily processed by the library. The MP Attribute IFD is included in the data stored in MP format.</td>
108          </tr>
109          <tr>
110            <th>
111<a href="../../../nn/jpeg/CTR/MpRegionsToBuildJpegData/Overview.html"><CODE>nn::jpeg::CTR::MpRegionsToBuildJpegData</CODE></a>
112            </th>
113<td>Structure holding the region information (pointer and byte count) for rebuilding JPEG data.</td>
114          </tr>
115        </table>
116      </div>
117    </a> <a name="enum" id="enum">
118<h2>Enumerated Types</h2>
119      <div class="section">
120        <table class="members">
121          <tr>
122            <td width="100"> </td>
123            <th>
124<a href="../../../nn/jpeg/CTR/PixelSampling.html"><CODE>PixelSampling</CODE></a>
125            </th>
126<td>Enumerated type indicating the output format when encoding.</td>
127          </tr>
128          <tr>
129            <td width="100"> </td>
130            <th>
131<a href="../../../nn/jpeg/CTR/PixelFormat.html"><CODE>PixelFormat</CODE></a>
132            </th>
133<td>Enumerated type indicating the pixel format.</td>
134          </tr>
135          <tr>
136            <td width="100"> </td>
137            <th>
138<a href="../../../nn/jpeg/CTR/MpTypeFlag.html"><CODE>MpTypeFlag</CODE></a>
139            </th>
140<td>Flag(s) included in the MP type information.</td>
141          </tr>
142          <tr>
143            <td width="100"> </td>
144            <th>
145<a href="../../../nn/jpeg/CTR/MpTypeDataFormat.html"><CODE>MpTypeDataFormat</CODE></a>
146            </th>
147<td>Data format included in the MP type information.</td>
148          </tr>
149          <tr>
150            <td width="100"> </td>
151            <th>
152<a href="../../../nn/jpeg/CTR/MpTypeCode.html"><CODE>MpTypeCode</CODE></a>
153            </th>
154<td>Type code included in the MP type information.</td>
155          </tr> </table>
156      </div>
157    </a> <a name="constant" id="constant">
158<h2>Constants</h2>
159      <div class="section">
160        <table class="members">
161          <tr>
162            <td width="100"> </td>
163            <th>
164<span class="argument"><a href="./DEFAULT_THUMBNAIL_WIDTH.html"><CODE>DEFAULT_THUMBNAIL_WIDTH</CODE></a></span>
165            </th>
166<td>Default thumbnail image width, in pixels.</td>
167          </tr>
168          <tr>
169            <td width="100"> </td>
170            <th>
171<span class="argument"><a href="./DEFAULT_THUMBNAIL_HEIGHT.html"><CODE>DEFAULT_THUMBNAIL_HEIGHT</CODE></a></span>
172            </th>
173<td>Default thumbnail image height, in pixels.</td>
174          </tr>
175          <tr>
176            <td width="100"> </td>
177            <th>
178<span class="argument"><a href="./DATE_TIME_SIZE.html"><CODE>DATE_TIME_SIZE</CODE></a></span>
179            </th>
180<td>Number of bytes in the buffer that stores date and time information. This constant is a string with the format &quot;<CODE>YYYY:MM:DD HH:MM:DD</CODE>&quot; terminated with <CODE>0x00</CODE>, for a total of 20 characters.</td>
181          </tr>
182          <tr>
183            <td width="100"> </td>
184            <th>
185<span class="argument"><a href="./IMAGE_UID_SIZE.html"><CODE>IMAGE_UID_SIZE</CODE></a></span>
186            </th>
187<td>The size in bytes of a JPEG unique image ID. This is the number of bytes in one element of the MP format's individual unique image ID list.</td>
188          </tr>
189          <tr>
190            <td width="100"> </td>
191            <th>
192<span class="argument"><a href="./MP_ENTRY_SIZE.html"><CODE>MP_ENTRY_SIZE</CODE></a></span>
193            </th>
194<td>The number of bytes in one element of an MP-format MP entry. This is not the number of bytes in the <CODE><a href="../../../nn/jpeg/CTR/MpEntry/Overview.html">MpEntry</a></CODE> structure.</td>
195          </tr>
196          <tr>
197            <td width="100"> </td>
198            <th>
199<span class="argument"><a href="./MIN_DECODER_SHRINK_LEVEL.html"><CODE>MIN_DECODER_SHRINK_LEVEL</CODE></a></span>
200            </th>
201<td>Minimum value that can be specified for the shrink level when shrink decoding.</td>
202          </tr>
203          <tr>
204            <td width="100"> </td>
205            <th>
206<span class="argument"><a href="./MAX_DECODER_SHRINK_LEVEL.html"><CODE>MAX_DECODER_SHRINK_LEVEL</CODE></a></span>
207            </th>
208<td>Maximum value that can be specified for the shrink level when shrink decoding.</td>
209          </tr>
210          <tr>
211            <td width="100"> </td>
212            <th>
213<span class="argument"><a href="./TWL_PHOTO_MAKER_NOTE_SIZE.html"><CODE>TWL_PHOTO_MAKER_NOTE_SIZE</CODE></a></span>
214            </th>
215<td>The number of bytes in a MakerNote for the Nintendo DSi Camera application.</td>
216          </tr>
217          <tr>
218            <td width="100"> </td>
219            <th>
220<span class="argument"><a href="./MAX_DECODER_OUTPUT_BUFFER_WIDTH.html"><CODE>MAX_DECODER_OUTPUT_BUFFER_WIDTH</CODE></a></span>
221            </th>
222<td>Maximum value (number of pixels) that can be specified for the output image buffer width when decoding.</td>
223          </tr>
224          <tr>
225            <td width="100"> </td>
226            <th>
227<span class="argument"><a href="./MAX_ENCODER_INPUT_BUFFER_WIDTH.html"><CODE>MAX_ENCODER_INPUT_BUFFER_WIDTH</CODE></a></span>
228            </th>
229<td>Maximum value (number of pixels) that can be specified for the input image buffer width when encoding.</td>
230          </tr>
231          <tr>
232            <td width="100"> </td>
233            <th>
234<span class="argument"><a href="./DEFAULT_THUMBNAIL_PIXEL_SAMPLING.html"><CODE>DEFAULT_THUMBNAIL_PIXEL_SAMPLING</CODE></a></span>
235            </th>
236<td>Default thumbnail output format.</td>
237          </tr> </table>
238      </div>
239    </a>
240<h2>Revision History</h2>
241    <div class="section">
242      <dl class="history">
243        <dt>2010/04/14</dt>
244<dd>Initial version.<br />
245        </dd>
246      </dl>
247    </div>
248  <hr><p>CONFIDENTIAL</p></body>
249</html>