Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.h103 int16_t StreamSize, /* bytes in bitstream */
113 int16_t StreamSize, /* bytes in bitstream */
Dbandwidth_estimator.c827 int16_t StreamSize, /* bytes in bitstream */ in WebRtcIsacfix_GetMinBytes() argument
887 if (StreamSize < MinBytes) { in WebRtcIsacfix_GetMinBytes()
888 StreamSize = MinBytes; in WebRtcIsacfix_GetMinBytes()
893 if ((StreamSize * (int32_t)FS8) / FrameSamples > (517 * BottleNeck) >> 9) { in WebRtcIsacfix_GetMinBytes()
920 TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */ in WebRtcIsacfix_GetMinBytes()
939 int16_t StreamSize, /* bytes in bitstream */ in WebRtcIsacfix_UpdateRateModel() argument
943 const int16_t TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */ in WebRtcIsacfix_UpdateRateModel()
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h134 int StreamSize, /* bytes in bitstream */
146 int StreamSize, /* bytes in bitstream */
Dbandwidth_estimator.c784 int StreamSize, /* bytes in bitstream */ in WebRtcIsac_GetMinBytes() argument
847 if (StreamSize < MinBytes) in WebRtcIsac_GetMinBytes()
849 StreamSize = MinBytes; in WebRtcIsac_GetMinBytes()
853 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) { in WebRtcIsac_GetMinBytes()
888 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_GetMinBytes()
905 int StreamSize, /* bytes in bitstream */ in WebRtcIsac_UpdateRateModel() argument
915 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_UpdateRateModel()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp143 uint32_t StreamSize = getStreamByteSize(I); in parseStreamData() local
146 StreamSize == UINT32_MAX ? 0 : bytesToBlocks(StreamSize, SB->BlockSize); in parseStreamData()
/external/llvm-project/llvm/unittests/DebugInfo/MSF/
DMSFBuilderTest.cpp374 constexpr uint32_t StreamSize = 4096 * 4096 * 3; in TEST_F() local
375 Expected<uint32_t> SN = Msf.addStream(StreamSize); in TEST_F()
383 EXPECT_EQ(StreamSize, L.StreamSizes[*SN]); in TEST_F()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp202 uint32_t StreamSize = getStreamByteSize(I); in parseStreamData() local
205 StreamSize == UINT32_MAX in parseStreamData()
207 : msf::bytesToBlocks(StreamSize, ContainerLayout.SB->BlockSize); in parseStreamData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp201 uint32_t StreamSize = getStreamByteSize(I); in parseStreamData() local
204 StreamSize == UINT32_MAX in parseStreamData()
206 : msf::bytesToBlocks(StreamSize, ContainerLayout.SB->BlockSize); in parseStreamData()
/external/lzma/CPP/Windows/
DFileFind.cpp33 LARGE_INTEGER StreamSize; member
248 si.Size = sd.StreamSize.QuadPart; in Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1258 …OID BaseOfDump,ULONG StreamNumber,PMINIDUMP_DIRECTORY *Dir,PVOID *StreamPointer,ULONG *StreamSize);