Add comments and documentation on MT8176 testing

This commit is contained in:
Cameron Gutman
2018-06-16 16:31:06 -07:00
parent 6bba68207d
commit e97845e46e
2 changed files with 4 additions and 2 deletions

View File

@@ -270,6 +270,8 @@ public class MediaCodecHelper {
LimeLog.info("Added omx.mtk to HEVC decoders based on PowerVR GPU");
whitelistedHevcDecoders.add("omx.mtk");
// This SoC (MT8176 in GPD XD+) supports AVC RFI too, but the maxNumReferenceFrames setting
// required to make it work adds a huge amount of latency.
LimeLog.info("Added omx.mtk to RFI list for HEVC");
refFrameInvalidationHevcPrefixes.add("omx.mtk");
}