Android MediaCodec HEVC Supported Resolutions
问题 Does anyone know what the supported resolutions are for Android MediaCodec when decoding HEVC? Through trial and error I've found that the following work: 640x272 720x304 960x400 1280x528 1920x800 2560x1072 And the following don't: 512x216 3840x1600 Is there any official documentation? 回答1: I doubt that there is any official documentation - in practice, you can probably rely on the fact that the resolutions that are tested by the CTS work, but other resolutions can behave in any way. Judging