I’m looking for the algorithm details on Android versions 8.0 to 11, not on Android 13+ (12 doesn’t have this feature). I tried searching the Android source code on cs.android.com but couldn’t find the source code that performs this operation :-(
I’m looking for the algorithm details on Android versions 8.0 to 11, not on Android 13+ (12 doesn’t have this feature). I tried searching the Android source code on cs.android.com but couldn’t find the source code that performs this operation :-(
This is the entirety of the source code you can search through.
https://cs.android.com/android/platform/superproject
8.0:
https://cs.android.com/android/platform/superproject/+/android-8.0.0_r1:
https://developer.android.com/media/implement/surfaces/mobile#using-legacy
Maybe this is a starting point.
Thank you