Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp824 add(ConfigMapper(C2_PARAMKEY_INPUT_TIME_STRETCH, C2_PARAMKEY_INPUT_TIME_STRETCH, "value")); in initializeStandardParams()
1362 params->setFloat(C2_PARAMKEY_INPUT_TIME_STRETCH, captureRate / frameRate); in getReflectedFormat()
/frameworks/av/media/codec2/core/include/
DC2Config.h1591 constexpr char C2_PARAMKEY_INPUT_TIME_STRETCH[] = "input.time-stretch"; variable