webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
g711_interface.c File Reference
#include <string.h>
#include "g711.h"
#include "g711_interface.h"
#include "webrtc/typedefs.h"

Functions

size_t WebRtcG711_EncodeA (const int16_t *speechIn, size_t len, uint8_t *encoded)
 
size_t WebRtcG711_EncodeU (const int16_t *speechIn, size_t len, uint8_t *encoded)
 
size_t WebRtcG711_DecodeA (const uint8_t *encoded, size_t len, int16_t *decoded, int16_t *speechType)
 
size_t WebRtcG711_DecodeU (const uint8_t *encoded, size_t len, int16_t *decoded, int16_t *speechType)
 
int16_t WebRtcG711_Version (char *version, int16_t lenBytes)
 

Function Documentation

◆ WebRtcG711_DecodeA()

size_t WebRtcG711_DecodeA ( const uint8_t encoded,
size_t  len,
int16_t decoded,
int16_t speechType 
)

◆ WebRtcG711_DecodeU()

size_t WebRtcG711_DecodeU ( const uint8_t encoded,
size_t  len,
int16_t decoded,
int16_t speechType 
)

◆ WebRtcG711_EncodeA()

size_t WebRtcG711_EncodeA ( const int16_t speechIn,
size_t  len,
uint8_t encoded 
)

◆ WebRtcG711_EncodeU()

size_t WebRtcG711_EncodeU ( const int16_t speechIn,
size_t  len,
uint8_t encoded 
)

◆ WebRtcG711_Version()

int16_t WebRtcG711_Version ( char *  version,
int16_t  lenBytes 
)