Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_pvapi.cpp325 tPvUint32 currHeight; in setProperty() local
327 PvAttrUint32Get(Camera.Handle, "Height", &currHeight); in setProperty()
331 if (!resizeCaptureFrame(value, currHeight)) in setProperty()
461 tPvUint32 currHeight; in setProperty() local
464 PvAttrUint32Get(Camera.Handle, "Height", &currHeight); in setProperty()
468 if (!resizeCaptureFrame(currWidth, currHeight)) in setProperty()