OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:played
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.cpp
120
PassRefPtr<TimeRanges> MediaController::
played
()
function in class:MediaController
125
// The
played
attribute must return a new static normalized TimeRanges object that represents
128
RefPtr<TimeRanges> playedRanges = m_mediaElements.first()->
played
();
130
playedRanges->unionWith(m_mediaElements[index]->
played
().get());
HTMLMediaElement.cpp
3158
PassRefPtr<TimeRanges> HTMLMediaElement::
played
()
function in class:WebCore::HTMLMediaElement
[
all
...]
/external/qemu/audio/
dsoundaudio.c
82
DWORD
played
;
member in struct:__anon24798
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
...]
Completed in 153 milliseconds