Searched refs:picHeight (Results 1 – 1 of 1) sorted by relevance
304 gint picWidth { 0 }, picHeight { 0 }; in updateRect() local306 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()