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