Searched refs:DTX (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.h51 Purpose : Decode comfort noice when in DTX
101 enum DTXStateType {SPEECH = 0, DTX, DTX_MUTE}; enumerator in enum:DTXStateType
162 enum DTXStateType new_state, /* i : new DTX state */
178 * Description : to decide what kind of DTX/CNI action to perform
H A Ddtx_dec.cpp44 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)
846 enum DTXStateType new_state, /* i : new DTX stat
[all...]
H A Ddec_amr.cpp588 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)
1397 enum DTXStateType newDTXState; /* SPEECH , DTX, DTX_MUTE */
1401 /* find the new DTX stat
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Ddtx.h19 * DTX.H *
21 * Static memory, constants and frametypes for the DTX *
49 /* DTX handler stuff */
57 #define DTX 1 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx.h44 Static memory, constants and frametypes for the DTX
98 /* DTX handler stuff */
106 #define DTX 1 macro
195 int16 new_state, /* i : New DTX state */
H A Ddtx_decoder_amr_wb.cpp51 DTX functions
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
182 RX_SID_BAD, | DTX | DT
[all...]
H A Dpvamrwbdecoder.cpp345 /* 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

Completed in 93 milliseconds