Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts an array of 16-bit floating-point numbers into an array of 32-bit floating-point numbers.
Syntax
HRESULT MFConvertFromFP16Array(
[in] float *pDest,
[in] const WORD *pSrc,
[in] DWORD dwCount
);
Parameters
[in] pDest
Pointer to an array of float values. The array must contain at least dwCount elements.
[in] pSrc
Pointer to an array of 16-bit floating-point values, typed as WORD values. The array must contain at least dwCount elements.
[in] dwCount
Number of elements in the pSrc array to convert.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The function converts dwCount values in the pSrc array and writes them into the pDest array.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | mfapi.h |
Library | Evr.lib |
DLL | Mfplat.dll |