ibaker
b6d0540059
Use scaleLargeTimestamp
in TimestampAdjuster
...
This helps avoid overflows in intermediate calculations.
Verified the value in the test using `BigInteger`:
```
jshell> BigInteger.valueOf(1L << 52).multiply(BigInteger.valueOf(90000)).divide(BigInteger.valueOf(1000000))
$3 ==> 405323966463344
```
Issue: androidx/media#1763
#cherrypick
PiperOrigin-RevId: 684028178
2024-10-09 07:27:53 -07:00
..
2024-09-18 04:47:39 -07:00
2024-10-09 07:27:53 -07:00
2024-08-15 10:36:10 -07:00
2024-08-15 05:44:32 -07:00
2023-06-29 22:50:04 +00:00
2024-09-18 02:00:03 -07:00
2024-08-01 10:49:37 -07:00
2024-08-07 12:28:25 -07:00
2023-06-05 09:47:58 +00:00
2024-07-09 03:43:06 -07:00
2024-09-12 07:30:47 -07:00
2024-01-26 10:06:18 -08:00
2024-07-24 16:17:00 +01:00
2024-10-08 08:42:56 -07:00
2024-05-23 04:50:01 -07:00
2024-07-24 16:17:00 +01:00
2024-07-24 16:17:00 +01:00
2024-10-04 03:46:41 -07:00
2024-10-09 05:50:58 -07:00
2024-08-29 01:57:15 -07:00
2024-10-08 07:04:50 -07:00
2024-10-04 08:11:04 -07:00
2024-09-12 04:47:05 +00:00
2024-09-18 10:42:11 -07:00
2023-06-05 09:47:58 +00:00
2024-10-08 10:11:18 -07:00
2024-09-27 11:00:52 -07:00
2024-10-08 12:14:34 -07:00
2024-10-09 06:24:26 -07:00
2024-07-24 16:17:02 +01:00
2024-10-08 12:14:34 -07:00
2024-10-08 12:14:34 -07:00
2024-09-26 07:17:43 -07:00
2024-07-12 08:11:01 -07:00
2024-10-09 06:24:26 -07:00
2024-10-04 10:42:27 -07:00
2024-01-10 07:22:00 -08:00
2023-11-15 02:34:40 -08:00