OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_audioFramePool
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc
118
_audioFramePool
(NULL),
142
MemoryPool<AudioFrame>::CreateMemoryPool(
_audioFramePool
,
144
if(
_audioFramePool
== NULL)
174
MemoryPool<AudioFrame>::DeleteMemoryPool(
_audioFramePool
);
175
assert(
_audioFramePool
== NULL);
266
if(
_audioFramePool
->PopMemory(mixedAudio) == -1) {
325
_audioFramePool
->PushMemory(mixedAudio);
549
if(
_audioFramePool
->PopMemory(audioFrame) == -1) {
560
_audioFramePool
->PushMemory(audioFrame);
627
_audioFramePool
->PushMemory(replaceFrame)
[
all
...]
audio_conference_mixer_impl.h
164
MemoryPool<AudioFrame>*
_audioFramePool
;
Completed in 48 milliseconds