Definition at line 58 of file iec61883.c.
Definition at line 59 of file iec61883.c.
handle for libraw1394
Definition at line 60 of file iec61883.c.
Referenced by iec61883_close(), iec61883_read_header(), and iec61883_receive_task().
handle for libiec61883 when used with DV
Definition at line 61 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
handle for libiec61883 when used with HDV
Definition at line 62 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
generic DV muxing/demuxing context
Definition at line 64 of file iec61883.c.
Referenced by iec61883_parse_queue_dv(), and iec61883_read_header().
generic HDV muxing/demuxing context
Definition at line 65 of file iec61883.c.
Referenced by iec61883_close(), iec61883_parse_queue_hdv(), and iec61883_read_header().
first element of packet queue
Definition at line 67 of file iec61883.c.
Referenced by iec61883_callback(), iec61883_close(), iec61883_parse_queue_dv(), and iec61883_parse_queue_hdv().
last element of packet queue
Definition at line 68 of file iec61883.c.
Referenced by iec61883_callback().
to select one of multiple DV devices
Definition at line 70 of file iec61883.c.
Referenced by iec61883_read_header().
Number of packets queued.
Definition at line 72 of file iec61883.c.
Referenced by iec61883_callback(), iec61883_parse_queue_dv(), and iec61883_parse_queue_hdv().
Max. number of packets in queue.
Definition at line 73 of file iec61883.c.
Referenced by iec61883_callback(), and iec61883_read_header().
returned by libiec61883
Definition at line 75 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
returned by libiec61883
Definition at line 76 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
returned by libiec61883
Definition at line 77 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
Stream type, to distinguish DV/HDV.
Definition at line 78 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
returned by libiec61883
Definition at line 79 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
returned by libiec61883
Definition at line 80 of file iec61883.c.
Referenced by iec61883_close(), and iec61883_read_header().
Condition for thread while-loop.
Definition at line 81 of file iec61883.c.
Referenced by iec61883_close(), iec61883_read_header(), and iec61883_receive_task().
True as soon data from device available.
Definition at line 82 of file iec61883.c.
Referenced by iec61883_receive_task().
Set in receive task in case of error.
Definition at line 83 of file iec61883.c.
Referenced by iec61883_read_packet(), and iec61883_receive_task().
True as soon as no more data available.
Definition at line 84 of file iec61883.c.
Referenced by iec61883_read_packet(), and iec61883_receive_task().
to poll for new data from libraw1394
Definition at line 86 of file iec61883.c.
Referenced by iec61883_read_header(), and iec61883_receive_task().
Parse function for DV/HDV differs, so this is set before packets arrive.
Definition at line 89 of file iec61883.c.
Referenced by iec61883_read_header(), and iec61883_read_packet().