Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/voip/src/jni/rtp/
H A DGsmCodec.cpp23 class GsmCodec : public AudioCodec class
26 GsmCodec() { in GsmCodec() function in __anonec29f7e20110::GsmCodec
31 ~GsmCodec() { in ~GsmCodec()
52 int GsmCodec::encode(void *payload, int16_t *samples) in encode()
58 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
75 return new GsmCodec; in newGsmCodec()
H A DAndroid.bp31 "GsmCodec.cpp",