mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Increase test frame processing wait time.
PiperOrigin-RevId: 436961627
This commit is contained in:
parent
e2e3474bae
commit
5afd6af2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public final class FrameProcessorChainPixelTest {
|
||||||
* Time to wait for the decoded frame to populate the {@link FrameProcessorChain}'s input surface
|
* Time to wait for the decoded frame to populate the {@link FrameProcessorChain}'s input surface
|
||||||
* and the {@link FrameProcessorChain} to finish processing the frame, in milliseconds.
|
* and the {@link FrameProcessorChain} to finish processing the frame, in milliseconds.
|
||||||
*/
|
*/
|
||||||
private static final int FRAME_PROCESSING_WAIT_MS = 2000;
|
private static final int FRAME_PROCESSING_WAIT_MS = 5000;
|
||||||
/** The ratio of width over height, for each pixel in a frame. */
|
/** The ratio of width over height, for each pixel in a frame. */
|
||||||
private static final float PIXEL_WIDTH_HEIGHT_RATIO = 1;
|
private static final float PIXEL_WIDTH_HEIGHT_RATIO = 1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue