HomeSort by relevance Sort by last modified time
    Searched refs:swapShort (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 112 public static short swapShort(short v) {
300 baos.write(shortBytes(swapShort(wPriority)));
301 baos.write(shortBytes(swapShort(wLanguage)));
361 baos.write(shortBytes(swapShort(biPlanes)));
362 baos.write(shortBytes(swapShort(biBitCount)));
  /external/srec/srec/EventLog/src/
riff.c 97 static void swapShort(short *s)
167 swapShort(&wf->nFormatTag);
168 swapShort(&wf->nChannels);
171 swapShort(&wf->nBlockAlign);
172 swapShort(&wf->wBitsPerSample);
173 //swapShort(&wf->cbSize);
240 for (i = 0;i < *length;i++) swapShort(*samples + i);
727 swapShort(&wf->nBlockAlign); /* usually == blockAlign / nChannels */
729 swapShort(&wf->nFormatTag);
  /packages/apps/Email/src/org/apache/commons/io/
EndianUtils.java 56 public static short swapShort(short value) {

Completed in 1594 milliseconds