nn::jpeg::CTR::JpegMpDecoder::GetMpPanOverlapV Member Function

Syntax

#include <nn/jpeg.h>

static bool GetMpPanOverlapV(
     Rational * pBuffer,
     const MpAttribute * pAttr
);

Arguments

Name Description
out pBuffer Specifies the buffer that stores the vertical overlap.
in pAttr Specifies the MP Attribute IFD. To get this ahead of time, use the GetMpAttribute function.

Return Values

Returns true on success. Returns false on failure.

Description

Gets the vertical overlap, which is included in the MP Attribute IFD.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL