Searched refs:compLevel (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/libeffects/preprocessing/tests/ |
H A D | EffectPreprocessingTest.cpp | 69 int compLevel; member 101 for (const auto compLevel : kAGCCompLevels) { in __anon9f53d8ad0202() local 102 AGCParams agcParams = {.targetLevel = targetLevel, .compLevel = compLevel}; in __anon9f53d8ad0202() 141 ASSERT_NO_FATAL_FAILURE(effect.setParam(AGC_PARAM_COMP_GAIN, agcParams->compLevel)); in setPreProcParams()
|
/aosp12/build/soong/zip/cmd/ |
H A D | main.go | 156 compLevel := flags.Int("L", 5, "deflate compression level (0-9)") 220 CompressionLevel: *compLevel,
|
/aosp12/build/soong/zip/ |
H A D | zip.go | 217 compLevel int member 268 compLevel: args.CompressionLevel, 825 fw, err = flate.NewWriterDict(buf, z.compLevel, dict) 831 fw, err = flate.NewWriter(buf, z.compLevel)
|