Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.h103 WebRtc_Word16 StreamSize, /* bytes in bitstream */
112 WebRtc_Word16 StreamSize, /* bytes in bitstream */
Dbandwidth_estimator.c834 … WebRtc_Word16 StreamSize, /* bytes in bitstream */ in WebRtcIsacfix_GetMinBytes() argument
891 if (StreamSize < MinBytes) { in WebRtcIsacfix_GetMinBytes()
892 StreamSize = MinBytes; in WebRtcIsacfix_GetMinBytes()
897 …if (WEBRTC_SPL_DIV(WEBRTC_SPL_MUL(StreamSize, FS8), FrameSamples) > (WEBRTC_SPL_MUL(517, BottleNec… in WebRtcIsacfix_GetMinBytes()
924 …TransmissionTime = (WebRtc_Word16)WEBRTC_SPL_DIV(WEBRTC_SPL_MUL(StreamSize, 8000), BottleNeck); … in WebRtcIsacfix_GetMinBytes()
943 … WebRtc_Word16 StreamSize, /* bytes in bitstream */ in WebRtcIsacfix_UpdateRateModel() argument
953 …TransmissionTime = (WebRtc_Word16)WEBRTC_SPL_DIV(WEBRTC_SPL_MUL(WEBRTC_SPL_MUL(StreamSize, 8), 100… in WebRtcIsacfix_UpdateRateModel()
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c791 int StreamSize, /* bytes in bitstream */ in WebRtcIsac_GetMinBytes() argument
854 if (StreamSize < MinBytes) in WebRtcIsac_GetMinBytes()
856 StreamSize = MinBytes; in WebRtcIsac_GetMinBytes()
860 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) { in WebRtcIsac_GetMinBytes()
895 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_GetMinBytes()
912 int StreamSize, /* bytes in bitstream */ in WebRtcIsac_UpdateRateModel() argument
922 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_UpdateRateModel()
Dbandwidth_estimator.h137 int StreamSize, /* bytes in bitstream */
149 int StreamSize, /* bytes in bitstream */
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1258 …OID BaseOfDump,ULONG StreamNumber,PMINIDUMP_DIRECTORY *Dir,PVOID *StreamPointer,ULONG *StreamSize);