Home
last modified time | relevance | path

Searched refs:callbackTimeStamps (Results 1 – 7 of 7) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback2.cpp139 int lb2GetPlayerTimeStampsAndExpectedBufferPeriod(void*, callbackTimeStamps **ppTSs) { in lb2GetPlayerTimeStampsAndExpectedBufferPeriod()
140 static callbackTimeStamps tss = { in lb2GetPlayerTimeStampsAndExpectedBufferPeriod()
152 int lb2GetRecorderTimeStampsAndExpectedBufferPeriod(void*, callbackTimeStamps **ppTSs) { in lb2GetRecorderTimeStampsAndExpectedBufferPeriod()
153 static callbackTimeStamps tss = { in lb2GetRecorderTimeStampsAndExpectedBufferPeriod()
Dloopback2.h41 int lb2GetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
42 int lb2GetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dloopback.h34 } callbackTimeStamps; typedef
72 int (*getPlayerTimeStampsAndExpectedBufferPeriod)(void *pCtx, callbackTimeStamps **ppTSs);
73 int (*getRecorderTimeStampsAndExpectedBufferPeriod)(void *pCtx, callbackTimeStamps **ppTSs);
Dloopback_sles.h41 int slesGetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
42 int slesGetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
Dsles.h102 callbackTimeStamps recorderTimeStamps;
103 callbackTimeStamps playerTimeStamps;
Djni_native.c195 jobject getCallbackTimes(JNIEnv *env, callbackTimeStamps *callbacks, short expectedBufferPeriod){ in getCallbackTimes()
214 callbackTimeStamps *pTSs; in Java_org_drrickorang_loopback_NativeAudioThread_nativeGetPlayerCallbackTimeStamps()
224 callbackTimeStamps *pTSs; in Java_org_drrickorang_loopback_NativeAudioThread_nativeGetRecorderCallbackTimeStamps()
Dsles.cpp44 callbackTimeStamps *timeStamps, short expectedBufferPeriod);
46 static void recordTimeStamp(callbackTimeStamps *timeStamps,
343 callbackTimeStamps *timeStamps, short expectedBufferPeriod) { in collectBufferPeriod()
371 static void recordTimeStamp(callbackTimeStamps *timeStamps, in recordTimeStamp()
1048 int slesGetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs) { in slesGetPlayerTimeStampsAndExpectedBufferPeriod()
1054 int slesGetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs) { in slesGetRecorderTimeStampsAndExpectedBufferPeriod()