Home
last modified time | relevance | path

Searched refs:dtxGlobalState (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Ddtx_decoder_amr_wb.cpp156 st->dtxGlobalState = SPEECH; in dtx_dec_amr_wb_reset()
325 if ((st->data_updated == 0) || (st->dtxGlobalState == SPEECH)) in dtx_dec_amr_wb()
549 (((st->dtxGlobalState == DTX) || in rx_amr_wb_dtx_handler()
550 (st->dtxGlobalState == DTX_MUTE)) && in rx_amr_wb_dtx_handler()
559 if ((st->dtxGlobalState == DTX_MUTE) && in rx_amr_wb_dtx_handler()
Dpvamrwbdecoder.cpp400 if (st->dtx_decSt.dtxGlobalState == DTX) in pvDecoder_AmrWb()
405 else if (st->dtx_decSt.dtxGlobalState == DTX_MUTE) in pvDecoder_AmrWb()
473 st->dtx_decSt.dtxGlobalState = newDTXState; in pvDecoder_AmrWb()
1143 st->dtx_decSt.dtxGlobalState = newDTXState; in pvDecoder_AmrWb()
Ddtx.h150 int16 dtxGlobalState; /* contains previous state */ member
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Ddtx_dec.cpp327 st->dtxGlobalState = DTX; in dtx_dec_reset()
1099 (st->dtxGlobalState == SPEECH)) in dtx_dec()
1818 (((st->dtxGlobalState == DTX) || (st->dtxGlobalState == DTX_MUTE)) && in rx_dtx_handler()
1826 if ((st->dtxGlobalState == DTX_MUTE) && in rx_dtx_handler()
Ddtx_dec.h132 enum DTXStateType dtxGlobalState; /* contains previous state */ member
Ddec_amr.cpp1484 if (st->dtxDecoderState.dtxGlobalState == DTX) in Decoder_amr()
1489 else if (st->dtxDecoderState.dtxGlobalState == DTX_MUTE) in Decoder_amr()
2371 st->dtxDecoderState.dtxGlobalState = newDTXState; in Decoder_amr()