HomeSort by relevance Sort by last modified time
    Searched defs:dstbuf (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxlogic.cpp 192 CvMat dstbuf, *tdst; local
286 dstbuf = cvMat( dy, size.width, type );
288 dstbuf.step = cvAlign( dstbuf.step, 8 );
289 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
297 dstbuf.data.ptr = buffer;
298 tdst = &dstbuf;
356 CvMat dstbuf, *tdst; local
453 dstbuf = cvMat( dy, size.width, type )
    [all...]
cxarithm.cpp 289 CvMat dstbuf, *tdst; local
442 dstbuf = cvMat( dy, size.width, type );
444 dstbuf.step = cvAlign( dstbuf.step, 8 );
445 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
453 dstbuf.data.ptr = buffer;
454 tdst = &dstbuf;
540 CvMat dstbuf, *tdst; local
686 dstbuf = cvMat( dy, size.width, type )
765 CvMat dstbuf, *tdst; local
1012 CvMat dstbuf, *tdst; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 87 GLubyte *dstbuf; member in struct:copy_context
88 GLubyte *dstptr; /**< dstptr == dstbuf + dstelt_max * vertsize */
214 copy->dstptr = copy->dstbuf;
292 assert(copy->dstptr == (copy->dstbuf +
512 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size);
513 copy->dstptr = copy->dstbuf;
526 dst->Ptr = copy->dstbuf + offset;
568 free(copy->dstbuf);

Completed in 472 milliseconds