HomeSort by relevance Sort by last modified time
    Searched refs:dtxDecoderState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.h 156 dtx_decState dtxDecoderState;
dec_amr.cpp 184 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)
    [all...]

Completed in 89 milliseconds