Searched refs:syncState (Results 1 – 3 of 3) sorted by relevance
596 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 …]
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()