OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AudioRendererImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/filters/
audio_renderer_impl.cc
43
AudioRendererImpl
::
AudioRendererImpl
(
68
&
AudioRendererImpl
::OnNewSpliceBuffer, weak_factory_.GetWeakPtr()));
70
&
AudioRendererImpl
::OnConfigChange, weak_factory_.GetWeakPtr()));
73
AudioRendererImpl
::~
AudioRendererImpl
() {
85
void
AudioRendererImpl
::StartTicking() {
101
void
AudioRendererImpl
::StartRendering_Locked() {
115
void
AudioRendererImpl
::StopTicking() {
131
void
AudioRendererImpl
::StopRendering_Locked()
[
all
...]
audio_renderer_impl.h
15
//
AudioRendererImpl
talks to an AudioRendererAlgorithm that takes care of
50
class MEDIA_EXPORT
AudioRendererImpl
55
// |task_runner| is the thread on which
AudioRendererImpl
will execute.
63
AudioRendererImpl
(
70
virtual ~
AudioRendererImpl
();
267
base::WeakPtrFactory<
AudioRendererImpl
> weak_factory_;
269
DISALLOW_COPY_AND_ASSIGN(
AudioRendererImpl
);
Completed in 56 milliseconds