Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/videoitem/
Dvideoitem.cpp304 gint picWidth { 0 }, picHeight { 0 }; in updateRect() local
306 gst_structure_get_int(caps_struct, "height", &picHeight); in updateRect()
310 float picScaleRatio = picWidth * 1.0f / picHeight; in updateRect()
314 float span = winHeight - winWidth * picHeight / picWidth; in updateRect()
317 float span = winWidth - winHeight * picWidth / picHeight; in updateRect()
320 setResolution(QSize(picWidth, picHeight)); in updateRect()