HomeSort by relevance Sort by last modified time
    Searched defs:fragmentationLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 115 fragmentationLength(NULL),
121 delete[] fragmentationLength;
137 delete[] fragmentationLength;
138 fragmentationLength = NULL;
149 if (src.fragmentationLength) {
150 fragmentationLength = new uint32_t[src.fragmentationVectorSize];
169 if (src.fragmentationLength) {
170 memcpy(fragmentationLength, src.fragmentationLength,
200 uint32_t* oldLengths = fragmentationLength;
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 135 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;
    [all...]

Completed in 332 milliseconds