Searched refs:bufferDst (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 241 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/ |
D | AppCallbackNotifier.cpp | 479 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/ |
D | AppCallbackNotifier.cpp | 491 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()
|