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

  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 117 fragmentationPlType(NULL) {};
123 delete[] fragmentationPlType;
141 delete[] fragmentationPlType;
142 fragmentationPlType = NULL;
155 if (src.fragmentationPlType) {
156 fragmentationPlType = new uint8_t[src.fragmentationVectorSize];
177 if (src.fragmentationPlType) {
178 memcpy(fragmentationPlType, src.fragmentationPlType,
220 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...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc 383 fragmentation->fragmentationPlType[1];
395 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
412 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
423 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.cc 54 _payloadData[0] = 0x80 + fragmentation->fragmentationPlType[1];
61 _payloadData[4] = fragmentation->fragmentationPlType[0];
76 rtpInfo.header.payloadType = fragmentation->fragmentationPlType[0];
dual_stream_unittest.cc 312 if (fragmentation->fragmentationPlType[n] == primary_encoder_.pltype) {
315 } else if (fragmentation->fragmentationPlType[n]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 299 fragmentation.fragmentationPlType = new uint8_t[2];
300 fragmentation.fragmentationPlType[0] = 96;
301 fragmentation.fragmentationPlType[1] = 96;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 301 fragmentation_.fragmentationPlType[fragmentation_index] = payload_type;
421 fragmentation_.fragmentationPlType[index_previous_secondary] =
623 fragmentation_.fragmentationPlType[1] =
624 fragmentation_.fragmentationPlType[0];
633 fragmentation_.fragmentationPlType[0] = current_payload_type;
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.cc 669 header.fragmentationPlType[0] = 0;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 453 frag_info.fragmentationPlType[part_idx] = 0; // not known here
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 178 milliseconds