OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragmentationTimeDiff
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/include/
module_common_types.h
269
fragmentationTimeDiff
(NULL),
275
delete[]
fragmentationTimeDiff
;
292
delete[]
fragmentationTimeDiff
;
293
fragmentationTimeDiff
= NULL;
305
if (src.
fragmentationTimeDiff
) {
306
fragmentationTimeDiff
= new uint16_t[src.fragmentationVectorSize];
326
if (src.
fragmentationTimeDiff
) {
327
memcpy(
fragmentationTimeDiff
, src.
fragmentationTimeDiff
,
365
uint16_t* oldTimeDiffs =
fragmentationTimeDiff
;
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc
267
fragmentation.
fragmentationTimeDiff
= new uint16_t[2];
268
fragmentation.
fragmentationTimeDiff
[0] = 0;
269
fragmentation.
fragmentationTimeDiff
[1] = 0;
/external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc
57
(fragmentation->
fragmentationTimeDiff
[1] <= 0x3fff)) {
60
size_t REDheader = (fragmentation->
fragmentationTimeDiff
[1] << 10) +
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc
150
header->
fragmentationTimeDiff
[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
89
frag->
fragmentationTimeDiff
[i] = rtc::checked_cast<uint16_t>(
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
670
frag_info.
fragmentationTimeDiff
[part_idx] = 0;
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc
[
all
...]
Completed in 83 milliseconds