HomeSort by: relevance | last modified time | path
    Searched defs:fifos (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_audio.c 23 /* XSpice based audio feed; reads from files (presumably fifos) in a configured directory,
66 struct fifo_data fifos[MAX_FIFOS]; member in struct:audio_data
171 f = &data->fifos[0];
174 /* Extra fifos need to be mixed in */
176 f = &data->fifos[i];
259 struct fifo_data *f = &data->fifos[i];
263 *f = data->fifos[data->fifo_count - 1];
264 data->fifos[data->fifo_count - 1] = tmp;
289 struct fifo_data *f = &data->fifos[i];
361 struct fifo_data *f = &data->fifos[i]
    [all...]

Completed in 17 milliseconds