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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ddtx_enc.h114 } dtx_encState; typedef in typeref:struct:__anon377
130 Word16 dtx_enc_init(dtx_encState **st);
141 Word16 dtx_enc_reset(dtx_encState *st);
152 void dtx_enc_exit(dtx_encState **st);
163 void dtx_enc(dtx_encState *st, /* i/o : State struct */
179 void dtx_buffer(dtx_encState *st, /* i/o : State struct */
196 Word16 tx_dtx_handler(dtx_encState *st, /* i/o : State struct */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Ddtx.h54 } dtx_encState; typedef in typeref:struct:__anon396
79 Word16 dtx_enc_init(dtx_encState ** st, Word16 isf_init[], VO_MEM_OPERATOR *pMemOP);
80 Word16 dtx_enc_reset(dtx_encState * st, Word16 isf_init[]);
81 void dtx_enc_exit(dtx_encState ** st, VO_MEM_OPERATOR *pMemOP);
84 dtx_encState * st, /* i/o : State struct */
91 dtx_encState * st, /* i/o : State struct */
97 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx.h103 } dtx_encState; typedef in typeref:struct:__anon389
160 int16 dtx_enc_init(dtx_encState ** st, int16 isf_init[]);
161 int16 dtx_enc_reset(dtx_encState * st, int16 isf_init[]);
162 void dtx_enc_exit(dtx_encState ** st);
165 dtx_encState * st, /* i/o : State struct */
172 dtx_encState * st, /* i/o : State struct */
178 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */
224 dtx_encState * st
228 dtx_encState * st

Completed in 1143 milliseconds