Searched refs:ppTSs (Results 1 – 5 of 5) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | loopback2.cpp | 139 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()
|
D | loopback2.h | 41 int lb2GetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs); 42 int lb2GetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | loopback_sles.h | 41 int slesGetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs); 42 int slesGetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs);
|
D | loopback.h | 72 int (*getPlayerTimeStampsAndExpectedBufferPeriod)(void *pCtx, callbackTimeStamps **ppTSs); 73 int (*getRecorderTimeStampsAndExpectedBufferPeriod)(void *pCtx, callbackTimeStamps **ppTSs);
|
D | sles.cpp | 1048 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()
|