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

  /external/quake/quake/src/QW/
qwcl.spec.sh 26 original version of Quake can be played over the Internet, many users modem
32 After realizing how many people played Quake on the internet, and how many
qwsv.spec.sh 26 original version of Quake can be played over the Internet, many users modem
32 After realizing how many people played Quake on the internet, and how many
  /external/webkit/WebCore/html/
HTMLMediaElement.idl 66 readonly attribute TimeRanges played;
HTMLMediaElement.h 125 PassRefPtr<TimeRanges> played();
HTMLMediaElement.cpp 1553 PassRefPtr<TimeRanges> HTMLMediaElement::played() function in class:WebCore::HTMLMediaElement
    [all...]
  /external/qemu/audio/
audio.c 1413 int played; local
1457 played = hw->pcm_ops->run_out (hw); local
    [all...]
dsoundaudio.c 82 DWORD played; member in struct:__anon5923
713 ds->played = 0;
726 ds->played += audio_ring_dist (ds->old_pos, ppos, hw->bufsize);
785 dolog ("played %lu mixed %lu diff %ld sec %f\n",
786 ds->played,
788 ds->mixed - ds->played,
789 abs (ds->mixed - ds->played) / (double) hw->info.bytes_per_second);
winaudio.c 257 int played = 0; local
292 played += wav_samples;
318 return played;

Completed in 343 milliseconds