Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp241 void *bufferDst) in copyCroppedNV12() argument
248 if (!bufferSrc || !bufferDst) { in copyCroppedNV12()
263 lumaDst = static_cast<unsigned char *>(bufferDst); in copyCroppedNV12()
264 chromaDst = static_cast<unsigned char *>(bufferDst) + uvoffset; in copyCroppedNV12()
290 void *bufferDst) in copyCroppedPacked16() argument
294 if (!bufferSrc || !bufferDst) { in copyCroppedPacked16()
299 dst = static_cast<unsigned char *>(bufferDst); in copyCroppedPacked16()
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp479 unsigned char *bufferDst, *bufferSrc; in copy2Dto1D() local
537 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()
550 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()
552 bufferDst += row; in copy2Dto1D()
553 if ( ( bufferSrc > bufferSrcEnd ) || ( bufferDst > bufferDstEnd ) ) { in copy2Dto1D()
679 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()
685 for ( int i = 0 ; i < height ; i++, bufferSrc += alignedRow, bufferDst += row) { in copy2Dto1D()
686 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()
/hardware/ti/omap4-aah/camera/
DAppCallbackNotifier.cpp491 unsigned char *bufferDst, *bufferSrc; in copy2Dto1D() local
549 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()
562 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()
564 bufferDst += row; in copy2Dto1D()
565 if ( ( bufferSrc > bufferSrcEnd ) || ( bufferDst > bufferDstEnd ) ) { in copy2Dto1D()
691 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()
697 for ( int i = 0 ; i < height ; i++, bufferSrc += alignedRow, bufferDst += row) { in copy2Dto1D()
698 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()