Home
last modified time | relevance | path

Searched refs:demo_video_data_read_callback (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.4.1/samples/
Ddemo_rtsp_over_rtp.c163 static UINT (*demo_video_data_read_callback)(ULONG *ntp_msw, ULONG *ntp_lsw, UCHAR **data_ptr, ULON… variable
368 if (demo_video_data_read_callback == NX_NULL) in sample_entry()
376 …if ((demo_video_data_read_callback(&ntp_msw, &ntp_lsw, &data, &data_length) == NX_SUCCESS) && (dat… in sample_entry()