Searched refs:MIN_BUFFER_MS (Results 1 – 5 of 5) sorted by relevance
71 private static final int MIN_BUFFER_MS = 1000; field in RemoteSurfaceController82 MIN_BUFFER_MS,
100 public static final int MIN_BUFFER_MS = 0; field in MpegTsPlayer162 mPlayer = ExoPlayer.Factory.newInstance(RENDERER_COUNT, MIN_BUFFER_MS, MIN_REBUFFER_MS); in MpegTsPlayer()
70 1000L * Math.max(MpegTsPlayerV2.MIN_BUFFER_MS, MpegTsPlayerV2.MIN_REBUFFER_MS);
71 1000L * Math.max(MpegTsPlayer.MIN_BUFFER_MS, MpegTsPlayer.MIN_REBUFFER_MS);
96 public static final int MIN_BUFFER_MS = 0; field in MpegTsPlayerV2