Searched refs:syncState (Results 1 – 3 of 3) sorted by relevance
591 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 …]
213 SBR_SYNC_STATE syncState; /*!< The current initialization status of the header */ member
196 hHeaderData->syncState = SBR_NOT_INITIALIZED; in initHeaderData()330 if(hHeaderData->syncState != SBR_ACTIVE || in sbrGetHeaderData()