Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c367 static void write_be16(const uint16_t* src, size_t nbytes, uint8_t* dest) { in write_be16() function
427 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, (size_t)stream_len, in WebRtcIsacfix_Encode()
505 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, in WebRtcIsacfix_EncodeNb()
558 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, stream_len, encoded); in WebRtcIsacfix_GetNewBitStream()