Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/src/codec/
H A Dvidcodec.cxx46 #define FRAME_WIDTH PVideoDevice::CIF16Width
H A Dopalpluginmgr.cxx2643 …{ H245_H263VideoCapability::e_cif16MPI, PVideoFrameInfo::CIF16Width, PVideoFrameInfo::CIF16Height } in IsMatch()
2700 …245_H263VideoCapability::e_cif16MPI, h263.m_cif16MPI, PVideoFrameInfo::CIF16Width, PVideoFrameInfo… in OnReceivedPDU()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dvideoio.cxx430 { "CIF16", PVideoDevice::CIF16Width, PVideoDevice::CIF16Height },
431 { "16CIF", PVideoDevice::CIF16Width, PVideoDevice::CIF16Height },
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvideoio.h68 CIF16Width = 1408, CIF16Height = 1152, enumerator
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPVideoInputDevice.sip50 CIF16Width = 1408, CIF16Height = 1152,
/dports/net/opal/opal-3.10.10/samples/openphone/
H A Dmain.cxx3423 maxWidth = PVideoFrameInfo::CIF16Width; in AdjustVideoFormats()