Home | History | Annotate | Download | only in shared_impl

Lines Matching defs:audio

8 #include "media/audio/shared_memory_util.h"
92 // Setup integer audio buffer for user audio data.
106 // Clear contents of shm buffer before starting audio thread. This will
107 // prevent a burst of static if for some reason the audio thread doesn't
132 // In general, the audio thread should not do Pepper calls, but it might
133 // anyway (for example, our Audio test does CallOnMainThread). If it did
163 PPB_Audio_Shared* audio = static_cast<PPB_Audio_Shared*>(self);
164 audio->Run();
178 // Deinterleave the audio data into the shared memory as float.