Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5103 uint8 firstGOB; member
5114 uint8 firstGOB; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp8131 PutInteger(0, 255, (uint32)x->firstGOB, stream); in Encode_VideoFastUpdateMB()
8148 PutInteger(0, 17, (uint32)x->firstGOB, stream); in Encode_VideoFastUpdateGOB()
Dh245_analysis.cpp8822 ShowPERInteger(tag, indent, "firstGOB", (int32)x->firstGOB); in Analyze_VideoFastUpdateMB()
8842 ShowPERInteger(tag, indent, "firstGOB", (int32)x->firstGOB); in Analyze_VideoFastUpdateGOB()
Dh245_decoder.cpp10885 x->firstGOB = (uint8) GetInteger(0, 255, stream); in Decode_VideoFastUpdateMB()
10910 x->firstGOB = (uint8) GetInteger(0, 17, stream); in Decode_VideoFastUpdateGOB()