Searched refs:bytesDecoded (Results 1 – 1 of 1) sorted by relevance
88 int32_t bytesDecoded = AMRDecode(amrHandle, frameType, inputBuf, outputBuf, MIME_IETF); in DecodeFrames() local89 if (bytesDecoded == -1) { in DecodeFrames()