Home
last modified time | relevance | path

Searched refs:SBR_NOT_INITIALIZED (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_sbrdecoder.c501 if (err || (ptr_header_data[k]->sync_state == SBR_NOT_INITIALIZED)) { in ixheaacd_applysbr()
558 if (ptr_header_data[0]->sync_state == SBR_NOT_INITIALIZED) { in ixheaacd_applysbr()
594 if ((initial_sync_state == SBR_NOT_INITIALIZED) && in ixheaacd_applysbr()
596 ptr_header_data[0]->sync_state = SBR_NOT_INITIALIZED; in ixheaacd_applysbr()
Dixheaacd_env_extr_part.h23 #define SBR_NOT_INITIALIZED 0 macro
Dixheaacd_sbr_rom.c1832 {SBR_NOT_INITIALIZED,
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp335 setDflt = ((hSbrHeader->syncState == SBR_NOT_INITIALIZED) || in sbrDecoder_ResetElement()
480 self->sbrHeader[elIdx][i].syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Open()
748 (*self)->sbrHeader[elIdx][i].syncState = SBR_NOT_INITIALIZED; in sbrDecoder_FreeMem()
1407 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Parse()
1469 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Parse()
1655 if (hSbrHeader->syncState == SBR_NOT_INITIALIZED) { in sbrDecoder_DecodeElement()
1672 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_DecodeElement()
Denv_extr.h169 SBR_NOT_INITIALIZED = 0, enumerator
Denv_extr.cpp282 hHeaderData->syncState = SBR_NOT_INITIALIZED; in initHeaderData()