Intel IPP Integration Wrappers Developer Guide and Reference

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

iwiResize_GetSrcRoi

Syntax

IW_DECL(IppStatus) iwiResize_GetSrcRoi(
    const IwiResizeSpec *pSpec,        
    IwiRoi               dstRoi,      
    IwiRoi              *pSrcRoi       
);

Parameters

pSpec

Pointer to the Resize internal specification structure.

dstRoi

Destination image ROI.

pSrcRoi

Pointer to the source image ROI.

Description

This function calculates the source ROI based on the destination ROI value.

Return Values

ippStsNoErr

No errors.

ippStsNullPtrErr

At least one of the pointers is NULL.