nn::jpeg::CTR::JpegMpDecoder::GetMpImageOffset Member Function#include <nn/jpeg.h>
static size_t GetMpImageOffset(
const MpEntry * pEntry
);
| Name | Description | |
|---|---|---|
| in | pEntry | Specifies an MP entry. To get this ahead of time, use the GetMpEntry function. |
Gets the byte offset from the starting image to the individual image data. This offset is included in the MP entry.
The application must confirm whether the region indicated by this obtained byte offset and the byte size obtained from the GetMpImageSize function is a valid region.
CONFIDENTIAL