

static inline u8* SSP_GetJpegDecoderMakerNoteAddr(void);
None.
Returns the start address of data for the DSi camera inside maker notes.
Gets the start address of data for the DSi camera inside the JPEG data to be used in decoding.
This function operates in the same way as calling the SSP_GetJpegDecoderMakerNoteAddrEx function with the SSP_MAKERNOTE_PHOTO tag. When you want to get the address of user-defined data, use the SSP_GetJpegDecoderMakerNoteAddrEx function with SSP_MAKERNOTE_USER.
Note that the correct data cannot be obtained if the application deletes the JPEG data after the SSP_StartJpegDecoder is called because this function returns the address in data used for decoding.
SSP_GetJpegDecoderMakerNoteAddrEx
SSP_StartJpegDecoder
2008/09/15 Initial version.
CONFIDENTIAL