Searched refs:size_of_containedThreads (Results 1 – 4 of 4) sorted by relevance
940 uint16 size_of_containedThreads; member
2080 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()
1506 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()
1578 … 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()