mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
Use asset with increasing timestamps for matrix transformation test.
PiperOrigin-RevId: 431658068
This commit is contained in:
parent
c96bcbb24b
commit
273d80c4a0
@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
package androidx.media3.transformer.mh;
|
package androidx.media3.transformer.mh;
|
||||||
|
|
||||||
import static androidx.media3.transformer.AndroidTestUtil.MP4_REMOTE_10_SECONDS_URI_STRING;
|
import static androidx.media3.transformer.AndroidTestUtil.MP4_ASSET_WITH_INCREASING_TIMESTAMPS_URI_STRING;
|
||||||
import static androidx.media3.transformer.AndroidTestUtil.runTransformer;
|
import static androidx.media3.transformer.AndroidTestUtil.runTransformer;
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
@ -47,7 +47,7 @@ public class SetTransformationMatrixTransformationTest {
|
|||||||
context,
|
context,
|
||||||
/* testId= */ "setTransformationMatrixTransform",
|
/* testId= */ "setTransformationMatrixTransform",
|
||||||
transformer,
|
transformer,
|
||||||
MP4_REMOTE_10_SECONDS_URI_STRING,
|
MP4_ASSET_WITH_INCREASING_TIMESTAMPS_URI_STRING,
|
||||||
/* timeoutSeconds= */ 120,
|
/* timeoutSeconds= */ 120,
|
||||||
/* calculateSsim= */ false);
|
/* calculateSsim= */ false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user