nn::jpeg::CTR::JpegMpDecoder::GetWorkBufferSize Member Function

Syntax

#include <nn/jpeg.h>

static size_t GetWorkBufferSize();

Arguments

None.

Return Values

Returns the size of the buffer in bytes.

Description

Calculates the number of bytes in the work buffer for the decoder object.

The application must handle the allocation and deallocation of the buffer.

Revision History

2010/04/14
Initial version.

CONFIDENTIAL