Searched refs:frameEnd (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1180 CvPoint2D64d frameEnd; in icvGetCrossRectDirect() local 1191 frameEnd.x = imageSize.width; in icvGetCrossRectDirect() 1192 frameEnd.y = 0; in icvGetCrossRectDirect() 1194 icvGetCrossPieceDirect(frameBeg,frameEnd,a,b,c,&cross[0],&haveCross[0]); in icvGetCrossRectDirect() 1198 frameEnd.x = imageSize.width; in icvGetCrossRectDirect() 1199 frameEnd.y = imageSize.height; in icvGetCrossRectDirect() 1200 icvGetCrossPieceDirect(frameBeg,frameEnd,a,b,c,&cross[1],&haveCross[1]); in icvGetCrossRectDirect() 1204 frameEnd.x = 0; in icvGetCrossRectDirect() 1205 frameEnd.y = imageSize.height; in icvGetCrossRectDirect() 1206 icvGetCrossPieceDirect(frameBeg,frameEnd,a,b,c,&cross[2],&haveCross[2]); in icvGetCrossRectDirect() [all …]
|
/external/deqp/modules/egl/ |
D | teglSwapBuffersTests.cpp | 302 tcu::TextureLevel frameEnd; in executeForConfig() local 400 window->readScreenPixels(&frameEnd); in executeForConfig() 416 …mpare end of frame against beginning of frame", frameBegin.getAccess(), frameEnd.getAccess(), tcu:… in executeForConfig()
|
/external/lz4/lib/ |
D | lz4frame.c | 446 size_t frameEnd = 4 + (prefsPtr->frameInfo.contentChecksumFlag*4); in LZ4F_compressBound() local 447 size_t result = (blockInfo * nbBlocks) + (blockSize * (nbBlocks-1)) + lastBlockSize + frameEnd; in LZ4F_compressBound()
|