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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadFilterNode.cpp 55 case BiquadProcessor::Peaking:
56 return "peaking";
79 else if (type == "peaking")
80 setType(BiquadProcessor::Peaking);
BiquadProcessor.h 47 Peaking = 5,
BiquadDSPKernel.cpp 98 case BiquadProcessor::Peaking:

Completed in 385 milliseconds