Home
last modified time | relevance | path

Searched refs:iId (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.h42 VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner);
87 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId);
88 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
Dvideo_render_nsopengl.h44 VideoChannelNSOpenGL(NSOpenGLContext *nsglContext, int iId, VideoRenderNSOpenGL* owner);
107 VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId);
Dvideo_render_agl.cc33 VideoChannelAGL::VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner) : in VideoChannelAGL() argument
35 _id( iId), in VideoChannelAGL()
364 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) : in VideoRenderAGL() argument
368 _id( iId), in VideoRenderAGL()
481 VideoRenderAGL::VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId) : in VideoRenderAGL() argument
485 _id( iId), in VideoRenderAGL()
Dvideo_render_nsopengl.mm23 VideoChannelNSOpenGL::VideoChannelNSOpenGL(NSOpenGLContext *nsglContext, int iId, VideoRenderNSOpen…
25 _id( iId),
363 VideoRenderNSOpenGL::VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId) :
366 _id( iId),
/external/lzma/CPP/7zip/UI/FileManager/
DMyWindowsNew.h36 UINT iId; member
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/sqlite/dist/
Dsqlite3.c118655 int iId = pParse->iSelectId; /* Select id (left-most output column) */
118735 ret = sqlite3VdbeAddOp4(v, OP_Explain, iId, iLevel, iFrom, zMsg,P4_DYNAMIC);
175897 int iId = pSeg->pSeg->iSegid;
175900 iLeafRowid = FTS5_SEGMENT_ROWID(iId, pSeg->iTermLeafPgno);
175928 fts5DataDelete(p, FTS5_SEGMENT_ROWID(iId, 1), iLeafRowid);
184051 i64 iId = sqlite3_column_int64(pStmt, 0);
184052 pIndex = sqlite3Fts5IndexFromCsrid(pTab->pGlobal, iId, &nCol);
/external/sqlite/dist/orig/
Dsqlite3.c118637 int iId = pParse->iSelectId; /* Select id (left-most output column) */
118717 ret = sqlite3VdbeAddOp4(v, OP_Explain, iId, iLevel, iFrom, zMsg,P4_DYNAMIC);
175867 int iId = pSeg->pSeg->iSegid;
175870 iLeafRowid = FTS5_SEGMENT_ROWID(iId, pSeg->iTermLeafPgno);
175898 fts5DataDelete(p, FTS5_SEGMENT_ROWID(iId, 1), iLeafRowid);
184021 i64 iId = sqlite3_column_int64(pStmt, 0);
184022 pIndex = sqlite3Fts5IndexFromCsrid(pTab->pGlobal, iId, &nCol);