Home
last modified time | relevance | path

Searched refs:SYNC_VALUE_14B_LE (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/audio/
DDtsUtil.java43 private static final int SYNC_VALUE_14B_LE = 0xFF1F00E8; field in DtsUtil
47 private static final byte FIRST_BYTE_14B_LE = (byte) (SYNC_VALUE_14B_LE >>> 24);
79 || word == SYNC_VALUE_14B_LE; in isSyncWord()