Searched refs:cod_amrState (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h41 Description: Added overflow flag as an element to the cod_amrState data
173 } cod_amrState; typedef in typeref:struct:__anon376
194 Word16 cod_amr_init(cod_amrState **st, Flag dtx);
205 Word16 cod_amr_reset(cod_amrState *st);
216 void cod_amr_exit(cod_amrState **st);
231 Word16 cod_amr_first(cod_amrState *st, /* i/o : State struct */
259 Word16 cod_amr(cod_amrState *st, /* i/o : State struct */
H A Dsp_enc.h112 cod_amrState *cod_amr_state;
H A Dcod_amr.cpp53 the cod_amrState structure.
157 state = pointer to a pointer to a structure of type cod_amrState
192 int cod_amr_init (cod_amrState **state, Flag dtx)
194 cod_amrState* s;
196 if (state == (cod_amrState **) NULL){
203 if ((s= (cod_amrState *) malloc(sizeof(cod_amrState))) == NULL){
265 Word16 cod_amr_init(cod_amrState **state, Flag dtx)
267 cod_amrState* s;
269 if (state == (cod_amrState **) NUL
[all...]

Completed in 51 milliseconds