Loading media/java/android/media/MediaCodecInfo.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -1682,6 +1682,13 @@ public final class MediaCodecInfo { return "PerformancePoint(" + info + ")"; return "PerformancePoint(" + info + ")"; } } @Override public int hashCode() { // only max frame rate must equal between performance points that equal to one // another return mMaxFrameRate; } /** /** * Create a detailed performance point with custom max frame rate and macroblock size. * Create a detailed performance point with custom max frame rate and macroblock size. * * Loading Loading
media/java/android/media/MediaCodecInfo.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -1682,6 +1682,13 @@ public final class MediaCodecInfo { return "PerformancePoint(" + info + ")"; return "PerformancePoint(" + info + ")"; } } @Override public int hashCode() { // only max frame rate must equal between performance points that equal to one // another return mMaxFrameRate; } /** /** * Create a detailed performance point with custom max frame rate and macroblock size. * Create a detailed performance point with custom max frame rate and macroblock size. * * Loading