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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc48 kMaxNumFragmentationVectors = 3 enumerator in enum:webrtc::acm2::__anon15836
182 kMaxNumFragmentationVectors);
315 uint8_t stream[kMaxNumFragmentationVectors * MAX_PAYLOAD_SIZE_BYTE];
416 index_previous_secondary < kMaxNumFragmentationVectors);
430 assert(index_primary >= 0 && index_primary < kMaxNumFragmentationVectors);
443 index_secondary < kMaxNumFragmentationVectors - 1);
1963 for (int n = 0; n < kMaxNumFragmentationVectors; n++) {
1966 memset(fragmentation_.fragmentationLength, 0, kMaxNumFragmentationVectors *
1968 memset(fragmentation_.fragmentationTimeDiff, 0, kMaxNumFragmentationVectors *
1972 kMaxNumFragmentationVectors *
[all...]

Completed in 33 milliseconds