webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
pcm16b.c File Reference
#include "pcm16b.h"
#include "webrtc/typedefs.h"

Functions

size_t WebRtcPcm16b_Encode (const int16_t *speech, size_t len, uint8_t *encoded)
 
size_t WebRtcPcm16b_Decode (const uint8_t *encoded, size_t len, int16_t *speech)
 

Function Documentation

◆ WebRtcPcm16b_Decode()

size_t WebRtcPcm16b_Decode ( const uint8_t encoded,
size_t  len,
int16_t speech 
)

◆ WebRtcPcm16b_Encode()

size_t WebRtcPcm16b_Encode ( const int16_t speech,
size_t  len,
uint8_t encoded 
)