Searched refs:dtxDecoderState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.h156 dtx_decState dtxDecoderState; member in struct:Decoder_amrState
H A Ddec_amr.cpp184 s->dtxDecoderState = NULL;
194 dtx_dec_init(&s->dtxDecoderState)) {
258 dtx_dec_reset(&s->dtxDecoderState);
367 dtx_dec_reset(state->dtxDecoderState);
479 dtx_dec_reset(&(state->dtxDecoderState));
591 newDTXState = rx_dtx_handler(st->dtxDecoderState, frame_type);
598 dtx_dec(st->dtxDecoderState,
662 if (sub(st->dtxDecoderState->dtxGlobalState, DTX) == 0)
667 else if (sub(st->dtxDecoderState->dtxGlobalState, DTX_MUTE) == 0)
1289 dtx_dec_activity_update(st->dtxDecoderState,
[all...]

Completed in 24 milliseconds