Add initial keyframe tests
authorJohn Koleszar <jkoleszar@google.com>
Wed, 16 May 2012 22:27:00 +0000 (15:27 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 22 May 2012 22:08:11 +0000 (15:08 -0700)
commitb9180fc0499a7c1480a47e17328e7a35bb788086
tree82ac0eddbc0eb8ecbfb068cc53f1be12bc0c0ae6
parent2d225689d36128e7c7fa1351e5c725ba4830f6b2
Add initial keyframe tests

Implements a couple simple tests of the encoder API using the gtest
framework:

  TestDisableKeyframes
  TestForceKeyframe
  TestKeyframeMaxDistance

Change-Id: I38e93fe242fbeb30bb11b23ac12de8ddc291a28d
test/encode_test_driver.cc [new file with mode: 0644]
test/encode_test_driver.h [new file with mode: 0644]
test/keyframe_test.cc [new file with mode: 0644]
test/test.mk
test/video_source.h [new file with mode: 0644]