Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp4346 const LONG cbWidth = 4 * videoWidth; in WriteFrame() local
4347 const DWORD cbBuffer = cbWidth * videoHeight; in WriteFrame()
4365 -cbWidth, // Destination stride. in WriteFrame()
4367 cbWidth, // Source stride. in WriteFrame()
4368 cbWidth, // Image width in bytes. in WriteFrame()
4374 cbWidth, // Destination stride. in WriteFrame()
4376 cbWidth, // Source stride. in WriteFrame()
4377 cbWidth, // Image width in bytes. in WriteFrame()