Searched refs:AMR_122 (Results 1 – 3 of 3) sorted by relevance
97 AMR_122, /* 12.2 kbps */ enumerator
232 if (type == AMR_122 && length == 32) { in encode()252 if (AMRDecode(mDecoder, AMR_122, bytes, &samples[n], MIME_IETF) != 31) { in decode()
435 if (frame_type <= AMR_122) in AMRDecode()