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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.h 64 int rate, int packet_size, int extra_byte);
TestAllCodecs.cc 687 // extra_byte - if extra bytes needed compared to the bitrate
692 int packet_size, int extra_byte) {
713 // packet. If variable rate codec (extra_byte == -1), set to -1.
714 if (extra_byte != -1) {
718 + extra_byte;
  /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 52 milliseconds