Searched refs:firstGOB (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 5103 uint8 firstGOB; member 5114 uint8 firstGOB; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_encoder.cpp | 8131 PutInteger(0, 255, (uint32)x->firstGOB, stream); in Encode_VideoFastUpdateMB() 8148 PutInteger(0, 17, (uint32)x->firstGOB, stream); in Encode_VideoFastUpdateGOB()
|
D | h245_analysis.cpp | 8822 ShowPERInteger(tag, indent, "firstGOB", (int32)x->firstGOB); in Analyze_VideoFastUpdateMB() 8842 ShowPERInteger(tag, indent, "firstGOB", (int32)x->firstGOB); in Analyze_VideoFastUpdateGOB()
|
D | h245_decoder.cpp | 10885 x->firstGOB = (uint8) GetInteger(0, 255, stream); in Decode_VideoFastUpdateMB() 10910 x->firstGOB = (uint8) GetInteger(0, 17, stream); in Decode_VideoFastUpdateGOB()
|