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

  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 109 fragmentationPlType(NULL) {};
115 delete[] fragmentationPlType;
133 delete[] fragmentationPlType;
134 fragmentationPlType = NULL;
147 if (src.fragmentationPlType) {
148 fragmentationPlType = new uint8_t[src.fragmentationVectorSize];
169 if (src.fragmentationPlType) {
170 memcpy(fragmentationPlType, src.fragmentationPlType,
212 uint8_t* oldTimePlTypes = fragmentationPlType;
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 137 fragmentationPlType(NULL)
145 delete [] fragmentationPlType;
166 delete [] fragmentationPlType;
167 fragmentationPlType = NULL;
184 if(header.fragmentationPlType)
186 fragmentationPlType = new WebRtc_UWord8[header.fragmentationVectorSize];
211 if(header.fragmentationPlType)
213 memcpy(fragmentationPlType, header.fragmentationPlType,
256 WebRtc_UWord8* oldTimePlTypes = fragmentationPlType;
    [all...]

Completed in 94 milliseconds