/external/qemu/distrib/sdl-1.2.12/src/audio/sun/ |
SDL_sunaudio.h | 41 int fragsize; /* The audio fragment size in samples */ member in struct:SDL_PrivateAudioData 52 #define fragsize (this->hidden->fragsize) macro
|
SDL_sunaudio.c | 144 if ( left > fragsize ) { 147 sleepy = ((left - fragsize)/frequency); 178 for ( pos=0; pos < fragsize; ++pos ) { 193 for ( pos=0; pos < fragsize; ++pos ) { 208 if ( write(audio_fd, ulaw_buf, fragsize) < 0 ) { 212 written += fragsize; 221 written += fragsize; 348 fragsize = (spec->samples*1000)/(spec->freq/8); 350 ulaw_buf = (Uint8 *)SDL_malloc(fragsize); 357 fragsize = spec->samples [all...] |
/external/qemu/audio/ |
ossaudio.c | 51 int fragsize; member in struct:OSSVoiceOut 61 int fragsize; member in struct:OSSVoiceIn 67 int fragsize; member in struct:__anon10550 76 .fragsize = 4096, 89 int fragsize; member in struct:oss_params 238 dolog ("fragsize | %10d | %10d\n", 239 req->fragsize, obt->fragsize); 337 int mmmmssss = (req->nfrags << 16) | ctz32 (req->fragsize); 340 req->nfrags, req->fragsize); [all...] |
/external/quake/quake/src/QW/client/ |
snd_linux.c | 108 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8); 114 * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0);
|
/external/quake/quake/src/WinQuake/ |
snd_linux.cpp | 127 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8); 133 * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0);
|
net_ipx.cpp | 94 short fragSize;
279 lma->socketbuffer[s][n].ecb.fragSize = sizeof(IPXheader) + sizeof(int) + NET_DATAGRAMSIZE;
463 ecb->fragSize = sizeof(IPXheader) + sizeof(int) + NET_DATAGRAMSIZE;
489 rcvbuf->ecb.fragSize = sizeof(IPXheader) + sizeof(int) + NET_DATAGRAMSIZE;
549 lma->socketbuffer[handle][0].ecb.fragSize = sizeof(IPXheader) + sizeof(int) + len;
|
/external/e2fsprogs/debugfs/ |
util.o | |
debugfs.o | |
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/ |
SDL_dspaudio.c | 321 fprintf(stderr, "fragsize = %d\n", info.fragsize);
|
/external/e2fsprogs/lib/ext2fs/ |
initialize.c | 152 set_field(s_log_frag_size, 0); /* default fragsize: 1024 bytes */ 194 fs->fragsize = EXT2_FRAG_SIZE(super); 195 frags_per_block = fs->blocksize / fs->fragsize;
|
openfs.c | 245 fs->fragsize = EXT2_FRAG_SIZE(fs->super);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
def.h | 220 uint32_t fragsize; /**< Recording only: fragment size. The server sends data in blocks of fragsize bytes size. Large values deminish interactivity with other operations on the connection context but decrease control overhead. */ member in struct:pa_buffer_attr
|
stream.h | 100 * \li fragsize - Maximum number of bytes that the server will push in one
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
def.h | 220 uint32_t fragsize; /**< Recording only: fragment size. The server sends data in blocks of fragsize bytes size. Large values deminish interactivity with other operations on the connection context but decrease control overhead. */ member in struct:pa_buffer_attr
|
stream.h | 100 * \li fragsize - Maximum number of bytes that the server will push in one
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
def.h | 220 uint32_t fragsize; /**< Recording only: fragment size. The server sends data in blocks of fragsize bytes size. Large values deminish interactivity with other operations on the connection context but decrease control overhead. */ member in struct:pa_buffer_attr
|
stream.h | 100 * \li fragsize - Maximum number of bytes that the server will push in one
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/ |
SDL_dmaaudio.c | 418 spec->size = info.fragsize;
|
/external/kernel-headers/original/linux/ |
soundcard.h | 583 int fragsize; /* Size of a fragment in bytes */ member in struct:audio_buf_info 586 /* Note! 'bytes' could be more than fragments*fragsize */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
soundcard.h | 571 int fragsize; /* Size of a fragment in bytes */ member in struct:audio_buf_info 574 /* Note! 'bytes' could be more than fragments*fragsize */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
soundcard.h | 571 int fragsize; /* Size of a fragment in bytes */ member in struct:audio_buf_info 574 /* Note! 'bytes' could be more than fragments*fragsize */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
soundcard.h | 571 int fragsize; /* Size of a fragment in bytes */ member in struct:audio_buf_info 574 /* Note! 'bytes' could be more than fragments*fragsize */ [all...] |
/development/ndk/platforms/android-3/include/linux/ |
soundcard.h | 394 int fragsize; member in struct:audio_buf_info
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
soundcard.h | 394 int fragsize; member in struct:audio_buf_info
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
soundcard.h | 394 int fragsize; member in struct:audio_buf_info
|