Searched refs:bufferSrc (Results 1 – 3 of 3) sorted by relevance
491 unsigned char *bufferDst, *bufferSrc; in copy2Dto1D() local503 bufferSrc = ( unsigned char * ) y_uv[0] + offset; in copy2Dto1D()518 *bufferDstY = *bufferSrc; in copy2Dto1D()519 bufferSrc++; in copy2Dto1D()522 *bufferDstY = *bufferSrc; in copy2Dto1D()523 bufferSrc++; in copy2Dto1D()542 bufferSrc += ( stride - width); in copy2Dto1D()551 bufferSrc = ( unsigned char * ) y_uv[0] + offset; in copy2Dto1D()562 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()563 bufferSrc += stride; in copy2Dto1D()[all …]
479 unsigned char *bufferDst, *bufferSrc; in copy2Dto1D() local491 bufferSrc = ( unsigned char * ) y_uv[0] + offset; in copy2Dto1D()506 *bufferDstY = *bufferSrc; in copy2Dto1D()507 bufferSrc++; in copy2Dto1D()510 *bufferDstY = *bufferSrc; in copy2Dto1D()511 bufferSrc++; in copy2Dto1D()530 bufferSrc += ( stride - width); in copy2Dto1D()539 bufferSrc = ( unsigned char * ) y_uv[0] + offset; in copy2Dto1D()550 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()551 bufferSrc += stride; in copy2Dto1D()[all …]
240 void *bufferSrc, in copyCroppedNV12() argument248 if (!bufferSrc || !bufferDst) { in copyCroppedNV12()255 lumaSrc = static_cast<unsigned char *>(bufferSrc) + offset; in copyCroppedNV12()256 chromaSrc = static_cast<unsigned char *>(bufferSrc) + uvoffset; in copyCroppedNV12()289 void *bufferSrc, in copyCroppedPacked16() argument294 if (!bufferSrc || !bufferDst) { in copyCroppedPacked16()298 src = static_cast<unsigned char *>(bufferSrc) + offset; in copyCroppedPacked16()