Lines Matching refs:bytes
217 int bytes; in soundPack8BitSource() local
223 bytes = getBytesForAdpcmBuffer(soundinfo.samples); in soundPack8BitSource()
225 if (p = malloc(bytes)) in soundPack8BitSource()
281 int bytes; in soundPack8BitSource() local
284 bytes = soundinfo.samples * 2; in soundPack8BitSource()
286 if (p = malloc(bytes)) in soundPack8BitSource()
322 int bytes; in soundPack16BitSource() local
328 bytes = getBytesForAdpcmBuffer(soundinfo.samples); in soundPack16BitSource()
330 if (p = malloc(bytes)) in soundPack16BitSource()
369 int bytes; in soundPack16BitSource() local
372 bytes = soundinfo.samples; in soundPack16BitSource()
374 if (p = malloc(bytes)) in soundPack16BitSource()
381 bytes, in soundPack16BitSource()