OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ulaw_buf
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.h
39
Uint8 *
ulaw_buf
; /* The U-law mixing buffer */
member in struct:SDL_PrivateAudioData
50
#define
ulaw_buf
(this->hidden->
ulaw_buf
)
macro
SDL_sunaudio.c
172
aubuf =
ulaw_buf
;
208
if ( write(audio_fd,
ulaw_buf
, fragsize) < 0 ) {
236
if (
ulaw_buf
!= NULL ) {
237
SDL_free(
ulaw_buf
);
238
ulaw_buf
= NULL;
254
ulaw_buf
= NULL;
350
ulaw_buf
= (Uint8 *)SDL_malloc(fragsize);
351
if (
ulaw_buf
== NULL ) {
Completed in 27 milliseconds