Home
last modified time | relevance | path

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

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/capture/
H A Dv4lcapture.cpp28 QString pixelformatdescription; in getDeviceName() local
77 if (pixelformatdescription.length() > 2000) { in getDeviceName()
81 pixelformatdescription.append(value); in getDeviceName()
96 if (pixelformatdescription.length() > 2000) { in getDeviceName()
100 pixelformatdescription.append(value); in getDeviceName()
104 if (pixelformatdescription.length() > 2000) { in getDeviceName()
108 pixelformatdescription.append(value); in getDeviceName()
128 result << (deviceName.isEmpty() ? input : deviceName) << pixelformatdescription; in getDeviceName()