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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.h 51 Purpose : Decode comfort noice when in DTX
101 enum DTXStateType {SPEECH = 0, DTX, DTX_MUTE};
162 enum DTXStateType new_state, /* i : new DTX state */
178 * Description : to decide what kind of DTX/CNI action to perform
dtx_dec.cpp 44 These modules decode the comfort noise when in DTX.
183 // low level noise for better performance in DTX handover cases
219 st->dtxGlobalState = DTX;
262 /* low level noise for better performance in DTX handover cases*/
327 st->dtxGlobalState = DTX;
347 new_state = new DTX state
372 Decode comfort noise when in DTX.
393 enum DTXStateType new_state, // i : new DTX state
436 // new_state (SPEECH, DTX, DTX_MUTE)
441 // sid_first after dtx hangover perio
    [all...]
dec_amr.cpp 588 enum DTXStateType newDTXState; // SPEECH , DTX, DTX_MUTE
590 // find the new DTX state SPEECH OR DTX
593 // DTX actions
654 // on whether there was DTX muting before start of speech or not
655 // If there was DTX muting, the first speech frame is muted.
656 // If there was no DTX muting, the first speech frame is not
662 if (sub(st->dtxDecoderState->dtxGlobalState, DTX) == 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h 19 * DTX.H *
21 * Static memory, constants and frametypes for the DTX *
49 /* DTX handler stuff */
57 #define DTX 1
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h 34 Pathname: ./cpp/include/dtx.h
44 Static memory, constants and frametypes for the DTX
98 /* DTX handler stuff */
106 #define DTX 1
195 int16 new_state, /* i : New DTX state */
dtx_decoder_amr_wb.cpp 51 DTX functions
77 #include "dtx.h"
132 /* low level noise for better performance in DTX handover cases */
171 frame_type | SPEECH | DTX | DTX_MUTE
176 RX_SPEECH_BAD, | SPEECH | DTX | DTX_MUTE
178 RX_SID_FIRST, | DTX | DTX/(DTX_MUTE)| DTX_MUTE
180 RX_SID_UPDATE, | DTX | DTX | DTX
    [all...]
pvamrwbdecoder.cpp 159 * Init dtx decoding
345 /* find the new DTX state SPEECH OR DTX */
391 * on whether there was DTX muting before start of speech or not
392 * If there was DTX muting, the first speech frame is muted.
393 * If there was no DTX muting, the first speech frame is not
400 if (st->dtx_decSt.dtxGlobalState == DTX)
428 * DTX-CNG
    [all...]
  /external/grub/netboot/
depca.c 313 #define DTX 0x0002 /* Disable the Transmitter */

Completed in 91 milliseconds