Andrew Osmond
Andrew Osmond
This patch updates the visualmetrics.py and visualmetrics-portable.py scripts to allow it to identify and record timestamps for frames that match the given color configuration. This consists of an RGB value...
### URL https://developer.android.com/ndk/reference/group/media#amediacodeccryptoinfo_setpattern ### Problem The documentation claims that AMediaCodecCryptoInfo_setPattern is available in 21+. Downloading the latest NDK and checking android-ndk-r27d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/media/NdkMediaCodec.h, it confirms this: ``` /** * Set the crypto...