Searched refs:tx_frame_type (Results 1 – 3 of 3) sorted by relevance
497 enum TXFrameType *tx_frame_type) in sid_sync() argument509 *tx_frame_type = TX_SID_FIRST; in sid_sync()520 *tx_frame_type = TX_SID_UPDATE; in sid_sync()527 *tx_frame_type = TX_SID_UPDATE; in sid_sync()532 *tx_frame_type = TX_NO_DATA; in sid_sync()540 *tx_frame_type = TX_SPEECH_GOOD; in sid_sync()542 st->prev_ft = *tx_frame_type; in sid_sync()
760 enum TXFrameType tx_frame_type; in AMREncode() local780 sid_sync(pSidSyncState, usedMode, &tx_frame_type); in AMREncode()782 if (tx_frame_type != TX_NO_DATA) in AMREncode()791 if (tx_frame_type == TX_SID_FIRST) in AMREncode()795 else if (tx_frame_type == TX_SID_UPDATE) in AMREncode()856 sid_sync(pSidSyncState, usedMode, &tx_frame_type); in AMREncode()859 ets_output_bfr[0] = tx_frame_type; in AMREncode()862 if (tx_frame_type != TX_NO_DATA) in AMREncode()
141 enum TXFrameType *tx_frame_type);