ZUK Z2 Pro
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ricardo Cerqueira 0b8ee14be1 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
11 years ago
audio crackling: Don't use low latency primary 11 years ago
bluetooth Disables BLE Peripheral Adv name flag used in BT stack 11 years ago
camera camera/QCamera2: HAL: Send Inactive AF state in landscape/sunset mode 11 years ago
configs Revert "crackling: Add highspeed media profiles" 11 years ago
display crackling: Add "basic" display mode 11 years ago
gps crackling: Enable GPS XTRA data 11 years ago
keylayout crackling: Initial commit 11 years ago
liblight crackling: M time 11 years ago
overlay crackling: Sharpen the haptics 11 years ago
rootdir crackling indicate SD card is adoptable 11 years ago
sensors sensors: Raise the max limit on the magnetometer rate 11 years ago
sepolicy sensors: Put the accel calibration tool in the sensors selinux context 11 years ago
wifi Update WCNSS bits 11 years ago
Android.mk crackling: Initial commit 11 years ago
BoardConfig.mk crackling: Use full camera feature set 11 years ago
board-info.txt fastboot: Fix "fastboot update", declare board name 11 years ago
cm.dependencies crackling: Use default kernel branch 11 years ago
cm.mk crackling: Set GMS clientid 11 years ago
crackling-releasekey.x509.pem crackling: Add releasekey 11 years ago
device.mk crackling: Switch to Snap 11 years ago
extract-files.sh crackling: Initial commit 11 years ago
full_crackling.mk all the bits 11 years ago
proprietary-files-qc.txt crackling: Remove QC location stack 11 years ago
proprietary-files.txt Add blob listings 11 years ago
setup-makefiles.sh crackling: Remove QC location stack 11 years ago
system.prop crackling: Disable CPP duplication mode 11 years ago