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

  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 200 uint32_t* oldLengths = fragmentationLength;
204 memcpy(fragmentationLength, oldLengths,
206 delete[] oldLengths;
  /external/webrtc/src/modules/interface/
module_common_types.h 236 WebRtc_UWord32* oldLengths = fragmentationLength;
240 memcpy(fragmentationLength, oldLengths,
242 delete[] oldLengths;

Completed in 58 milliseconds