Home
last modified time | relevance | path

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

/frameworks/base/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h92 int SamplesPerSecond; member
DEffectBundle.cpp969 pContext->pBundledContext->SamplesPerSecond = 8000*2; // 2 secs Stereo in Effect_configure()
973 pContext->pBundledContext->SamplesPerSecond = 16000*2; // 2 secs Stereo in Effect_configure()
977 pContext->pBundledContext->SamplesPerSecond = 22050*2; // 2 secs Stereo in Effect_configure()
981 pContext->pBundledContext->SamplesPerSecond = 32000*2; // 2 secs Stereo in Effect_configure()
985 pContext->pBundledContext->SamplesPerSecond = 44100*2; // 2 secs Stereo in Effect_configure()
989 pContext->pBundledContext->SamplesPerSecond = 48000*2; // 2 secs Stereo in Effect_configure()
2472 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1); in Effect_setEnabled()
2484 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1); in Effect_setEnabled()
2496 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1); in Effect_setEnabled()