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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator_unittest.cc 125 fragmentation.fragmentationLength[0] = 197;
126 fragmentation.fragmentationLength[1] = 194;
127 fragmentation.fragmentationLength[2] = 213;
128 fragmentation.fragmentationLength[3] = 215;
129 fragmentation.fragmentationLength[4] = 184;
130 fragmentation.fragmentationLength[5] = 199;
131 fragmentation.fragmentationLength[6] = 197;
132 fragmentation.fragmentationLength[7] = 207;
159 fragmentation.fragmentationLength[0] = 200;
160 fragmentation.fragmentationLength[1] = 200
    [all...]
rtp_sender_audio.cc 384 uint32_t blockLength = fragmentation->fragmentationLength[1];
399 fragmentation->fragmentationLength[1]);
403 fragmentation->fragmentationLength[1],
405 fragmentation->fragmentationLength[0]);
408 fragmentation->fragmentationLength[0] +
409 fragmentation->fragmentationLength[1]);
415 fragmentation->fragmentationLength[0]);
418 fragmentation->fragmentationLength[0]);
426 fragmentation->fragmentationLength[0]);
429 fragmentation->fragmentationLength[0])
    [all...]
rtp_format_vp8.cc 66 part_info_.fragmentationLength[0] = payload_size;
139 total_bytes_processed + part_info_.fragmentationLength[part_ix];
160 remaining_in_partition = part_info_.fragmentationLength[++part_ix];
204 int remaining_partition = part_info_.fragmentationLength[part_ix];
232 this_packet_bytes += part_info_.fragmentationLength[part_ix];
260 if (part_info_.fragmentationLength[first_in_set] < max_payload_len) {
264 part_info_.fragmentationLength[last_in_set + 1] < max_payload_len) {
rtp_format_vp8_test_helper.cc 54 fragmentation_->fragmentationLength[p] = partition_sizes[p];
vp8_partition_aggregator.cc 161 fragmentation.fragmentationLength[i + first_partition_idx];
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 115 fragmentationLength(NULL),
121 delete[] fragmentationLength;
137 delete[] fragmentationLength;
138 fragmentationLength = NULL;
149 if (src.fragmentationLength) {
150 fragmentationLength = new uint32_t[src.fragmentationVectorSize];
169 if (src.fragmentationLength) {
170 memcpy(fragmentationLength, src.fragmentationLength,
200 uint32_t* oldLengths = fragmentationLength;
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 135 fragmentationLength(NULL),
143 delete [] fragmentationLength;
162 delete [] fragmentationLength;
163 fragmentationLength = NULL;
176 if(header.fragmentationLength)
178 fragmentationLength = new WebRtc_UWord32[header.fragmentationVectorSize];
201 if(header.fragmentationLength)
203 memcpy(fragmentationLength, header.fragmentationLength,
236 WebRtc_UWord32* oldLengths = fragmentationLength;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info.cc 262 memset(fragmentation->fragmentationLength, 0,
275 fragmentation->fragmentationLength[partition_id] =
277 assert(fragmentation->fragmentationLength[partition_id] <=
279 new_length += fragmentation->fragmentationLength[partition_id];
287 if (fragmentation->fragmentationLength[0] == 0)
290 if (fragmentation->fragmentationLength[i] == 0)
293 fragmentation->fragmentationLength[i - 1];
session_info_unittest.cc 81 fragmentation_.fragmentationLength[partition_id]);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.cc 56 << 10) + fragmentation->fragmentationLength[1];
65 fragmentation->fragmentationLength[1]);
67 memcpy(_payloadData + 5 + fragmentation->fragmentationLength[1],
69 fragmentation->fragmentationLength[0]);
74 fragmentation->fragmentationLength[0]);
75 payloadDataSize = uint16_t(fragmentation->fragmentationLength[0]);
dual_stream_unittest.cc 335 ->fragmentationLength[n];
339 fragmentation->fragmentationLength[n]);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 300 fragmentation_.fragmentationLength[fragmentation_index] = len_bytes;
339 fragmentation_.fragmentationLength[2]);
362 fragmentation_.fragmentationLength[2] = len_bytes;
419 fragmentation_.fragmentationLength[index_previous_secondary] =
459 length_bytes += fragmentation_.fragmentationLength[n];
616 fragmentation_.fragmentationLength[1]);
630 fragmentation_.fragmentationLength[0] = length_bytes;
644 fragmentation_.fragmentationLength[0] +
645 fragmentation_.fragmentationLength[1]);
667 fragmentation_.fragmentationLength[1] = red_length_bytes
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 290 fragmentation.fragmentationLength = new uint32_t[2];
291 fragmentation.fragmentationLength[0] = 4;
292 fragmentation.fragmentationLength[1] = 4;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 452 frag_info.fragmentationLength[part_idx] = pkt->data.frame.sz;
780 fragmentation->fragmentationLength[i];
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.cc 668 header.fragmentationLength[0] = image->_length;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 605 milliseconds