Data Fields | |
IGraphBuilder * | graph |
char * | device_name [2] |
IBaseFilter * | device_filter [2] |
IPin * | device_pin [2] |
libAVFilter * | capture_filter [2] |
libAVPin * | capture_pin [2] |
HANDLE | mutex |
HANDLE | event |
AVPacketList * | pktl |
unsigned int | curbufsize |
unsigned int | video_frame_num |
IMediaControl * | control |
TimeFilter * | timefilter |
Definition at line 27 of file dshow.c.
Definition at line 34 of file dshow.c.
Referenced by dshow_add_device(), dshow_open_device(), and dshow_read_close().
Definition at line 35 of file dshow.c.
Referenced by dshow_add_device(), dshow_open_device(), and dshow_read_close().
IMediaControl* dshow_ctx::control |
unsigned int dshow_ctx::curbufsize |
Definition at line 41 of file dshow.c.
Referenced by callback(), dshow_read_packet(), and shall_we_drop().
IBaseFilter* dshow_ctx::device_filter[2] |
char* dshow_ctx::device_name[2] |
Definition at line 30 of file dshow.c.
Referenced by dshow_open_device(), dshow_read_close(), dshow_read_header(), and parse_device_name().
IPin* dshow_ctx::device_pin[2] |
HANDLE dshow_ctx::event |
Definition at line 38 of file dshow.c.
Referenced by callback(), dshow_read_close(), dshow_read_header(), and dshow_read_packet().
IGraphBuilder* dshow_ctx::graph |
Definition at line 28 of file dshow.c.
Referenced by dshow_open_device(), dshow_read_close(), and dshow_read_header().
HANDLE dshow_ctx::mutex |
Definition at line 37 of file dshow.c.
Referenced by callback(), dshow_read_close(), dshow_read_header(), and dshow_read_packet().
Definition at line 39 of file dshow.c.
Referenced by callback(), dshow_read_close(), and dshow_read_packet().
unsigned int dshow_ctx::video_frame_num |