Searched defs:FFMPEG_TEST_CASE (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/media/ffmpeg/ |
H A D | ffmpeg_regression_tests.cc | 80 #define FFMPEG_TEST_CASE(name, fn, init_status, end_status, video_md5, \ macro 94 FFMPEG_TEST_CASE(Cr47325, "security/47325.mp4", PIPELINE_OK, PIPELINE_OK, 97 FFMPEG_TEST_CASE(Cr47761, "content/crbug47761.ogg", PIPELINE_OK, PIPELINE_OK, 100 FFMPEG_TEST_CASE(Cr50045, "content/crbug50045.mp4", PIPELINE_OK, PIPELINE_OK, 103 FFMPEG_TEST_CASE(Cr62127, "content/crbug62127.webm", PIPELINE_OK, 106 FFMPEG_TEST_CASE(Cr93620, "security/93620.ogg", PIPELINE_OK, PIPELINE_OK, 109 FFMPEG_TEST_CASE(Cr100492, "security/100492.webm", DECODER_ERROR_NOT_SUPPORTED, 111 FFMPEG_TEST_CASE(Cr100543, "security/100543.webm", PIPELINE_OK, PIPELINE_OK, 114 FFMPEG_TEST_CASE(Cr101458, "security/101458.webm", DECODER_ERROR_NOT_SUPPORTED, 116 FFMPEG_TEST_CASE(Cr10841 [all...] |
H A D | ffmpeg_unittest.cc | 401 #define FFMPEG_TEST_CASE(name, extension) \ macro 406 FFMPEG_TEST_CASE(sync0, mp4); 407 FFMPEG_TEST_CASE(sync0, ogv); 408 FFMPEG_TEST_CASE(sync0, webm); 409 FFMPEG_TEST_CASE(sync1, m4a); 410 FFMPEG_TEST_CASE(sync1, mp3); 411 FFMPEG_TEST_CASE(sync1, mp4); 412 FFMPEG_TEST_CASE(sync1, ogg); 413 FFMPEG_TEST_CASE(sync1, ogv); 414 FFMPEG_TEST_CASE(sync [all...] |
Completed in 67 milliseconds