HomeSort by relevance Sort by last modified time
    Searched defs:dtx_encState (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.h 114 } dtx_encState;
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/
dtx.h 54 } dtx_encState;
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/
dtx.h 103 } dtx_encState;
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 2303 milliseconds