|
ReactOS 0.4.17-dev-934-g091855f
|
#include "dshow.h"#include "mmreg.h"#include "ks.h"#include "ksmedia.h"#include "wine/strmbase.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | tagMPEG1VIDEOINFO_12 |
| struct | testqc |
| struct | testfilter |
Macros | |
| #define | COBJMACROS |
| #define | check_interface(a, b, c) check_interface_(__LINE__, a, b, c) |
Typedefs | |
| typedef struct tagMPEG1VIDEOINFO_12 | MPEG1VIDEOINFO_12 |
Variables | |
| static const MPEG1VIDEOINFO_12 | mpg_format |
| static const AM_MEDIA_TYPE | mpeg_mt |
| static const VIDEOINFOHEADER | yuy2_format |
| static const AM_MEDIA_TYPE | yuy2_mt |
| struct { | |
| const GUID * subtype | |
| int bits_per_pixel | |
| DWORD compression | |
| BOOL works_native | |
| BOOL works_wine | |
| } | video_types [] |
| static const GUID | test_iid = {0x33333333} |
| static LONG | outer_ref = 1 |
| static const IUnknownVtbl | outer_vtbl |
| static IUnknown | test_outer = {&outer_vtbl} |
| static const IQualityControlVtbl | testqc_vtbl |
| static const IUnknownVtbl | testqc_inner_vtbl |
| static const struct strmbase_filter_ops | testfilter_ops |
| static const struct strmbase_source_ops | testsource_ops |
| static const struct strmbase_sink_ops | testsink_ops |
Definition at line 163 of file mpegvideo.c.
| #define COBJMACROS |
Definition at line 22 of file mpegvideo.c.
|
static |
Definition at line 164 of file mpegvideo.c.
|
inlinestatic |
Definition at line 112 of file mpegvideo.c.
Referenced by test_connect_pin().
|
static |
Definition at line 103 of file mpegvideo.c.
Referenced by test_connect_pin(), test_enum_media_types(), test_enum_pins(), test_find_pin(), test_interfaces(), test_media_types(), test_pin_info(), and test_unconnected_filter_state().
Definition at line 156 of file mpegvideo.c.
Referenced by test_aggregation(), test_enum_pins(), and test_pin_info().
|
static |
Definition at line 732 of file mpegvideo.c.
Referenced by testqc_AddRef(), testqc_Notify(), testqc_QueryInterface(), and testqc_Release().
Definition at line 780 of file mpegvideo.c.
Referenced by testqc_inner_AddRef(), testqc_inner_QueryInterface(), and testqc_inner_Release().
|
inlinestatic |
Definition at line 839 of file mpegvideo.c.
Referenced by testfilter_destroy(), testfilter_get_pin(), testsink_begin_flush(), testsink_connect(), testsink_end_flush(), testsink_eos(), testsink_get_media_type(), testsink_new_segment(), testsink_query_interface(), and testsink_Receive().
|
static |
Definition at line 141 of file mpegvideo.c.
Referenced by test_connect_pin(), and test_source_allocator().
Definition at line 244 of file mpegvideo.c.
Definition at line 231 of file mpegvideo.c.
Definition at line 249 of file mpegvideo.c.
| START_TEST | ( | mpegvideo | ) |
Definition at line 1746 of file mpegvideo.c.
Definition at line 263 of file mpegvideo.c.
Referenced by START_TEST().
Definition at line 1446 of file mpegvideo.c.
Referenced by START_TEST().
Definition at line 610 of file mpegvideo.c.
Referenced by START_TEST().
Definition at line 379 of file mpegvideo.c.
Referenced by START_TEST().
Definition at line 500 of file mpegvideo.c.
Referenced by START_TEST().
Definition at line 178 of file mpegvideo.c.
Referenced by START_TEST().
Definition at line 685 of file mpegvideo.c.
Referenced by START_TEST().
Definition at line 541 of file mpegvideo.c.
Referenced by START_TEST().
|
static |
Definition at line 1151 of file mpegvideo.c.
Referenced by test_connect_pin().
|
static |
Definition at line 1260 of file mpegvideo.c.
Referenced by test_connect_pin().
|
static |
Definition at line 1204 of file mpegvideo.c.
Referenced by test_send_video().
|
static |
Definition at line 1222 of file mpegvideo.c.
Referenced by test_sample_processing(), and test_streaming_events().
|
static |
Definition at line 1007 of file mpegvideo.c.
Referenced by test_connect_pin().
|
static |
Definition at line 1057 of file mpegvideo.c.
Referenced by test_connect_pin().
|
static |
Definition at line 1355 of file mpegvideo.c.
Referenced by test_connect_pin().
Definition at line 322 of file mpegvideo.c.
Referenced by START_TEST().
|
static |
Definition at line 852 of file mpegvideo.c.
|
static |
Definition at line 844 of file mpegvideo.c.
|
static |
Definition at line 998 of file mpegvideo.c.
Referenced by test_connect_pin().
|
static |
Definition at line 743 of file mpegvideo.c.
Definition at line 800 of file mpegvideo.c.
|
static |
Definition at line 785 of file mpegvideo.c.
Definition at line 806 of file mpegvideo.c.
|
static |
Definition at line 755 of file mpegvideo.c.
|
static |
Definition at line 737 of file mpegvideo.c.
|
static |
Definition at line 749 of file mpegvideo.c.
|
static |
Definition at line 765 of file mpegvideo.c.
|
static |
Definition at line 972 of file mpegvideo.c.
|
static |
Definition at line 908 of file mpegvideo.c.
|
static |
Definition at line 979 of file mpegvideo.c.
|
static |
Definition at line 965 of file mpegvideo.c.
|
static |
Definition at line 897 of file mpegvideo.c.
|
static |
Definition at line 954 of file mpegvideo.c.
|
static |
Definition at line 884 of file mpegvideo.c.
|
static |
Definition at line 916 of file mpegvideo.c.
|
static |
Definition at line 871 of file mpegvideo.c.
|
static |
Definition at line 866 of file mpegvideo.c.
| int bits_per_pixel |
Definition at line 121 of file mpegvideo.c.
Referenced by select_visual().
| DWORD compression |
Definition at line 122 of file mpegvideo.c.
|
static |
Definition at line 61 of file mpegvideo.c.
Referenced by test_connect_pin(), test_media_types(), test_quality_control(), and test_source_allocator().
|
static |
Definition at line 38 of file mpegvideo.c.
|
static |
Definition at line 229 of file mpegvideo.c.
Referenced by outer_AddRef(), outer_Release(), and test_aggregation().
|
static |
Definition at line 254 of file mpegvideo.c.
Definition at line 120 of file mpegvideo.c.
Referenced by allocate_surfaces(), avi_decompressor_source_get_media_type(), codeview_add_udt_element(), copy_propagation_invalidate_variable_from_deref_recurse(), DMOEnum(), fill_keyboard_dideviceinstanceA(), fill_keyboard_dideviceinstanceW(), FilterMapper_RegisterPinType(), get_media_type(), IEnumDMO_fnNext(), map_dik_to_scan(), reader_accl_Notify(), test_connect_pin(), test_file_source_filter(), test_renderless_formats(), and WMSFT_append_typedesc().
Definition at line 228 of file mpegvideo.c.
Referenced by outer_QueryInterface(), and test_aggregation().
|
static |
Definition at line 261 of file mpegvideo.c.
Referenced by test_aggregation().
|
static |
Definition at line 860 of file mpegvideo.c.
Referenced by testfilter_init().
|
static |
Definition at line 812 of file mpegvideo.c.
Referenced by testqc_init().
|
static |
Definition at line 771 of file mpegvideo.c.
Referenced by testqc_init().
|
static |
Definition at line 986 of file mpegvideo.c.
Referenced by testfilter_init().
|
static |
Definition at line 877 of file mpegvideo.c.
Referenced by testfilter_init().
| const struct { ... } video_types[] |
Referenced by init_video_mt(), and test_connect_pin().
| BOOL works_native |
Definition at line 123 of file mpegvideo.c.
Referenced by test_connect_pin().
| BOOL works_wine |
Definition at line 124 of file mpegvideo.c.
Referenced by test_connect_pin().
|
static |
Definition at line 73 of file mpegvideo.c.
Referenced by init_video_mt(), and test_connect_pin().
|
static |
Definition at line 91 of file mpegvideo.c.
Referenced by init_video_mt(), test_connect_pin(), test_ddrawstream_receive_connection(), and test_media_types().