Go to the source code of this file.
◆ CHECK_CUDA
#define CHECK_CUDA |
( |
|
err, |
|
|
|
err_str |
|
) |
| |
Value: do { \
if ((err) != cudaSuccess) { \
GST_WARNING (err_str ", cuda err: %s", cudaGetErrorName (err)); \
return FALSE; \
} \
} while (0)
Definition at line 21 of file gstnvdsudpcommon.h.
◆ DEFAULT_PTP_SRC
#define DEFAULT_PTP_SRC NULL |
◆ INVALID_STREAM_ID
#define INVALID_STREAM_ID ((rmax_stream_id)-1L) |
◆ LEAP_SECONDS
#define LEAP_SECONDS (37) |
◆ MAX_ST2022_7_STREAMS
#define MAX_ST2022_7_STREAMS 2 |
◆ round_up
#define round_up |
( |
|
num, |
|
|
|
round |
|
) |
| ((((num) + (round) - 1) / (round)) * (round)) |
◆ GstRTPTimestampMeta
◆ MemoryType
◆ StreamType
◆ VideoType
◆ MemoryType
Enumerator |
---|
MEM_TYPE_HOST | |
MEM_TYPE_DEVICE | |
MEM_TYPE_SYSTEM | |
MEM_TYPE_UNKNOWN | |
Definition at line 48 of file gstnvdsudpcommon.h.
◆ StreamType
Enumerator |
---|
VIDEO_2110_20_STREAM | |
VIDEO_2110_22_STREAM | |
AUDIO_2110_30_31_STREAM | |
ANCILLARY_2110_40_STREAM | |
APPLICATION_CUSTOM_STREAM | |
Definition at line 35 of file gstnvdsudpcommon.h.
◆ VideoType
◆ cudaFreeMmap()
gboolean cudaFreeMmap |
( |
uint64_t * |
ptr, |
|
|
size_t |
size |
|
) |
| |
◆ gpu_aligned_size()
size_t gpu_aligned_size |
( |
int |
gpuId, |
|
|
size_t |
allocSize |
|
) |
| |
◆ gpu_allocate_memory()
void* gpu_allocate_memory |
( |
int |
gpuId, |
|
|
size_t |
size, |
|
|
size_t |
align |
|
) |
| |
◆ gst_buffer_add_rtp_timestamp_meta()
◆ gst_buffer_get_rtp_timestamp_meta()
◆ gst_rtp_timestamp_meta_api_get_type()
GType gst_rtp_timestamp_meta_api_get_type |
( |
void |
| ) |
|
◆ gst_rtp_timestamp_meta_get_info()
const GstMetaInfo* gst_rtp_timestamp_meta_get_info |
( |
void |
| ) |
|
◆ gst_udp_parse_uri()
gboolean gst_udp_parse_uri |
( |
const gchar * |
uristr, |
|
|
gchar ** |
host, |
|
|
guint16 * |
port |
|
) |
| |
◆ gst_udp_resolve_name()
GInetAddress* gst_udp_resolve_name |
( |
gpointer |
obj, |
|
|
const gchar * |
address |
|
) |
| |