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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.h 111 int16_t StreamSize, /* bytes in bitstream */
120 int16_t StreamSize, /* bytes in bitstream */
bandwidth_estimator.c 844 int16_t StreamSize, /* bytes in bitstream */
903 /* StreamSize will be adjusted if less than MinBytes */
904 if (StreamSize < MinBytes) {
905 StreamSize = MinBytes;
910 if ((StreamSize * (int32_t)FS8) / FrameSamples > (517 * BottleNeck) >> 9) {
937 TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */
956 int16_t StreamSize, /* bytes in bitstream */
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 144 int StreamSize, /* bytes in bitstream */
156 int StreamSize, /* bytes in bitstream */
bandwidth_estimator.c 802 int StreamSize, /* bytes in bitstream */
864 /* StreamSize will be adjusted if less than MinBytes */
865 if (StreamSize < MinBytes)
867 StreamSize = MinBytes;
871 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) {
906 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */
923 int StreamSize, /* bytes in bitstream */
933 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */
  /external/lzma/CPP/Windows/
FileFind.cpp 32 LARGE_INTEGER StreamSize;
206 si.Size = sd.StreamSize.QuadPart;
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 359 uint32_t StreamSize = StreamSizes[DumpStreamNum];
363 uint32_t BytesLeftToReadInStream = StreamSize - StreamBytesRead;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 449 LARGE_INTEGER StreamSize;
    [all...]
winbase.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 324 milliseconds