void SetBuffer( void * pBufL, void * pBufR, std::size_t nSize );
Name | Description | |
---|---|---|
in | pBufL | Left buffer (cannot be NULL). |
in | pBufR | Right buffer (can be NULL). |
in | nSize | Buffer size (in bytes). |
Sets the buffer for storing the decompressed image.
This buffer's address must be 4-byte aligned. By specifying NULL to pBufR, you can get only the left image. The left image is also stored in pBufR for thumbnails.
CONFIDENTIAL