Searched refs:fragmentationPlType (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h137 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;
273 WebRtc_UWord8* fragmentationPlType; // Payload type of each fragmentation member in class:webrtc::RTPFragmentationHeader
[all...]
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h109 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;
229 uint8_t* fragmentationPlType; // Payload type of each fragmentation member in class:webrtc::RTPFragmentationHeader
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc385 fragmentation->fragmentationPlType[1];
397 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
414 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
425 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DChannel.cc54 _payloadData[0] = 0x80 + fragmentation->fragmentationPlType[1];
61 _payloadData[4] = fragmentation->fragmentationPlType[0];
76 rtpInfo.header.payloadType = fragmentation->fragmentationPlType[0];
H A Ddual_stream_unittest.cc313 if (fragmentation->fragmentationPlType[n] == primary_encoder_.pltype) {
316 } else if (fragmentation->fragmentationPlType[n]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_audio.cc299 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/
H A Daudio_coding_module_impl.cc302 fragmentation_.fragmentationPlType[fragmentation_index] = payload_type;
422 fragmentation_.fragmentationPlType[index_previous_secondary] =
624 fragmentation_.fragmentationPlType[1] =
625 fragmentation_.fragmentationPlType[0];
634 fragmentation_.fragmentationPlType[0] = current_payload_type;
1970 memset(fragmentation_.fragmentationPlType,
1973 sizeof(fragmentation_.fragmentationPlType[0]));
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc59 header->fragmentationPlType[i] = 0;
698 header.fragmentationPlType[0] = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc463 frag_info.fragmentationPlType[part_idx] = 0; // not known here
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1866 header.fragmentationPlType[0] = 0;

Completed in 833 milliseconds