Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp561 uint16_t *bufferDst_UV; in copy2Dto1D() local
564 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height); in copy2Dto1D()
603 : [dst] "+r" (bufferDst_UV), [src] "+r" (bufferSrc_UV), [n] "+r" (n) in copy2Dto1D()