Home
last modified time | relevance | path

Searched refs:sound_framesize (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_cache_audio.c49 jackbuf=malloc(pdata->sound_framesize*pdata->jdata->buffersize); in CacheSoundBuffer()
77 fwrite(buff->data,1,pdata->periodsize*pdata->sound_framesize, in CacheSoundBuffer()
85 (pdata->sound_framesize*pdata->jdata->buffersize)){ in CacheSoundBuffer()
88 (pdata->sound_framesize* in CacheSoundBuffer()
90 fwrite(jackbuf,1,(pdata->sound_framesize* in CacheSoundBuffer()
H A Drmd_encode_sound_buffer.c44 jackbuf=malloc(pdata->sound_framesize*pdata->jdata->buffersize); in EncodeSoundBuffer()
92 (pdata->sound_framesize*pdata->jdata->buffersize)){ in EncodeSoundBuffer()
95 (pdata->sound_framesize* in EncodeSoundBuffer()
H A Drmd_specsfile.c55 fprintf(fp,"SoundFrameSize = %d\n",pdata->sound_framesize); in WriteSpecsFile()
127 if(fscanf(fp,"SoundFrameSize = %d\n",&pdata->sound_framesize)!=1){ in ReadSpecsFile()
H A Drmd_capture_sound.c106 newbuf->data=(signed char *)malloc(frames*pdata->sound_framesize); in CaptureSound()
117 newbuf->data+pdata->sound_framesize*sret, in CaptureSound()
H A Drmd_initialize_data.c119 pdata->sound_framesize=((snd_pcm_format_width(
132 pdata->sound_framesize=pdata->args.channels<<1;
161 pdata->sound_framesize=sizeof(jack_default_audio_sample_t)*
H A Drmd_load_cache.c175 pdata->sound_framesize); in LoadCache()
306 pdata->sound_framesize,afp); in LoadCache()
H A Drmd_types.h311 sound_framesize; //size of each sound frame member