Home
last modified time | relevance | path

Searched refs:tx_dtx_handler (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Ddtx_enc.h196 Word16 tx_dtx_handler(dtx_encState *st, /* i/o : State struct */
H A Ddtx_enc.cpp1119 Word16 tx_dtx_handler(dtx_encState *st, /* i/o : State struct */ in tx_dtx_handler() function
H A Dcod_amr.cpp1286 compute_sid_flag = tx_dtx_handler(st->dtx_encSt, in cod_amr()
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Ddtx.h97 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */
H A Dtypedefs.h178 #define tx_dtx_handler voAWB_tx_dtx_handler macro
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Ddtx.h178 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Ddtx.c341 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */ in tx_dtx_handler() function
H A DvoAMRWBEnc.c382 tx_dtx_handler(st->dtx_encSt, vad_flag, mode); in coder()