1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<title>SSP_GetJpegDecoderMakerNoteAddr</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9<body> 10 11<h1>SSP_GetJpegDecoderMakerNoteAddr <img src="../../image/NTR.gif" align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13 14<pre><code> 15static inline u8* SSP_GetJpegDecoderMakerNoteAddr(void); 16</code></pre> 17 18<h2>Arguments</h2> 19<p>None.</p> 20 21 22<h2>Return Values</h2> 23<p>Returns the start address of data for the DSi camera inside maker notes.</p> 24 25<h2>Description</h2> 26<p>Gets the start address of data for the DSi camera inside the JPEG data to be used in decoding.<BR>This function operates in the same way as calling the <a href="SSP_GetJpegDecoderMakerNoteAddrEx.html"><CODE>SSP_GetJpegDecoderMakerNoteAddrEx</CODE></a> function with the <CODE>SSP_MAKERNOTE_PHOTO</CODE> tag. When you want to get the address of user-defined data, use the <a href="SSP_GetJpegDecoderMakerNoteAddrEx.html"><CODE>SSP_GetJpegDecoderMakerNoteAddrEx</CODE></a> function with <CODE>SSP_MAKERNOTE_USER</CODE>. <BR>Note that the correct data cannot be obtained if the application deletes the JPEG data after the <a href="SSP_StartJpegDecoder.html"><CODE>SSP_StartJpegDecoder</CODE></a> is called because this function returns the address in data used for decoding. 27</p> 28 29<h2>See Also</h2> 30<p><a href="SSP_GetJpegDecoderMakerNoteAddrEx.html"><CODE>SSP_GetJpegDecoderMakerNoteAddrEx</CODE></a><BR> <a href="SSP_StartJpegDecoder.html"><CODE>SSP_StartJpegDecoder</CODE></a></p> 31 32<h2>Revision History</h2> 33<p> 342008/09/15 Initial version. 35</p> 36<hr><p>CONFIDENTIAL</p></body> 37</html> 38