|
MythTV
0.26-pre
|
Public Attributes | |
| pthread_mutex_t | lock |
| struct hdhomerun_debug_t * | dbg |
| hdhomerun_sock_t | sock |
| uint32_t | multicast_ip |
| volatile size_t | head |
| volatile size_t | tail |
| uint8_t * | buffer |
| size_t | buffer_size |
| size_t | advance |
| pthread_t | thread |
| volatile bool_t | terminate |
| volatile uint32_t | packet_count |
| volatile uint32_t | transport_error_count |
| volatile uint32_t | network_error_count |
| volatile uint32_t | sequence_error_count |
| volatile uint32_t | overflow_error_count |
| volatile uint32_t | rtp_sequence |
| volatile uint8_t | sequence [0x2000] |
Definition at line 35 of file hdhomerun_video.c.
Definition at line 36 of file hdhomerun_video.c.
Referenced by hdhomerun_device_get_oob_status(), hdhomerun_device_get_tuner_status(), hdhomerun_video_create(), hdhomerun_video_flush(), hdhomerun_video_get_stats(), hdhomerun_video_recv(), and hdhomerun_video_thread_execute().
Definition at line 37 of file hdhomerun_video.c.
Referenced by hdhomerun_video_create(), hdhomerun_video_debug_print_stats(), hdhomerun_video_get_local_port(), hdhomerun_video_join_multicast_group(), and hdhomerun_video_leave_multicast_group().
Definition at line 39 of file hdhomerun_video.c.
Referenced by hdhomerun_video_create(), hdhomerun_video_destroy(), hdhomerun_video_get_local_port(), hdhomerun_video_get_sock(), hdhomerun_video_join_multicast_group(), hdhomerun_video_leave_multicast_group(), and hdhomerun_video_thread_execute().
Definition at line 40 of file hdhomerun_video.c.
Referenced by hdhomerun_video_join_multicast_group(), and hdhomerun_video_leave_multicast_group().
| volatile size_t hdhomerun_video_sock_t::head |
Definition at line 42 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_recv(), and hdhomerun_video_thread_execute().
| volatile size_t hdhomerun_video_sock_t::tail |
Definition at line 43 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_recv(), and hdhomerun_video_thread_execute().
Definition at line 44 of file hdhomerun_video.c.
Referenced by hdhomerun_video_create(), hdhomerun_video_destroy(), hdhomerun_video_recv(), and hdhomerun_video_thread_execute().
Definition at line 45 of file hdhomerun_video.c.
Referenced by hdhomerun_video_create(), hdhomerun_video_recv(), and hdhomerun_video_thread_execute().
Definition at line 46 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), and hdhomerun_video_recv().
Definition at line 48 of file hdhomerun_video.c.
Referenced by hdhomerun_video_create(), and hdhomerun_video_destroy().
| volatile bool_t hdhomerun_video_sock_t::terminate |
Definition at line 49 of file hdhomerun_video.c.
Referenced by hdhomerun_video_destroy(), and hdhomerun_video_thread_execute().
Definition at line 51 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_get_stats(), and hdhomerun_video_thread_execute().
Definition at line 52 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_get_stats(), and hdhomerun_video_stats_ts_pkt().
Definition at line 53 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_get_stats(), and hdhomerun_video_parse_rtp().
Definition at line 54 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_get_stats(), and hdhomerun_video_stats_ts_pkt().
Definition at line 55 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_get_stats(), and hdhomerun_video_thread_execute().
Definition at line 57 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), and hdhomerun_video_parse_rtp().
| volatile uint8_t hdhomerun_video_sock_t::sequence[0x2000] |
Definition at line 58 of file hdhomerun_video.c.
Referenced by hdhomerun_video_flush(), hdhomerun_video_parse_rtp(), and hdhomerun_video_stats_ts_pkt().
1.7.6.1