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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h94 int SamplesPerSecond; member in struct:BundledEffectContext
H A DEffectBundle.cpp1106 pContext->pBundledContext->SamplesPerSecond = 8000*2; // 2 secs Stereo
1110 pContext->pBundledContext->SamplesPerSecond = 16000*2; // 2 secs Stereo
1114 pContext->pBundledContext->SamplesPerSecond = 22050*2; // 2 secs Stereo
1118 pContext->pBundledContext->SamplesPerSecond = 32000*2; // 2 secs Stereo
1122 pContext->pBundledContext->SamplesPerSecond = 44100*2; // 2 secs Stereo
1126 pContext->pBundledContext->SamplesPerSecond = 48000*2; // 2 secs Stereo
2762 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1);
2775 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1);
2787 (LVM_INT32)(pContext->pBundledContext->SamplesPerSecond*0.1);

Completed in 65 milliseconds