Searched refs:red_length_bytes (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.cc490 // TODO(turajs): |length_bytes| & |red_length_bytes| can be of type int if
493 int16_t red_length_bytes = length_bytes; local
638 red_length_bytes = length_bytes;
653 red_buffer_, &red_length_bytes) == -1) {
656 memcpy(red_buffer_, stream, red_length_bytes);
668 fragmentation_.fragmentationLength[1] = red_length_bytes;

Completed in 256 milliseconds