Skip to content

Latest commit

 

History

History
109 lines (77 loc) · 2.8 KB

ns-wiamindr_lh-_wias_down_sample_info.md

File metadata and controls

109 lines (77 loc) · 2.8 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:wiamindr_lh._WIAS_DOWN_SAMPLE_INFO
_WIAS_DOWN_SAMPLE_INFO (wiamindr_lh.h)
The WIAS_DOWN_SAMPLE_INFO structure stores information used by the downsampling helper function, wiasDownSampleBuffer.
image\wias_down_sample_info.htm
image
05/03/2018
WIAS_DOWN_SAMPLE_INFO structure
*PWIAS_DOWN_SAMPLE_INFO, PWIAS_DOWN_SAMPLE_INFO, PWIAS_DOWN_SAMPLE_INFO structure pointer [Imaging Devices], WIAS_DOWN_SAMPLE_INFO, WIAS_DOWN_SAMPLE_INFO structure [Imaging Devices], _WIAS_DOWN_SAMPLE_INFO, image.wias_down_sample_info, wiamindr_lh/PWIAS_DOWN_SAMPLE_INFO, wiamindr_lh/WIAS_DOWN_SAMPLE_INFO, wiastrct_f7468047-47a4-4c3a-ada4-3bf329b32304.xml
wiamindr_lh.h
Wiamindr.h
Windows
Windows
WIAS_DOWN_SAMPLE_INFO, *PWIAS_DOWN_SAMPLE_INFO
_WIAS_DOWN_SAMPLE_INFO
wiamindr_lh/_WIAS_DOWN_SAMPLE_INFO
PWIAS_DOWN_SAMPLE_INFO
wiamindr_lh/PWIAS_DOWN_SAMPLE_INFO
WIAS_DOWN_SAMPLE_INFO
wiamindr_lh/WIAS_DOWN_SAMPLE_INFO
APIRef
kbSyntax
HeaderDef
wiamindr_lh.h
_WIAS_DOWN_SAMPLE_INFO
PWIAS_DOWN_SAMPLE_INFO
WIAS_DOWN_SAMPLE_INFO

_WIAS_DOWN_SAMPLE_INFO structure

-description

The WIAS_DOWN_SAMPLE_INFO structure stores information used by the downsampling helper function, wiasDownSampleBuffer.

-struct-fields

-field ulOriginalWidth

Specifies the width, in pixels, of the input data.

-field ulOriginalHeight

Specifies the height, in pixels, of the input data.

-field ulBitsPerPixel

Specifies the number of bits per pixel of the input data.

-field ulXRes

Specifies the horizontal resolution of the input data.

-field ulYRes

Specifies the vertical resolution of the input data.

-field ulDownSampledWidth

Specifies the width, in pixels, of the output data.

-field ulDownSampledHeight

Specifies the width, in pixels, of the output data.

-field ulActualSize

Specifies the number of bytes placed in the destination buffer.

-field ulDestBufSize

Specifies the size, in bytes, of the destination buffer.

-field ulSrcBufSize

Specifies the size, in bytes, of the source buffer.

-field pSrcBuffer

Points to the source buffer.

-field pDestBuffer

Points to the destination buffer.

-see-also

wiasDownSampleBuffer