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

  /external/qemu/audio/
dsoundaudio.c 82 DWORD played; member in struct:__anon13128
618 ds->played = 0;
631 ds->played += audio_ring_dist (ds->old_pos, ppos, hw->bufsize);
690 dolog ("played %lu mixed %lu diff %ld sec %f\n",
691 ds->played,
693 ds->mixed - ds->played,
694 abs (ds->mixed - ds->played) / (double) hw->info.bytes_per_second);
winaudio.c 257 int played = 0; local
291 played += wav_samples;
317 return played;
audio.c 1484 int played; local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 2091 PassRefPtr<TimeRanges> HTMLMediaElement::played() function in class:WebCore::HTMLMediaElement
    [all...]

Completed in 46 milliseconds