Searched refs:FIRST_BYTE_LE (Results 1 – 1 of 1) sorted by relevance
46 private static final byte FIRST_BYTE_LE = (byte) (SYNC_VALUE_LE >>> 24); field in DtsUtil128 case FIRST_BYTE_LE: in parseDtsAudioSampleCount()156 case FIRST_BYTE_LE: in parseDtsAudioSampleCount()186 case FIRST_BYTE_LE: in getDtsFrameSize()231 return frameHeader[0] == FIRST_BYTE_LE || frameHeader[0] == FIRST_BYTE_14B_LE; in isLittleEndianFrameHeader()