Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp3522 int *dstInt, *srcInt; in processPixels() local
3529 dstInt = (int *)(dst + (y * widthInBytes)); in processPixels()
3531 memcpy(dstInt, srcInt, widthInBytes); in processPixels()