Searched refs:MAP_SAMPLE2LE_SHORT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c125 #define MAP_SAMPLE2LE_SHORT(sample) (sample) macro
129 #define MAP_SAMPLE2LE_SHORT(sample) (INT16) MAP_SWAP16BIT(sample) macro
388 MAP_SAMPLE2LE_SHORT, MAP_SAMPLE2LE_SHORT_CLIP);
394 MAP_SAMPLE2LE_SHORT, MAP_SAMPLE2LE_SHORT_CLIP);
402 MAP_SAMPLE2LE_SHORT, MAP_SAMPLE2LE_SHORT_CLIP);
408 MAP_SAMPLE2LE_SHORT, MAP_SAMPLE2LE_SHORT_CLIP);

Completed in 29 milliseconds