D | MediaCodecInfo.java | 1342 private List<PerformancePoint> mPerformancePoints; 1629 public static final class PerformancePoint { class in MediaCodecInfo.VideoCapabilities 1707 public PerformancePoint( in PerformancePoint() method in MediaCodecInfo.VideoCapabilities.PerformancePoint 1735 public PerformancePoint(@NonNull PerformancePoint pp, @NonNull Size newBlockSize) { in PerformancePoint() method in MediaCodecInfo.VideoCapabilities.PerformancePoint 1753 public PerformancePoint(int width, int height, int frameRate) { in PerformancePoint() method in MediaCodecInfo.VideoCapabilities.PerformancePoint 1789 PerformancePoint other = new PerformancePoint( in covers() 1809 public boolean covers(@NonNull PerformancePoint other) { in covers() 1812 PerformancePoint aligned = new PerformancePoint(this, commonSize); in covers() 1813 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() 1820 private @NonNull Size getCommonBlockSize(@NonNull PerformancePoint other) { in getCommonBlockSize() [all …]
|