Home
last modified time | relevance | path

Searched refs:fragmentationPlType (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h270 fragmentationPlType(NULL) {}; in RTPFragmentationHeader()
276 delete[] fragmentationPlType; in ~RTPFragmentationHeader()
294 delete[] fragmentationPlType; in CopyFrom()
295 fragmentationPlType = NULL; in CopyFrom()
308 if (src.fragmentationPlType) { in CopyFrom()
309 fragmentationPlType = new uint8_t[src.fragmentationVectorSize]; in CopyFrom()
330 if (src.fragmentationPlType) { in CopyFrom()
331 memcpy(fragmentationPlType, src.fragmentationPlType, in CopyFrom()
375 uint8_t* oldTimePlTypes = fragmentationPlType; in VerifyAndAllocateFragmentationHeader()
376 fragmentationPlType = new uint8_t[size16]; in VerifyAndAllocateFragmentationHeader()
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc297 0x80 + fragmentation->fragmentationPlType[1]; in SendAudio()
309 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0]; in SendAudio()
325 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0]; in SendAudio()
335 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0]; in SendAudio()
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_audio.cc270 fragmentation.fragmentationPlType = new uint8_t[2]; in TEST_F()
271 fragmentation.fragmentationPlType[0] = 96; in TEST_F()
272 fragmentation.fragmentationPlType[1] = 96; in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.cc59 _payloadData[0] = 0x80 + fragmentation->fragmentationPlType[1]; in SendData()
66 _payloadData[4] = fragmentation->fragmentationPlType[0]; in SendData()
81 rtpInfo.header.payloadType = fragmentation->fragmentationPlType[0]; in SendData()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_nalu.cc149 header->fragmentationPlType[i] = 0; in H264CMSampleBufferToAnnexBBuffer()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc965 header.fragmentationPlType[0] = 0; in DeliverPendingOutputs()
1007 header.fragmentationPlType[i] = 0; in DeliverPendingOutputs()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.cc91 frag->fragmentationPlType[i] = info.redundant[i].payload_type; in ConvertEncodedInfoToFragmentationHeader()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc669 frag_info.fragmentationPlType[part_idx] = 0; in GetEncodedLayerFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc979 frag_info.fragmentationPlType[part_idx] = 0; // not known here in GetEncodedPartitions()