Home
last modified time | relevance | path

Searched defs:bytereordering (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DCommonParsing.java359 …public static long readPTS(byte[] array, int offset, int length, boolean bytereordering, boolean t… in readPTS()
372 …public static void setValue(byte[] array, int offset, int length, boolean bytereordering, long val… in setValue()
389 public static long getValue(byte[] array, int offset, int length, boolean bytereordering) in getValue()
410 public static int getIntValue(byte[] array, int offset, int length, boolean bytereordering) in getIntValue()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/audio/
H A DAudioFormat.java1421 public void setValue(byte[] array, int offset, int len, boolean bytereordering, int value) in setValue()