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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.h 132 enum DTXStateType dtxGlobalState; /* contains previous state */
dtx_dec.cpp 219 st->dtxGlobalState = DTX;
327 st->dtxGlobalState = DTX;
598 (sub(st->dtxGlobalState, SPEECH) == 0)
1099 (st->dtxGlobalState == SPEECH))
    [all...]
dec_amr.cpp 662 if (sub(st->dtxDecoderState->dtxGlobalState, DTX) == 0)
667 else if (sub(st->dtxDecoderState->dtxGlobalState, DTX_MUTE) == 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h 150 int16 dtxGlobalState; /* contains previous state */
dtx_decoder_amr_wb.cpp 156 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) &&
pvamrwbdecoder.cpp 400 if (st->dtx_decSt.dtxGlobalState == DTX)
405 else if (st->dtx_decSt.dtxGlobalState == DTX_MUTE)
473 st->dtx_decSt.dtxGlobalState = newDTXState;
    [all...]

Completed in 167 milliseconds