Home
last modified time | relevance | path

Searched refs:tx_frame_type (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dsid_sync.cpp497 enum TXFrameType *tx_frame_type) in sid_sync() argument
509 *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()
H A Damrencode.cpp760 enum TXFrameType tx_frame_type; in AMREncode() local
780 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()
H A Dsid_sync.h141 enum TXFrameType *tx_frame_type);