Home
last modified time | relevance | path

Searched refs:ppTSs (Results 1 – 5 of 5) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback2.cpp139 int lb2GetPlayerTimeStampsAndExpectedBufferPeriod(void*, callbackTimeStamps **ppTSs) { in lb2GetPlayerTimeStampsAndExpectedBufferPeriod() argument
148 *ppTSs = &tss; in lb2GetPlayerTimeStampsAndExpectedBufferPeriod()
152 int lb2GetRecorderTimeStampsAndExpectedBufferPeriod(void*, callbackTimeStamps **ppTSs) { in lb2GetRecorderTimeStampsAndExpectedBufferPeriod() argument
161 *ppTSs = &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_sles.h41 int slesGetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
42 int slesGetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
Dloopback.h72 int (*getPlayerTimeStampsAndExpectedBufferPeriod)(void *pCtx, callbackTimeStamps **ppTSs);
73 int (*getRecorderTimeStampsAndExpectedBufferPeriod)(void *pCtx, callbackTimeStamps **ppTSs);
Dsles.cpp1048 int slesGetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs) { in slesGetPlayerTimeStampsAndExpectedBufferPeriod() argument
1050 *ppTSs = &pSles->playerTimeStamps; in slesGetPlayerTimeStampsAndExpectedBufferPeriod()
1054 int slesGetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs) { in slesGetRecorderTimeStampsAndExpectedBufferPeriod() argument
1056 *ppTSs = &pSles->recorderTimeStamps; in slesGetRecorderTimeStampsAndExpectedBufferPeriod()