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

  /external/webrtc/webrtc/common_audio/
blocker.cc 11 #include "webrtc/common_audio/blocker.h"
101 Blocker::Blocker(size_t chunk_size,
167 void Blocker::ProcessChunk(const float* const* input,
blocker.h 34 // The main purpose of Blocker is to abstract away the fact that often we
38 // of audio, which is not a power of 2. Blocker allows us to specify the
47 // Blocker is responsible for:
54 // To use blocker:
56 // 2. Instantiate a Blocker object |b|, passing in |bc|.
62 // Ownership of window is retained by the caller. That is, Blocker makes a
64 class Blocker {
66 Blocker(size_t chunk_size,

Completed in 62 milliseconds