Searched defs:extra_byte (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DTestAllCodecs.cc353 // extra_byte - if extra bytes needed compared to the bitrate
359 int packet_size, size_t extra_byte) {
380 // packet. If variable rate codec (extra_byte == -1), set to -1.
381 if (extra_byte != kVariableSize) {
385 static_cast<float>(sampling_freq_hz * 8) + 0.875) + extra_byte;
357 RegisterSendCodec(char side, char* codec_name, int32_t sampling_freq_hz, int rate, int packet_size, size_t extra_byte) argument
/external/valgrind/VEX/priv/
H A Dguest_amd64_toIR.c30255 Bool extra_byte = (getUChar(delta - 3) & 0xF) != 9; local
[all...]

Completed in 239 milliseconds