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

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dframe.h72 RX_SID_FIRST, enumerator in enum:RXFrameType
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Ddtx.h69 #define RX_SID_FIRST 4 macro
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Damrdecode.cpp284 rx_type = RX_SID_FIRST
455 rx_type = RX_SID_FIRST;
H A Ddtx_dec.cpp1610 RX_SID_FIRST, | DTX | DTX/(DTX_MUTE)| DTX_MUTE
1645 if ((sub(frame_type, RX_SID_FIRST) == 0) ||
1659 (sub(frame_type, RX_SID_FIRST) == 0) ||
1701 if ((sub(frame_type, RX_SID_FIRST) == 0) ||
1761 if (sub(frame_type, RX_SID_FIRST) == 0)
1815 if ((frame_type == RX_SID_FIRST) ||
1828 (frame_type == RX_SID_FIRST) ||
1872 if ((frame_type == RX_SID_FIRST) ||
1938 if (frame_type == RX_SID_FIRST)
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx.h118 #define RX_SID_FIRST 4 macro
H A Ddtx_decoder_amr_wb.cpp178 RX_SID_FIRST, | DTX | DTX/(DTX_MUTE)| DTX_MUTE
518 RX_SID_FIRST, | DTX | DTX/(DTX_MUTE)| DTX_MUTE
546 if ((frame_type == RX_SID_FIRST) ||
561 (frame_type == RX_SID_FIRST) ||
598 if ((frame_type == RX_SID_FIRST) ||
643 if (frame_type == RX_SID_FIRST)
H A Dmime_io.cpp699 *frame_type = RX_SID_FIRST;

Completed in 46 milliseconds