Searched refs:yDst (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp467 uint8_t *yDst = dst; local
469 memcpy(yDst, ySrc, src.width);
471 yDst += dstYStride;
485 uint8_t *crcbDst = yDst;
513 uint8_t *crDst = yDst;
514 uint8_t *cbDst = yDst + chromaHeight * dstCStride;

Completed in 924 milliseconds