use 80x80 as the minimal resolution
Bug: 367425615 Flag: EXEMPT bugfix Change-Id: I19f87ebf6dae28369612e26db064bd2709f68094 Signed-off-by: Wesley Lee <szuweilee@google.com>
This commit is contained in:
parent
f42925e978
commit
5e2b322b5b
1 changed files with 3 additions and 3 deletions
|
@ -51,11 +51,11 @@
|
|||
</Decoders>
|
||||
<Encoders>
|
||||
<MediaCodec name="c2.google.av1.encoder" type="video/av01">
|
||||
<Limit name="size" min="64x64" max="3840x2176" />
|
||||
<Limit name="size" min="80x80" max="3840x2176" />
|
||||
<Limit name="alignment" value="1x1" />
|
||||
<Limit name="block-size" value="64x64" />
|
||||
<Limit name="block-count" range="1-2040" />
|
||||
<Limit name="blocks-per-second" min="1" max="61200" />
|
||||
<Limit name="block-count" range="4-2040" />
|
||||
<Limit name="blocks-per-second" min="4" max="61200" />
|
||||
<Limit name="bitrate" range="1-120000000" />
|
||||
<Limit name="performance-point-1280x720" value="200" />
|
||||
<Limit name="performance-point-1920x1080" value="180" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue