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

  /external/webrtc/webrtc/modules/audio_processing/
splitting_filter_unittest.cc 50 bool is_present[kNumBands]; local
55 is_present[j] = i & (static_cast<size_t>(1) << j);
56 float amplitude = is_present[j] ? kAmplitude : 0.f;
74 if (is_present[j]) {
98 any_present |= is_present[j];
  /external/flatbuffers/src/
idl_gen_text.cpp 212 auto is_present = struct_def.fixed || table->CheckField(fd.value.offset); local
216 if (is_present || output_anyway) {
227 if (is_present) {

Completed in 5188 milliseconds