OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:play_ref_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
webrtc_audio_renderer.cc
175
play_ref_count_
(0),
363
DCHECK(
play_ref_count_
== 0 || state_ == PLAYING);
364
++
play_ref_count_
;
385
DCHECK_GT(
play_ref_count_
, 0);
386
if (!--
play_ref_count_
)
webrtc_audio_renderer.h
111
int
play_ref_count_
;
member in class:content::WebRtcAudioRenderer
Completed in 604 milliseconds