Home
last modified time | relevance | path

Searched refs:DTX (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Ddtx_dec.h101 enum DTXStateType {SPEECH = 0, DTX, DTX_MUTE}; enumerator
Ddtx_dec.cpp327 st->dtxGlobalState = DTX; in dtx_dec_reset()
1818 (((st->dtxGlobalState == DTX) || (st->dtxGlobalState == DTX_MUTE)) && in rx_dtx_handler()
1822 newState = DTX; in rx_dtx_handler()
1878 encState = DTX; in rx_dtx_handler()
Ddec_amr.cpp1484 if (st->dtxDecoderState.dtxGlobalState == DTX) in Decoder_amr()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Ddtx.h57 #define DTX 1 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Ddtx.h106 #define DTX 1 macro
Ddtx_decoder_amr_wb.cpp549 (((st->dtxGlobalState == DTX) || in rx_amr_wb_dtx_handler()
555 newState = DTX; in rx_amr_wb_dtx_handler()
603 encState = DTX; in rx_amr_wb_dtx_handler()
Dpvamrwbdecoder.cpp400 if (st->dtx_decSt.dtxGlobalState == DTX) in pvDecoder_AmrWb()