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

  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 113 : fragmentationVectorSize(0),
131 if (src.fragmentationVectorSize != fragmentationVectorSize) {
144 if (src.fragmentationVectorSize > 0) {
147 fragmentationOffset = new uint32_t[src.fragmentationVectorSize];
150 fragmentationLength = new uint32_t[src.fragmentationVectorSize];
153 fragmentationTimeDiff = new uint16_t[src.fragmentationVectorSize];
156 fragmentationPlType = new uint8_t[src.fragmentationVectorSize];
160 fragmentationVectorSize = src.fragmentationVectorSize;
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 133 fragmentationVectorSize(0),
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;
    [all...]

Completed in 328 milliseconds