nn::jpeg::CTR::JpegMpDecoder::GetGpsDifferential Member Function

Syntax

#include <nn/jpeg.h>

static bool GetGpsDifferential(
     u16 * pBuffer,
     const GpsData * pGps
);

Arguments

Name Description
out pBuffer Specifies a buffer storing the GPS differential.
in pGps Specifies the GPS IFD. Call the GetLastGpsData function to obtain this.

Return Values

Returns true on success. Returns false on failure.

Description

Gets the GPS differential included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL