Home
last modified time | relevance | path

Searched refs:thereIsDecoder (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc327 bool thereIsDecoder; in PullAudioRunA() local
330 thereIsDecoder = _thereIsDecoderA; in PullAudioRunA()
332 if (thereIsDecoder) { in PullAudioRunA()
347 bool thereIsDecoder; in PullAudioRunB() local
350 thereIsDecoder = _thereIsDecoderB; in PullAudioRunB()
352 if (thereIsDecoder) { in PullAudioRunB()
785 bool* thereIsDecoder; in TestRegisteration() local
801 thereIsDecoder = &_thereIsDecoderB; in TestRegisteration()
807 thereIsDecoder = &_thereIsDecoderA; in TestRegisteration()
829 *thereIsDecoder = false; in TestRegisteration()
[all …]