Searched refs:effectType (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | DecoderTestAacDrc.java | 519 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy, int effectType) { in DrcParams() argument 521 mEffectType = effectType; in DrcParams() 524 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy, int effectType, in DrcParams() argument 526 this(boost, cut, decoderTargetLevel, heavy, effectType); in DrcParams()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | EffectBundleTest.java | 478 UUID effectType, final int paramCodes[]) throws Exception { in verifyZeroPVSizeRejectedForSetParameter() argument 482 if (descriptor.type.compareTo(effectType) != 0) continue; in verifyZeroPVSizeRejectedForSetParameter() 516 Log.w(TAG, "No effect with type " + effectType + " was found"); in verifyZeroPVSizeRejectedForSetParameter()
|