Home
last modified time | relevance | path

Searched refs:C2_PARAMKEY_COMPLEXITY (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp797 add(ConfigMapper(KEY_FLAC_COMPRESSION_LEVEL, C2_PARAMKEY_COMPLEXITY, "value") in initializeStandardParams()
799 add(ConfigMapper("complexity", C2_PARAMKEY_COMPLEXITY, "value") in initializeStandardParams()
/hardware/google/av/codec2/include/
DC2Config.h1189 constexpr char C2_PARAMKEY_COMPLEXITY[] = "algo.complexity"; variable