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

  /external/webrtc/webrtc/modules/audio_processing/
processing_component.cc 19 ProcessingComponent::ProcessingComponent()
24 ProcessingComponent::~ProcessingComponent() {
28 int ProcessingComponent::Destroy() {
38 int ProcessingComponent::EnableComponent(bool enable) {
54 bool ProcessingComponent::is_component_enabled() const {
58 void* ProcessingComponent::handle(size_t index) const {
63 size_t ProcessingComponent::num_handles() const {
67 int ProcessingComponent::Initialize()
    [all...]
processing_component.h 36 class ProcessingComponent {
38 ProcessingComponent();
39 virtual ~ProcessingComponent();

Completed in 54 milliseconds