Searched refs:samplesPerLine (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 1107 uint16 samplesPerLine; member 1575 uint16 samplesPerLine; member 3719 uint16 samplesPerLine; member 3789 uint16 samplesPerLine; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_encoder.cpp | 1708 PutInteger(0, 16383, (uint32)x->samplesPerLine, stream); in Encode_H262VideoCapability() 2350 PutInteger(0, 16383, (uint32)x->samplesPerLine, stream); in Encode_IS11172VideoCapability() 5841 PutInteger(0, 16383, (uint32)x->samplesPerLine, stream); in Encode_H262VideoMode() 6003 PutInteger(0, 16383, (uint32)x->samplesPerLine, stream); in Encode_IS11172VideoMode()
|
D | h245_analysis.cpp | 1804 ShowPERInteger(tag, indent, "samplesPerLine", (int32)x->samplesPerLine); in Analyze_H262VideoCapability() 2485 ShowPERInteger(tag, indent, "samplesPerLine", (int32)x->samplesPerLine); in Analyze_IS11172VideoCapability() 6277 ShowPERInteger(tag, indent, "samplesPerLine", (int32)x->samplesPerLine); in Analyze_H262VideoMode() 6441 ShowPERInteger(tag, indent, "samplesPerLine", (int32)x->samplesPerLine); in Analyze_IS11172VideoMode()
|
D | h245_decoder.cpp | 2357 x->samplesPerLine = (uint16) GetInteger(0, 16383, stream); in Decode_H262VideoCapability() 3207 x->samplesPerLine = (uint16) GetInteger(0, 16383, stream); in Decode_IS11172VideoCapability() 7829 x->samplesPerLine = (uint16) GetInteger(0, 16383, stream); in Decode_H262VideoMode() 8016 x->samplesPerLine = (uint16) GetInteger(0, 16383, stream); in Decode_IS11172VideoMode()
|