summaryrefslogtreecommitdiff
path: root/test/cq_test.cc
AgeCommit message (Collapse)Author
2016-07-27test: apply clang-formatclang-format
Change-Id: I0d9ab85855eb723f653a7bb09b3d0d31dd6cfd2f
2014-08-13cq_test: allow test cases to be run out of orderJames Zern
check that bitrates increase with cqlevel at global test case teardown, rather than after each individual test case. this allows the tests to be run out of order with --gtest_shuffle. Change-Id: I9e0d4e6a2d920a1f2fe9aee7b7876a3e7eb5d297
2014-02-20cq_test.cc: Use size_t for file size and unsigned int for target bitrate.Tom Finegan
Silences warnings and minizes required casts. Change-Id: I7d6c5b87c56191f3bec7b0747d7dbe8938e8ec82
2013-06-25encode_test_driver: check for fatal failuresJames Zern
Make the base test be: !(fatal || abort_) removing some redundancy in the encode tests Change-Id: I8ffaf33fcf9a3030b38ea3e8eb94704cdc2fc920
2013-01-23Support multiple codecs in test infrastructureJohn Koleszar
This commit starts to convert the tests to a system where the codec to be used is provided by a factory object. Currently no tests are instantiated for VP9 since they all fail for various reasons, but it was verified that they're called and the correct codec is instantiated. Change-Id: Ia7506df2ca3a7651218ba3ca560634f08c9fbdeb
2012-10-04Add a unit test for CQ mode.Ronald S. Bultje
Change-Id: I66c391987eabc5ea0159bf4a2a4fd8e8e163872f