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

  /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.15/src/video/quartz/
SDL_QuartzVideo.h 121 Uint8 *current_buffer; /* the buffer being copied to the screen */ member in struct:SDL_PrivateVideoData
165 #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...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 209 png_bytep current_buffer_ptr; /* current location in current_buffer */
210 png_bytep current_buffer; /* buffer for recently used data */ member in struct:png_struct_def
216 png_size_t current_buffer_size; /* amount of data now in current_buffer */
  /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 235 milliseconds