Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_winrt_video.cpp160 unsigned int colBytes = width * bytesPerPixel; in __anonf7812a090402() local
174 unsigned int j = colBytes - 1; in __anonf7812a090402()
176 while (i < colBytes) in __anonf7812a090402()
185 buf += colBytes; in __anonf7812a090402()
202 for (unsigned int i = 0; i < colBytes; i += bytesPerPixel) in __anonf7812a090402()
216 buf += colBytes; in __anonf7812a090402()
246 unsigned int colBytes = width * 4; in CopyOutput() local
273 buf += colBytes; in CopyOutput()