Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp591 if (hSbrHeader->syncState == UPSAMPLING && headerStatus != HEADER_RESET) in sbrDecoder_HeaderUpdate()
678 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Header()
774 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_SetParam()
970 initialSyncState = hSbrHeader->syncState; in sbrDecoder_Parse()
1053 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Parse()
1055 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Parse()
1069 if ((hSbrHeader->syncState >= SBR_HEADER) && fDoDecodeSbrData) { in sbrDecoder_Parse()
1243 if ( hSbrHeader->syncState == SBR_NOT_INITIALIZED ) in sbrDecoder_DecodeElement()
1257 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_DecodeElement()
1268 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_DecodeElement()
[all …]
Denv_extr.h213 SBR_SYNC_STATE syncState; /*!< The current initialization status of the header */ member
Denv_extr.cpp196 hHeaderData->syncState = SBR_NOT_INITIALIZED; in initHeaderData()
330 if(hHeaderData->syncState != SBR_ACTIVE || in sbrGetHeaderData()