Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c757 Bitstr iSACBitStreamInst; /* Local struct for bitstream handling */ in WebRtcIsac_GetNewBitStream() local
812 &iSACBitStreamInst, bweIndex, scale); in WebRtcIsac_GetNewBitStream()
819 memcpy(encoded, iSACBitStreamInst.stream, streamLenLB); in WebRtcIsac_GetNewBitStream()
842 &iSACBitStreamInst, jitterInfo, scale, in WebRtcIsac_GetNewBitStream()
856 memcpy(&encodedPtrUW8[streamLenLB + 1], iSACBitStreamInst.stream, in WebRtcIsac_GetNewBitStream()
2057 Bitstr iSACBitStreamInst; in WebRtcIsac_GetRedPayload() local
2073 WebRtcIsac_ResetBitstream(&(iSACBitStreamInst)); in WebRtcIsac_GetRedPayload()
2077 &iSACBitStreamInst, in WebRtcIsac_GetRedPayload()
2085 memcpy(ptrEncodedUW8, iSACBitStreamInst.stream, streamLenLB); in WebRtcIsac_GetRedPayload()
2093 &iSACBitStreamInst, instISAC->bandwidthKHz); in WebRtcIsac_GetRedPayload()
[all …]