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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.h 103 int16_t StreamSize, /* bytes in bitstream */
112 int16_t StreamSize, /* bytes in bitstream */
bandwidth_estimator.c 835 int16_t StreamSize, /* bytes in bitstream */
892 /* StreamSize will be adjusted if less than MinBytes */
893 if (StreamSize < MinBytes) {
894 StreamSize = MinBytes;
899 if ((StreamSize * (int32_t)FS8) / FrameSamples > (517 * BottleNeck) >> 9) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 137 int StreamSize, /* bytes in bitstream */
149 int StreamSize, /* bytes in bitstream */
bandwidth_estimator.c 791 int StreamSize, /* bytes in bitstream */
853 /* StreamSize will be adjusted if less than MinBytes */
854 if (StreamSize < MinBytes)
856 StreamSize = MinBytes;
860 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) {
895 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */
912 int StreamSize, /* bytes in bitstream */
922 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.h 103 WebRtc_Word16 StreamSize, /* bytes in bitstream */
112 WebRtc_Word16 StreamSize, /* bytes in bitstream */
bandwidth_estimator.c 834 WebRtc_Word16 StreamSize, /* bytes in bitstream */
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 137 int StreamSize, /* bytes in bitstream */
149 int StreamSize, /* bytes in bitstream */
bandwidth_estimator.c 791 int StreamSize, /* bytes in bitstream */
853 /* StreamSize will be adjusted if less than MinBytes */
854 if (StreamSize < MinBytes)
856 StreamSize = MinBytes;
860 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) {
895 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */
912 int StreamSize, /* bytes in bitstream */
922 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */
  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.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 924 milliseconds