Home
last modified time | relevance | path

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

/external/webrtc/src/modules/interface/
Dmodule_common_types.h133 fragmentationVectorSize(0), in RTPFragmentationHeader()
155 if(header.fragmentationVectorSize != fragmentationVectorSize)
169 if(header.fragmentationVectorSize > 0)
174 fragmentationOffset = new WebRtc_UWord32[header.fragmentationVectorSize];
178 fragmentationLength = new WebRtc_UWord32[header.fragmentationVectorSize];
182 fragmentationTimeDiff = new WebRtc_UWord16[header.fragmentationVectorSize];
186 fragmentationPlType = new WebRtc_UWord8[header.fragmentationVectorSize];
190 fragmentationVectorSize = header.fragmentationVectorSize;
193 if(header.fragmentationVectorSize > 0)
199 header.fragmentationVectorSize * sizeof(WebRtc_UWord32));
[all …]