Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp609 uint16_t *bufferDst_U; in copy2Dto1D() local
621 bufferDst_U = (uint16_t *) (((uint8_t*)dst) + ySize + uvSize); in copy2Dto1D()
661 : [dst_u] "+r" (bufferDst_U), [dst_v] "+r" (bufferDst_V), in copy2Dto1D()
667 bufferDst_U += inc; in copy2Dto1D()