Searched refs:dtx_decState (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.h137 } dtx_decState; typedef in typeref:struct:__anon377
149 Word16 dtx_dec_reset(dtx_decState *st);
157 dtx_decState *st, /* i/o : State struct */
170 void dtx_dec_activity_update(dtx_decState *st,
180 enum DTXStateType rx_dtx_handler(dtx_decState *st, /* i/o : State struct */
H A Ddec_amr.h156 dtx_decState dtxDecoderState;
H A Ddtx_dec.cpp136 st = pointer to a structure of type dtx_decState
169 int dtx_dec_reset (dtx_decState *st)
173 if (st == (dtx_decState *) NULL){
247 Word16 dtx_dec_reset(dtx_decState *st)
251 if (st == (dtx_decState *) NULL)
342 st = pointer to a structure of type dtx_decState
352 st points to an updated structure of type dtx_decState
388 dtx_decState *st, // i/o : State struct
841 dtx_decState *st, /* i/o : State struct */
1394 st = pointer to a structure of type dtx_decState
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx.h158 } dtx_decState; typedef in typeref:struct:__anon403
190 int16 dtx_dec_amr_wb_reset(dtx_decState * st, const int16 isf_init[]);
193 dtx_decState * st, /* i/o : State struct */
201 dtx_decState * st,
207 dtx_decState * st, /* i/o : State struct */
H A De_pv_amrwbdec.h119 dtx_decState dtx_decSt;
H A Ddtx_decoder_amr_wb.cpp117 int16 dtx_dec_amr_wb_reset(dtx_decState * st, const int16 isf_init[])
122 if (st == (dtx_decState *) NULL)
197 dtx_decState * st, /* i/o : State struct */
462 dtx_decState * st,
535 dtx_decState * st, /* i/o : State struct */

Completed in 780 milliseconds