Searched refs:iFrame (Results 1 – 7 of 7) sorted by relevance
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | InputStreamCallbackAnalyzer.cpp | 34 for (int iFrame = 0; iFrame < numFrames; iFrame++) { in onAudioReady() local 47 for (int iFrame = 0; iFrame < numFrames; iFrame++) { in onAudioReady() local
|
/external/kernel-headers/original/uapi/linux/dvb/ |
D | video.h | 148 char __user *iFrame; /* pointer to a single iframe in memory */ member
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 1464 Rect iFrame; in Mlte_TXNNewObject() local 1477 PyMac_GetRect, &iFrame, in Mlte_TXNNewObject() 1485 &iFrame, in Mlte_TXNNewObject()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 2507 …REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus); in resetStack() local 2514 iFrame->fExtra[i] = -1; in resetStack() 2516 return iFrame; in resetStack()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 54662 u32 iFrame = 0; /* Frame of WAL containing pgno */ 54668 rc = sqlite3WalFindFrame(pPager->pWal, pPg->pgno, &iFrame); 54671 if( iFrame ){ 54672 rc = sqlite3WalReadFrame(pPager->pWal, iFrame,pPager->pageSize,pPg->pData); 57271 u32 iFrame = 0; /* Frame to read from WAL file */ 57296 rc = sqlite3WalFindFrame(pPager->pWal, pgno, &iFrame); 57302 if( bMmapOk && iFrame==0 ){ 59834 #define walFrameOffset(iFrame, szPage) ( \ 59835 WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \ 60365 static int walFramePage(u32 iFrame){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 54578 u32 iFrame = 0; /* Frame of WAL containing pgno */ 54584 rc = sqlite3WalFindFrame(pPager->pWal, pPg->pgno, &iFrame); 54587 if( iFrame ){ 54588 rc = sqlite3WalReadFrame(pPager->pWal, iFrame,pPager->pageSize,pPg->pData); 57187 u32 iFrame = 0; /* Frame to read from WAL file */ 57212 rc = sqlite3WalFindFrame(pPager->pWal, pgno, &iFrame); 57218 if( bMmapOk && iFrame==0 ){ 59750 #define walFrameOffset(iFrame, szPage) ( \ 59751 WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \ 60279 static int walFramePage(u32 iFrame){ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 54594 u32 iFrame = 0; /* Frame of WAL containing pgno */ 54600 rc = sqlite3WalFindFrame(pPager->pWal, pPg->pgno, &iFrame); 54603 if( iFrame ){ 54604 rc = sqlite3WalReadFrame(pPager->pWal, iFrame,pPager->pageSize,pPg->pData); 57203 u32 iFrame = 0; /* Frame to read from WAL file */ 57228 rc = sqlite3WalFindFrame(pPager->pWal, pgno, &iFrame); 57234 if( bMmapOk && iFrame==0 ){ 59766 #define walFrameOffset(iFrame, szPage) ( \ 59767 WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \ 60295 static int walFramePage(u32 iFrame){ [all …]
|