mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
fix: update TransformerPauseResumeTest to use isRunningOnEmulator
#minor-release PiperOrigin-RevId: 586964536
This commit is contained in:
parent
fe272d3c49
commit
88b15e73b2
1 changed files with 1 additions and 3 deletions
|
|
@ -384,9 +384,7 @@ public class TransformerPauseResumeTest {
|
|||
testId,
|
||||
/* inputFormat= */ MP4_ASSET_WITH_INCREASING_TIMESTAMPS_320W_240H_15S_FORMAT,
|
||||
/* outputFormat= */ MP4_ASSET_WITH_INCREASING_TIMESTAMPS_320W_240H_15S_FORMAT)
|
||||
|| (Util.SDK_INT == 26
|
||||
&& (Ascii.toLowerCase(Util.DEVICE).contains("emulator")
|
||||
|| Ascii.toLowerCase(Util.DEVICE).contains("generic")));
|
||||
|| (Util.SDK_INT == 26 && Util.isRunningOnEmulator());
|
||||
}
|
||||
|
||||
private static int getDeviceSpecificMissingFrameCount() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue