Revert "crackling: Add highspeed media profiles"
This reverts commit bde04da6bc.
It looks like you can only have profiles declared as "highspeed"
if the framerate is >= 100, regardless of resolution
----
private static final int MIN_HIGH_SPEED_FPS = 100;
...
case CamcorderProfile.QUALITY_HIGH_SPEED_720P:
assertEquals(1280, profile.videoFrameWidth);
assertEquals(720, profile.videoFrameHeight);
assertTrue(profile.videoFrameRate >= MIN_HIGH_SPEED_FPS);
----
Fixes android.media.cts.CamcorderProfileTest#testGetWithId
Change-Id: I4ec23fcbda1993a7bbe4aba1b48aa8746d48c18d
cm-14.0
parent
7b0297c8ea
commit
0b8ee14be1
Loading…
Reference in New Issue