Searched defs:fragmentationLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h107 fragmentationLength(NULL),
113 delete[] fragmentationLength;
129 delete[] fragmentationLength;
130 fragmentationLength = NULL;
141 if (src.fragmentationLength) {
142 fragmentationLength = new uint32_t[src.fragmentationVectorSize];
161 if (src.fragmentationLength) {
162 memcpy(fragmentationLength, src.fragmentationLength,
192 uint32_t* oldLengths = fragmentationLength;
226 uint32_t* fragmentationLength; // Data size for each fragmentation member in class:webrtc::RTPFragmentationHeader
[all...]
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h135 fragmentationLength(NULL),
143 delete [] fragmentationLength;
162 delete [] fragmentationLength;
163 fragmentationLength = NULL;
176 if(header.fragmentationLength)
178 fragmentationLength = new WebRtc_UWord32[header.fragmentationVectorSize];
201 if(header.fragmentationLength)
203 memcpy(fragmentationLength, header.fragmentationLength,
236 WebRtc_UWord32* oldLengths = fragmentationLength;
270 WebRtc_UWord32* fragmentationLength; // Data size for each fragmentation member in class:webrtc::RTPFragmentationHeader
[all...]

Completed in 212 milliseconds