Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h94 int SamplesPerSecond; member
DEffectBundle.cpp1263 pContext->pBundledContext->SamplesPerSecond = 8000 * NrChannels; in Effect_setConfig()
1267 pContext->pBundledContext->SamplesPerSecond = 16000 * NrChannels; in Effect_setConfig()
1271 pContext->pBundledContext->SamplesPerSecond = 22050 * NrChannels; in Effect_setConfig()
1275 pContext->pBundledContext->SamplesPerSecond = 32000 * NrChannels; in Effect_setConfig()
1279 pContext->pBundledContext->SamplesPerSecond = 44100 * NrChannels; in Effect_setConfig()
1283 pContext->pBundledContext->SamplesPerSecond = 48000 * NrChannels; in Effect_setConfig()
1288 pContext->pBundledContext->SamplesPerSecond = 88200 * NrChannels; in Effect_setConfig()
1292 pContext->pBundledContext->SamplesPerSecond = 96000 * NrChannels; in Effect_setConfig()
1296 pContext->pBundledContext->SamplesPerSecond = 176400 * NrChannels; in Effect_setConfig()
1300 pContext->pBundledContext->SamplesPerSecond = 192000 * NrChannels; in Effect_setConfig()
[all …]