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

  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 186 uint16_t oldVectorSize = fragmentationVectorSize;
191 memset(fragmentationOffset + oldVectorSize, 0,
192 sizeof(uint32_t) * (size - oldVectorSize));
195 sizeof(uint32_t) * oldVectorSize);
202 memset(fragmentationLength + oldVectorSize, 0,
203 sizeof(uint32_t) * (size - oldVectorSize));
205 sizeof(uint32_t) * oldVectorSize);
212 memset(fragmentationTimeDiff + oldVectorSize, 0,
213 sizeof(uint16_t) * (size - oldVectorSize));
215 sizeof(uint16_t) * oldVectorSize);
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 223 WebRtc_UWord16 oldVectorSize = fragmentationVectorSize;
228 memset(fragmentationOffset+oldVectorSize, 0,
229 sizeof(WebRtc_UWord32)*(size-oldVectorSize));
231 memcpy(fragmentationOffset,oldOffsets, sizeof(WebRtc_UWord32) * oldVectorSize);
238 memset(fragmentationLength+oldVectorSize, 0,
239 sizeof(WebRtc_UWord32) * (size- oldVectorSize));
241 sizeof(WebRtc_UWord32) * oldVectorSize);
248 memset(fragmentationTimeDiff+oldVectorSize, 0,
249 sizeof(WebRtc_UWord16) * (size- oldVectorSize));
251 sizeof(WebRtc_UWord16) * oldVectorSize);
    [all...]

Completed in 34 milliseconds