Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

iwiImage_Release

Syntax

IW_DECL(IppStatus) iwiImage_Release(
    IwiImage   *pImage
);

Parameters

pImage

Pointer to the IwiImage structure.

Description

This function releases image data that is allocated with iwiImage_Alloc.

Return Values

ippStsNullPtrErr

At least one of the pointers is NULL.

ippStsNoErr

No errors.