Lines Matching refs:syncState
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()
1300 if ( (hSbrHeader->syncState == SBR_ACTIVE) in sbrDecoder_DecodeElement()
1301 || ((hSbrHeader->syncState == SBR_HEADER) && (hSbrHeader->frameErrorFlag == 0)) ) in sbrDecoder_DecodeElement()
1314 hSbrHeader->syncState = SBR_ACTIVE; in sbrDecoder_DecodeElement()
1357 (hSbrHeader->syncState == SBR_ACTIVE), in sbrDecoder_DecodeElement()
1374 (hSbrHeader->syncState == SBR_ACTIVE), in sbrDecoder_DecodeElement()