Searched refs:pTimeOut (Results 1 – 7 of 7) sorted by relevance
/external/aac/libFDK/src/ |
D | qmf.cpp | 314 FIXP_DBL *pTimeOut /*!< Pointer to qmf subband slot (output)*/ in qmfInverseModulationLP_even() argument 321 FIXP_DBL *RESTRICT tReal = pTimeOut; in qmfInverseModulationLP_even() 322 FIXP_DBL *RESTRICT tImag = pTimeOut + L; in qmfInverseModulationLP_even() 370 FIXP_DBL *pTimeOut /*!< Pointer to qmf subband slot (output)*/ in qmfInverseModulationLP_odd() argument 378 scaleValuesSaturate(pTimeOut + M, qmfReal, synQmf->lsb, scaleFactorLowBand); in qmfInverseModulationLP_odd() 379 scaleValuesSaturate(pTimeOut + M + synQmf->lsb, qmfReal + synQmf->lsb, in qmfInverseModulationLP_odd() 381 FDKmemclear(pTimeOut + M + synQmf->usb, (L - synQmf->usb) * sizeof(FIXP_DBL)); in qmfInverseModulationLP_odd() 383 dct_IV(pTimeOut + M, L, &shift); in qmfInverseModulationLP_odd() 385 pTimeOut[i] = pTimeOut[L - 1 - i]; in qmfInverseModulationLP_odd() 386 pTimeOut[2 * L - 1 - i] = -pTimeOut[L + i]; in qmfInverseModulationLP_odd()
|
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 1534 PCM_MPS *pTimeOut = pTimeData; in mpegSurroundDecoder_Apply() local 1729 TDinput, NULL, NULL, pTimeOut, *frameSize, &controlFlags, *nChannels, in mpegSurroundDecoder_Apply()
|
/external/sqlite/dist/ |
D | shell.c | 4122 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument 4123 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
|
D | sqlite3.c | 23198 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument 23207 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64() 23211 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64() 48206 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 48207 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); 200301 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 200303 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);
|
/external/sqlite/dist/orig/ |
D | shell.c | 4117 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument 4118 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
|
D | sqlite3.c | 23198 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument 23207 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64() 23211 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64() 48190 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 48191 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); 200273 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 200275 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 23243 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument 23252 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64() 23256 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64() 48278 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 48279 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); 201034 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 201036 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);
|