Home
last modified time | relevance | path

Searched defs:AudioEntry (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
Daudio_input_renderer_host.cc21 struct AudioInputRendererHost::AudioEntry { struct in content::AudioInputRendererHost
26 scoped_refptr<media::AudioInputController> controller;
29 int stream_id;
33 base::SharedMemory shared_memory;
34 int shared_memory_segment_count;
38 scoped_ptr<media::AudioInputController::SyncWriter> writer;
41 bool pending_close;
44 AudioInputRendererHost::AudioEntry::AudioEntry() in AudioEntry() function in content::AudioInputRendererHost::AudioEntry
Daudio_renderer_host.h97 class AudioEntry; variable
Daudio_renderer_host.cc31 class AudioRendererHost::AudioEntry class in content::AudioRendererHost
88 AudioRendererHost::AudioEntry::AudioEntry( in AudioEntry() function in content::AudioRendererHost::AudioEntry