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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.h111 int16_t StreamSize, /* bytes in bitstream */
120 int16_t StreamSize, /* bytes in bitstream */
H A Dbandwidth_estimator.c844 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 */
960 const int16_t TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */
843 WebRtcIsacfix_GetMinBytes(RateModel *State, int16_t StreamSize, const int16_t FrameSamples, const int16_t BottleNeck, const int16_t DelayBuildUp) argument
955 WebRtcIsacfix_UpdateRateModel(RateModel *State, int16_t StreamSize, const int16_t FrameSamples, const int16_t BottleNeck) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.h144 int StreamSize, /* bytes in bitstream */
156 int StreamSize, /* bytes in bitstream */
H A Dbandwidth_estimator.c802 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 */
800 WebRtcIsac_GetMinBytes( RateModel* State, int StreamSize, const int FrameSamples, const double BottleNeck, const double DelayBuildUp, enum ISACBandwidth bandwidth ) argument
921 WebRtcIsac_UpdateRateModel( RateModel *State, int StreamSize, const int FrameSamples, const double BottleNeck) argument
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DPDBFile.cpp143 uint32_t StreamSize = getStreamByteSize(I); local
144 // FIXME: What does StreamSize ~0U mean?
146 StreamSize == UINT32_MAX ? 0 : bytesToBlocks(StreamSize, SB->BlockSize);
/external/lzma/CPP/Windows/
H A DFileFind.cpp32 LARGE_INTEGER StreamSize; member in struct:__anon14072
206 si.Size = sd.StreamSize.QuadPart;
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1258 BOOL WINAPI MiniDumpReadDumpStream(PVOID BaseOfDump,ULONG StreamNumber,PMINIDUMP_DIRECTORY *Dir,PVOID *StreamPointer,ULONG *StreamSize);

Completed in 163 milliseconds