Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_pvapi.cpp343 tPvUint32 currWidth; in setProperty() local
345 PvAttrUint32Get(Camera.Handle, "Width", &currWidth); in setProperty()
350 if (!resizeCaptureFrame(currWidth, value)) in setProperty()
460 tPvUint32 currWidth; in setProperty() local
463 PvAttrUint32Get(Camera.Handle, "Width", &currWidth); in setProperty()
468 if (!resizeCaptureFrame(currWidth, currHeight)) in setProperty()