Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_command.cpp338 pVideoMode->h263VideoMode->pbFrames = false; in SendModeRequestCommand()
Dtsc_capability.cpp374 h263VideoCap->pbFrames = false; in GetOutgoingDataType()
964 h263VideoCap->pbFrames = false; in GetDataType()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h1308 uint32 pbFrames : member
1504 uint32 pbFrames : member
3753 uint32 pbFrames : member
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp519 h263caps->pbFrames = OFF; in FillH263Capability()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1775 PutBoolean(x->pbFrames, stream); in Encode_H263VideoCapability()
2304 PutBoolean(x->pbFrames, stream); in Encode_H263ModeComboFlags()
5926 PutBoolean(x->pbFrames, stream); in Encode_H263VideoMode()
Dh245_analysis.cpp1862 ShowPERBoolean(tag, indent, "pbFrames", x->pbFrames); in Analyze_H263VideoCapability()
2437 ShowPERBoolean(tag, indent, "pbFrames", x->pbFrames); in Analyze_H263ModeComboFlags()
6361 ShowPERBoolean(tag, indent, "pbFrames", x->pbFrames); in Analyze_H263VideoMode()
Dh245_decoder.cpp2424 x->pbFrames = GetBoolean(stream); in Decode_H263VideoCapability()
3150 x->pbFrames = GetBoolean(stream); in Decode_H263ModeComboFlags()
7920 x->pbFrames = GetBoolean(stream); in Decode_H263VideoMode()