mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Skip 4K export test on Pixel 3a
PiperOrigin-RevId: 644659699
This commit is contained in:
parent
66c19390e2
commit
d27549d29a
23 changed files with 52 additions and 48 deletions
|
|
@ -168,6 +168,10 @@ public class ExportTest {
|
|||
assumeFalse(
|
||||
"Skip due to over-reported encoder capabilities",
|
||||
Util.SDK_INT == 29 && Ascii.equalsIgnoreCase(Util.MODEL, "pixel 3"));
|
||||
// Reference: b/347635026
|
||||
assumeFalse(
|
||||
"Skip due to decoder failing to queue input frames",
|
||||
Util.SDK_INT == 29 && Ascii.equalsIgnoreCase(Util.MODEL, "pixel 3a"));
|
||||
Transformer transformer =
|
||||
new Transformer.Builder(context)
|
||||
.setEncoderFactory(new ForceEncodeEncoderFactory(context))
|
||||
|
|
|
|||
Loading…
Reference in a new issue