Searched refs:g_rtsp_ctrl (Results 1 – 1 of 1) sorted by relevance
110 py_venc_init(width, height, g_rtsp_ctrl.fps, g_rtsp_ctrl.media_type); in rtsp_video_thread()239 if (g_rtsp_ctrl.attr != NULL) in rtsp_create_monitor_thread()285 g_rtsp_ctrl.attr = attr; in rtsp_create_monitor_thread()369 if (g_rtsp_ctrl.url) { in py_rtsp_open()376 g_rtsp_ctrl.fps = fps; in py_rtsp_open()393 free(g_rtsp_ctrl.attr); in py_rtsp_stop()394 g_rtsp_ctrl.attr = NULL; in py_rtsp_stop()406 if (g_rtsp_ctrl.url) { in py_rtsp_close()407 free(g_rtsp_ctrl.url); in py_rtsp_close()408 g_rtsp_ctrl.url = NULL; in py_rtsp_close()[all …]
Completed in 3 milliseconds