Name | Signature | Class |
encode | void <<virtual>> encode (unsigned short * inbuf, unsigned char * outbuf, int & length) | G726 |
decode | void <<virtual>> decode (unsigned char * inbuf, unsigned short * outbuf, int & length) | G726 |
G726 | G726 () | G726 |
~G726 | ~G726 () | G726 |
pack | int pack (unsigned char * buf, unsigned char * cw, unsigned char num_cw, int bps) | G726 |
unpack | int unpack (unsigned char * cw, unsigned char * buf, unsigned char num_cw, int bps) | G726 |
resetState | void <<virtual>> resetState () | G726 |
encode | void <<abstract>> encode (unsigned short * inbuf, unsigned char * outbuf, int & length) | Codec |
decode | void <<abstract>> decode (unsigned char * inbuf, unsigned short * outbuf, int & length) | Codec |
getSupportedFormats | const CodecFormatList & <<virtual>> getSupportedFormats () | Codec |
setCodecFormat | void <<virtual>> setCodecFormat (CodecFormat& codecFormat) | Codec |
Codec | Codec () | Codec |
~Codec | ~Codec () | Codec |
resetState | void <<abstract>> resetState () | Codec |
getCodecFormat | CodecFormat* <<virtual>> getCodecFormat () | Codec |