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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h92 int SamplesPerSecond; member in struct:BundledEffectContext
H A DEffectBundle.cpp977 pContext->pBundledContext->SamplesPerSecond = 8000*2; // 2 secs Stereo
981 pContext->pBundledContext->SamplesPerSecond = 16000*2; // 2 secs Stereo
985 pContext->pBundledContext->SamplesPerSecond = 22050*2; // 2 secs Stereo
989 pContext->pBundledContext->SamplesPerSecond = 32000*2; // 2 secs Stereo
993 pContext->pBundledContext->SamplesPerSecond = 44100*2; // 2 secs Stereo
997 pContext->pBundledContext->SamplesPerSecond = 48000*2; // 2 secs Stereo
2512 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1);
2525 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1);
2537 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1);

Completed in 144 milliseconds