Home
last modified time | relevance | path

Searched refs:StreamSize (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.h111 int16_t StreamSize, /* bytes in bitstream */
120 int16_t StreamSize, /* bytes in bitstream */
Dbandwidth_estimator.c844 int16_t StreamSize, /* bytes in bitstream */ in WebRtcIsacfix_GetMinBytes() argument
904 if (StreamSize < MinBytes) { in WebRtcIsacfix_GetMinBytes()
905 StreamSize = MinBytes; in WebRtcIsacfix_GetMinBytes()
910 if ((StreamSize * (int32_t)FS8) / FrameSamples > (517 * BottleNeck) >> 9) { in WebRtcIsacfix_GetMinBytes()
937 TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */ in WebRtcIsacfix_GetMinBytes()
956 int16_t StreamSize, /* bytes in bitstream */ in WebRtcIsacfix_UpdateRateModel() argument
960 const int16_t TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */ in WebRtcIsacfix_UpdateRateModel()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c802 int StreamSize, /* bytes in bitstream */ in WebRtcIsac_GetMinBytes() argument
865 if (StreamSize < MinBytes) in WebRtcIsac_GetMinBytes()
867 StreamSize = MinBytes; in WebRtcIsac_GetMinBytes()
871 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) { in WebRtcIsac_GetMinBytes()
906 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_GetMinBytes()
923 int StreamSize, /* bytes in bitstream */ in WebRtcIsac_UpdateRateModel() argument
933 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_UpdateRateModel()
Dbandwidth_estimator.h144 int StreamSize, /* bytes in bitstream */
156 int StreamSize, /* bytes in bitstream */
/external/lzma/CPP/Windows/
DFileFind.cpp32 LARGE_INTEGER StreamSize; member
206 si.Size = sd.StreamSize.QuadPart; in Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp359 uint32_t StreamSize = StreamSizes[DumpStreamNum]; in dumpStructure() local
363 uint32_t BytesLeftToReadInStream = StreamSize - StreamBytesRead; in dumpStructure()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1258 …OID BaseOfDump,ULONG StreamNumber,PMINIDUMP_DIRECTORY *Dir,PVOID *StreamPointer,ULONG *StreamSize);