Searched refs:slesGetPlayerVarianceBufferPeriod (Results 1 – 4 of 4) sorted by relevance
147 public native double slesGetPlayerVarianceBufferPeriod(long sles_data); in slesGetPlayerVarianceBufferPeriod() method in NativeAudioThread282 mPlayerStdDevBufferPeriod = Math.sqrt(slesGetPlayerVarianceBufferPeriod(sles_data)); in run()
159 int64_t slesGetPlayerVarianceBufferPeriod(sles_data *pSles);
137 int64_t result = slesGetPlayerVarianceBufferPeriod(pSles); in Java_org_drrickorang_loopback_NativeAudioThread_slesGetPlayerVarianceBufferPeriod()
1037 int64_t slesGetPlayerVarianceBufferPeriod(sles_data *pSles) { in slesGetPlayerVarianceBufferPeriod() function