void SetRaw( const void * pDataL, const void * pDataR, int nWidth, int nHeight, nn::jpeg::CTR::PixelFormat eFormat );
Name | Description | |
---|---|---|
in | pDataL | Left-side image data. |
in | pDataR | Right-side image data. |
in | nWidth | Width of the image (in pixels). |
in | nHeight | Height of the image (in pixels). |
in | eFormat | The pixel format of the image. |
Sets the image to save.
CONFIDENTIAL