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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.h132 enum DTXStateType dtxGlobalState; /* contains previous state */ member in struct:__anon399
H A Ddtx_dec.cpp219 st->dtxGlobalState = DTX;
327 st->dtxGlobalState = DTX;
598 (sub(st->dtxGlobalState, SPEECH) == 0)
1099 (st->dtxGlobalState == SPEECH))
1648 (((sub(st->dtxGlobalState, DTX) == 0) ||
1649 (sub(st->dtxGlobalState, DTX_MUTE) == 0)) &&
1657 if ((sub(st->dtxGlobalState, DTX_MUTE) == 0) &&
1818 (((st->dtxGlobalState == DTX) || (st->dtxGlobalState == DTX_MUTE)) &&
1826 if ((st->dtxGlobalState
[all...]
H A Ddec_amr.cpp662 if (sub(st->dtxDecoderState->dtxGlobalState, DTX) == 0)
667 else if (sub(st->dtxDecoderState->dtxGlobalState, DTX_MUTE) == 0)
1305 st->dtxDecoderState->dtxGlobalState = newDTXState;
1484 if (st->dtxDecoderState.dtxGlobalState == DTX)
1489 else if (st->dtxDecoderState.dtxGlobalState == DTX_MUTE)
2371 st->dtxDecoderState.dtxGlobalState = newDTXState;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx.h150 int16 dtxGlobalState; /* contains previous state */ member in struct:__anon426
H A Ddtx_decoder_amr_wb.cpp156 st->dtxGlobalState = SPEECH;
325 if ((st->data_updated == 0) || (st->dtxGlobalState == SPEECH))
549 (((st->dtxGlobalState == DTX) ||
550 (st->dtxGlobalState == DTX_MUTE)) &&
559 if ((st->dtxGlobalState == DTX_MUTE) &&
H A Dpvamrwbdecoder.cpp400 if (st->dtx_decSt.dtxGlobalState == DTX)
405 else if (st->dtx_decSt.dtxGlobalState == DTX_MUTE)
473 st->dtx_decSt.dtxGlobalState = newDTXState;
1143 st->dtx_decSt.dtxGlobalState = newDTXState;

Completed in 67 milliseconds