HomeSort by relevance Sort by last modified time
    Searched refs:current_buffer (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.h 49 int current_buffer; member in struct:SDL_PrivateAudioData
57 #define current_buffer (this->hidden->current_buffer) macro
SDL_ahiaudio.c 123 if(!CheckIO((struct IORequest *)audio_req[current_buffer]))
125 WaitIO((struct IORequest *)audio_req[current_buffer]);
126 // AbortIO((struct IORequest *)audio_req[current_buffer]);
133 WaitIO((struct IORequest *)audio_req[current_buffer]);
136 audio_req[current_buffer] -> ahir_Std. io_Message.mn_Node.ln_Pri = 60;
137 audio_req[current_buffer] -> ahir_Std. io_Data = mixbuf[current_buffer];
138 audio_req[current_buffer] -> ahir_Std. io_Length = this->hidden->size;
139 audio_req[current_buffer] -> ahir_Std. io_Offset = 0;
140 audio_req[current_buffer] -> ahir_Std . io_Command = CMD_WRITE
    [all...]
  /external/qemu/hw/
goldfish_audio.c 98 int current_buffer; member in struct:goldfish_audio_state
238 QFIELD_INT32(current_buffer),
282 s->current_buffer = 0;
425 if (s->current_buffer == 0) s->current_buffer = 1;
433 if (s->current_buffer == 0) s->current_buffer = 2;
463 while (free && s->current_buffer) {
466 while (free && s->current_buffer == 1) {
474 s->current_buffer = (goldfish_audio_buff_length( s->out_buff2 ) ? 2 : 0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 113 Uint8 *current_buffer; /* the buffer being copied to the screen */ member in struct:SDL_PrivateVideoData
162 #define current_buffer (this->hidden->current_buffer) macro
SDL_QuartzVideo.m     [all...]
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 671 M4OSA_Int8 selected_buffer, current_buffer; local
750 current_buffer = selected_buffer;
757 current_buffer);
    [all...]
  /external/libpng/
pngpread.c 731 png_ptr->current_buffer = buffer;
734 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 653 png_ptr->current_buffer = buffer;
656 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
    [all...]
png.h 1262 png_bytep current_buffer; \/* buffer for recently used data *\/ member in struct:png_struct_def
    [all...]

Completed in 385 milliseconds