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

  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 220 uint8_t* oldTimePlTypes = fragmentationPlType;
224 memcpy(fragmentationPlType, oldTimePlTypes,
226 delete[] oldTimePlTypes;
  /external/webrtc/src/modules/interface/
module_common_types.h 256 WebRtc_UWord8* oldTimePlTypes = fragmentationPlType;
260 memcpy(fragmentationPlType, oldTimePlTypes,
262 delete[] oldTimePlTypes;

Completed in 596 milliseconds