nn::y2r::CTR::PackageParameter Structure

Syntax

struct PackageParameter
{
   util::SizedEnum1< InputFormat > inputFormat;
   util::SizedEnum1< OutputFormat > outputFormat;
   util::SizedEnum1< Rotation > rotation;
   util::SizedEnum1< BlockAlignment > blockAlignment;
   s16 inputLineWidth;
   s16 inputLines;
   util::SizedEnum1< StandardCoefficient > standardCoefficientNo;
   s16 alpha;
};

Description

Structure for batch parameter configuration.

Member Variables

inputFormat Value specified by SetInputFormat.
outputFormat Value specified by SetOutputFormat.
rotation Value specified by SetRotation.
blockAlignment Value specified by SetBlockAlignment.
inputLineWidth Value specified by SetInputLineWidth.
inputLines Value specified by SetInputLines.
standardCoefficientNo Value specified by the SetStandardCoefficientParams function.
alpha Value specified by SetAlpha.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL