nn::y2r::CTR::SetSendingYuv Function

Syntax

void SetSendingYuv(
     const void * pSrc,
     size_t imageSize,
     s16 transferUnit,
     s16 transferStride = 0
);

Arguments

Name Description
in pSrc Specifies the image data to transfer.
in imageSize Specifies the total size of the data to transfer. This must be an integer multiple of transferUnit.
in transferUnit Specifies the size of a single transfer (1 lines).
in transferStride Specifies an offset value (separate from transferUnit) to add to the transfer source address for each individual transfer.

Return Values

None.

Description

Configures writing of YUV data. The actual transfer operation takes place after StartConversion is called.

You must use this function to configure the transfer before you start converting data with the StartConversion function.

Revision History

2010/09/24
Explained when transfer settings must be made.
2010/02/02
Initial version.

CONFIDENTIAL