Searched refs:dtx_encState (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codecs/amrnb/enc/src/ |
D | dtx_enc.h | 114 } dtx_encState; typedef 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 */
|
D | dtx_enc.cpp | 239 Word16 dtx_enc_init(dtx_encState **st) in dtx_enc_init() 241 dtx_encState* s; in dtx_enc_init() 243 if (st == (dtx_encState **) NULL) in dtx_enc_init() 251 if ((s = (dtx_encState *) malloc(sizeof(dtx_encState))) == NULL) in dtx_enc_init() 360 Word16 dtx_enc_reset(dtx_encState *st) in dtx_enc_reset() 364 if (st == (dtx_encState *) NULL) in dtx_enc_reset() 467 void dtx_enc_exit(dtx_encState **st) in dtx_enc_exit() 666 void dtx_enc(dtx_encState *st, /* i/o : State struct */ in dtx_enc() 939 void dtx_buffer(dtx_encState *st, /* i/o : State struct */ in dtx_buffer() 1119 Word16 tx_dtx_handler(dtx_encState *st, /* i/o : State struct */ in tx_dtx_handler()
|
D | cod_amr.h | 162 dtx_encState *dtx_encSt;
|
/frameworks/av/media/codecs/amrwb/enc/inc/ |
D | dtx.h | 54 } dtx_encState; typedef 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 */
|
D | cod_main.h | 65 dtx_encState *dtx_encSt;
|
/frameworks/av/media/codecs/amrwb/dec/src/ |
D | dtx.h | 103 } dtx_encState; typedef 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
|
D | dtx_decoder_amr_wb.cpp | 728 dtx_encState * st in find_frame_indices() 873 int16 dithering_control(dtx_encState * st) in dithering_control()
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | dtx.c | 46 dtx_encState * st 50 dtx_encState * st 72 Word16 dtx_enc_init(dtx_encState ** st, Word16 isf_init[], VO_MEM_OPERATOR *pMemOP) in dtx_enc_init() 74 dtx_encState *s; in dtx_enc_init() 76 if (st == (dtx_encState **) NULL) in dtx_enc_init() 84 …if ((s = (dtx_encState *)mem_malloc(pMemOP, sizeof(dtx_encState), 32, VO_INDEX_ENC_AMRWB)) == NULL) in dtx_enc_init() 99 Word16 dtx_enc_reset(dtx_encState * st, Word16 isf_init[]) in dtx_enc_reset() 103 if (st == (dtx_encState *) NULL) in dtx_enc_reset() 142 void dtx_enc_exit(dtx_encState ** st, VO_MEM_OPERATOR *pMemOP) in dtx_enc_exit() 159 …dtx_encState * st, /* i/o : State struct … in dtx_enc() [all …]
|