Searched refs:oldLengths (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h236 WebRtc_UWord32* oldLengths = fragmentationLength; local
240 memcpy(fragmentationLength, oldLengths,
242 delete[] oldLengths;
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h192 uint32_t* oldLengths = fragmentationLength; local
196 memcpy(fragmentationLength, oldLengths,
198 delete[] oldLengths;

Completed in 4440 milliseconds