Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h940 uint16 size_of_containedThreads; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_decoder.cpp2080 x->size_of_containedThreads = (uint16) GetInteger(1, 256, stream); in Decode_RTPH263VideoRedundancyEncoding()
2081 … x->containedThreads = (uint32*) OSCL_DEFAULT_MALLOC(x->size_of_containedThreads * sizeof(uint32)); in Decode_RTPH263VideoRedundancyEncoding()
2082 for (i = 0; i < x->size_of_containedThreads; ++i) in Decode_RTPH263VideoRedundancyEncoding()
Dh245_encoder.cpp1506 PutInteger(1, 256, (uint32)x->size_of_containedThreads, stream); in Encode_RTPH263VideoRedundancyEncoding()
1507 for (i = 0; i < x->size_of_containedThreads; ++i) in Encode_RTPH263VideoRedundancyEncoding()
Dh245_analysis.cpp1578 … ShowPERInteger(tag, indent, "size_of_containedThreads", (uint32)x->size_of_containedThreads); in Analyze_RTPH263VideoRedundancyEncoding()
1579 for (i = 0; i < x->size_of_containedThreads; ++i) in Analyze_RTPH263VideoRedundancyEncoding()