c1d825b098
The video snapshot request framerate needs to match the video recording fps. If the values are not equal, the camera device could potentially delay the request due to internal re-configuration. This can cause unwanted stream glitches which can have impact on the test result. Bug: 72456325 Test: adb shell am instrument -w -r -e waitIntervalMs 1000 -e timeout_msec 7200000 -e iterations 5 -e class com.android.mediaframeworktest.stress.Camera2RecordingTest#testVideoSnapshot com.android.mediaframeworktest/com.android.mediaframeworktest.Camera2InstrumentationTestRunner Change-Id: Ieb232938f1c750c9768eee72e356fa2c4f8932be
MediaFrameworkTest/ Uses instrumentation and so can be run with runtest. It assumes /sdcard/media_api/ has been populated. contents/media_api/ Push to /sdcard/media_api/ for use with MediaFrameworkTest: adb shell mkdir /sdcard/media_api adb push contents/media_api/ /sdcard/media_api/ All other subdirectories are manual tests or sample apps.