Description: This file declares the core dewarping function calls.
Definition in file sources/gst-plugins/gst-nvdewarper/nvdewarper.h.
Go to the source code of this file.
◆ BAIL_IF_FALSE
| #define BAIL_IF_FALSE |
( |
|
x, |
|
|
|
err, |
|
|
|
code |
|
) |
| do { if (!(x)) { err = code; goto bail; } } while(0) |
◆ cuda_ck
| #define cuda_ck |
( |
|
call | ) |
CUDA_CHECK_(call, __LINE__, __FILE__) |
◆ CUDA_CHECK_()
| bool CUDA_CHECK_ |
( |
gint |
e, |
|
|
gint |
iLine, |
|
|
const gchar * |
szFile |
|
) |
| |
|
inline |
◆ gst_nvdewarper_do_dewarp()
Function definition of dewarping call for each surface.
- Parameters
-
| [in] | nvdewarper | Width of the network input, in pixels. |
| [in] | in_surface | Height of the network input, in pixels. |
| [in] | out_surface | Color format of the buffers in the pool. |
- Returns
- Cuda Error. "cudaSuccess" in case of Success.
◆ gst_nvdewarper_version()
| uint32_t gst_nvdewarper_version |
( |
| ) |
|
Function to get core Dewarper library version.
- Returns
- The version number.