Home
last modified time | relevance | path

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

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dvideoio.cxx64 static const char * const VideoFormatNames[PVideoDevice::NumVideoFormats] = { in operator <<()
71 if (fmt < PVideoDevice::NumVideoFormats && VideoFormatNames[fmt] != NULL) in operator <<()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvideoio.h400 NumVideoFormats enumerator
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPVideoInputDevice.sip331 NumVideoFormats
/dports/net/opal/opal-3.10.10/samples/openphone/
H A Dmain.cxx965 …config->Read(VideoGrabFormatKey, &value1) && value1 >= 0 && value1 < PVideoDevice::NumVideoFormats) in Initialise()