Searched refs:StreamSize (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.h | 111 int16_t StreamSize, /* bytes in bitstream */ 120 int16_t StreamSize, /* bytes in bitstream */
|
D | bandwidth_estimator.c | 844 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/ |
D | bandwidth_estimator.h | 144 int StreamSize, /* bytes in bitstream */ 156 int StreamSize, /* bytes in bitstream */
|
D | bandwidth_estimator.c | 802 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()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | PDBFile.cpp | 143 uint32_t StreamSize = getStreamByteSize(I); in parseStreamData() local 146 StreamSize == UINT32_MAX ? 0 : bytesToBlocks(StreamSize, SB->BlockSize); in parseStreamData()
|
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 33 LARGE_INTEGER StreamSize; member 248 si.Size = sd.StreamSize.QuadPart; in Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1258 …OID BaseOfDump,ULONG StreamNumber,PMINIDUMP_DIRECTORY *Dir,PVOID *StreamPointer,ULONG *StreamSize);
|