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

  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 65 int rate, int packet_size, size_t extra_byte);
TestAllCodecs.cc 353 // 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;
  /external/u-boot/drivers/net/
ks8851_mll.c 65 * @extra_byte : number of extra byte prepended rx pkt.
96 u8 extra_byte; member in struct:ks_net
204 ks->extra_byte = 1;
207 ks->extra_byte = 2;
210 ks->extra_byte = 4;
273 u32 r = ks->extra_byte & 0x1;
274 u32 w = ks->extra_byte - r;
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 401 extra_byte = True
403 extra_byte = False
408 if extra_byte:
416 extra_byte = True
418 extra_byte = False
423 if extra_byte:
    [all...]

Completed in 5492 milliseconds