Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp596 if (hSbrHeader->syncState == UPSAMPLING && headerStatus != HEADER_RESET) in sbrDecoder_HeaderUpdate()
683 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Header()
779 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_SetParam()
975 initialSyncState = hSbrHeader->syncState; in sbrDecoder_Parse()
1058 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Parse()
1060 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Parse()
1074 if ((hSbrHeader->syncState >= SBR_HEADER) && fDoDecodeSbrData) { in sbrDecoder_Parse()
1248 if ( hSbrHeader->syncState == SBR_NOT_INITIALIZED ) in sbrDecoder_DecodeElement()
1262 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_DecodeElement()
1273 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()