Searched refs:TEST_ALL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_mptestsrc.c49 TEST_ALL, enumerator in enum:test_type
69 { "test", "set test to perform", OFFSET(test), AV_OPT_TYPE_INT, {.i64=TEST_ALL}, 0, INT_MAX, FLAGS, "test" },
70 { "t", "set test to perform", OFFSET(test), AV_OPT_TYPE_INT, {.i64=TEST_ALL}, 0, INT_MAX, FLAGS, "test" },
81 { "all", "", 0, AV_OPT_TYPE_CONST, {.i64=TEST_ALL}, INT_MIN, INT_MAX, FLAGS, "test" },
323 if (tt == TEST_ALL && frame%30) /* draw a black frame at the beginning of each test */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp45 define TEST_ALL all tests are run, otherwise you may enable the individual
49 // what to test (in alphabetic order)? Define TEST_ALL to 0 to do a single
51 #define TEST_ALL 0 macro
54 #if TEST_ALL
90 #else // #if TEST_ALL
234 #if TEST_ALL
291 #endif // TEST_ALL
343 #if TEST_ALL
378 #endif // TEST_ALL
3460 #if TEST_ALL
[all...]

Completed in 112 milliseconds