webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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) |
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 | ||
) |