Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h1107 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/
Dh245_encoder.cpp1708 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()
Dh245_analysis.cpp1804 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()
Dh245_decoder.cpp2357 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()