OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragmentationPlType
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/modules/include/
module_common_types.h
270
fragmentationPlType
(NULL) {};
276
delete[]
fragmentationPlType
;
294
delete[]
fragmentationPlType
;
295
fragmentationPlType
= NULL;
308
if (src.
fragmentationPlType
) {
309
fragmentationPlType
= new uint8_t[src.fragmentationVectorSize];
330
if (src.
fragmentationPlType
) {
331
memcpy(
fragmentationPlType
, src.
fragmentationPlType
,
375
uint8_t* oldTimePlTypes =
fragmentationPlType
;
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc
297
0x80 + fragmentation->
fragmentationPlType
[1];
309
dataBuffer[rtpHeaderLength++] = fragmentation->
fragmentationPlType
[0];
325
dataBuffer[rtpHeaderLength++] = fragmentation->
fragmentationPlType
[0];
335
dataBuffer[rtpHeaderLength++] = fragmentation->
fragmentationPlType
[0];
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc
270
fragmentation.
fragmentationPlType
= new uint8_t[2];
271
fragmentation.
fragmentationPlType
[0] = 96;
272
fragmentation.
fragmentationPlType
[1] = 96;
/external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc
59
_payloadData[0] = 0x80 + fragmentation->
fragmentationPlType
[1];
66
_payloadData[4] = fragmentation->
fragmentationPlType
[0];
81
rtpInfo.header.payloadType = fragmentation->
fragmentationPlType
[0];
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc
149
header->
fragmentationPlType
[i] = 0;
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc
91
frag->
fragmentationPlType
[i] = info.redundant[i].payload_type;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
669
frag_info.
fragmentationPlType
[part_idx] = 0;
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc
[
all
...]
Completed in 808 milliseconds