Searched defs:Decoder_amr_init (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp33 Funtions: Decoder_amr_init
112 FUNCTION NAME: Decoder_amr_init
124 Decoder_amr_init function
156 int Decoder_amr_init (Decoder_amrState **state)
162 fprintf(stderr, "Decoder_amr_init: invalid parameter\n");
169 fprintf(stderr, "Decoder_amr_init: can not malloc state structure\n");
228 Word16 Decoder_amr_init(Decoder_amrState *s) function
234 /* fprint(stderr, "Decoder_amr_init: invalid parameter\n"); */

Completed in 167 milliseconds