HomeSort by relevance Sort by last modified time
    Searched refs:_testMode (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
SpatialAudio.h 42 int _testMode;
SpatialAudio.cc 30 _testMode(testMode) {
56 if (_testMode == 1) {
88 if (_testMode == 0) {
125 if (_testMode == 0) {
142 if (_testMode == 0) {
146 if (_testMode == 0) {
TwoWayCommunication.h 55 int _testMode;
iSACTest.h 74 int _testMode;
iSACTest.cc 74 _testMode(testMode) {}
156 if (_testMode != 0) {
190 if (_testMode == 0) {
232 SetISAConfig(swbISACConfig, _acmA.get(), _testMode);
233 SetISAConfig(wbISACConfig, _acmB.get(), _testMode);
252 if ((adaptiveMode) && (_testMode != 0)) {
259 if (_testMode != 0) {
305 if (_testMode == 2)
EncodeDecodeTest.cc 250 _testMode = 2;
260 _testMode = testMode;
261 if (_testMode != 0) {
282 if (_testMode != 2) {
302 _receiver.testMode = _testMode;
309 std::string fileName = EncodeToFile(1, codeId, codePars, _testMode);
325 if (_testMode == 1) {
EncodeDecodeTest.h 108 uint8_t _testMode;
TwoWayCommunication.cc 36 _testMode(testMode) {
240 if (_testMode == 0) {
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 224 bool _testMode;
ArchiveExtractCallback.cpp 214 _testMode = testMode;
885 if (askExtractMode == NArchive::NExtract::NAskMode::kExtract && !_testMode)
949 if (askExtractMode == NArchive::NExtract::NAskMode::kExtract && !_testMode)
    [all...]

Completed in 233 milliseconds