Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp445 unsigned char *bufferDstEnd, *bufferSrcEnd; in copy2Dto1D() local
460 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel; in copy2Dto1D()
475 if ( ( bufferSrc > bufferSrcEnd ) || ( bufferDst > bufferDstEnd ) ) { in copy2Dto1D()