Searched defs:lengthInBytes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAuFileFormat.java70 AuFileFormat(AudioFileFormat.Type type, int lengthInBytes, AudioFormat format, int lengthInFrames) { argument
72 super(type,lengthInBytes,format,lengthInFrames);
H A DWaveFileFormat.java82 WaveFileFormat(AudioFileFormat.Type type, int lengthInBytes, AudioFormat format, int lengthInFrames) { argument
84 super(type,lengthInBytes,format,lengthInFrames);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1258 int lengthInBytes = img->height * img->bytes_per_line; local
1269 for (i = 0; i < lengthInBytes/2; i++) {
1310 for (i = 0; i < lengthInBytes/4; i++) {

Completed in 34 milliseconds