Home
last modified time | relevance | path

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

/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
DOggInputStream.java61 private SyncState syncState = new SyncState(); // sync and verify incoming physical bitstream field in OggInputStream
154 syncState.init(); in initVorbis()
167 int index = syncState.buffer(BUFFER_SIZE); in getPageAndPacket()
170 buffer = syncState.data; in getPageAndPacket()
181 syncState.wrote(bytes); in getPageAndPacket()
184 if (syncState.pageout(page) != 1) { in getPageAndPacket()
234 int result = syncState.pageout(page); in getPageAndPacket()
258 index = syncState.buffer(BUFFER_SIZE); in getPageAndPacket()
260 buffer = syncState.data; in getPageAndPacket()
269 syncState.wrote(bytes); in getPageAndPacket()
[all …]
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
DOggInputStream.java61 private SyncState syncState = new SyncState(); // sync and verify incoming physical bitstream field in OggInputStream
154 syncState.init(); in initVorbis()
167 int index = syncState.buffer(BUFFER_SIZE); in getPageAndPacket()
170 buffer = syncState.data; in getPageAndPacket()
181 syncState.wrote(bytes); in getPageAndPacket()
184 if (syncState.pageout(page) != 1) { in getPageAndPacket()
234 int result = syncState.pageout(page); in getPageAndPacket()
258 index = syncState.buffer(BUFFER_SIZE); in getPageAndPacket()
260 buffer = syncState.data; in getPageAndPacket()
269 syncState.wrote(bytes); in getPageAndPacket()
[all …]
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp203 result |= (hHdr1->syncState != hHdr2->syncState) ? 1 : 0; in compareSbrHeader()
625 if (hSbrHeader->syncState == UPSAMPLING && headerStatus != HEADER_RESET) in sbrDecoder_HeaderUpdate()
712 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Header()
808 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_SetParam()
1142 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Parse()
1144 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Parse()
1159 if ((hSbrHeader->syncState >= SBR_HEADER) && fDoDecodeSbrData) { in sbrDecoder_Parse()
1348 self->sbrHeader[elementIndex][hdrIdx].syncState = UPSAMPLING; in sbrDecoder_DecodeElement()
1367 if ( hSbrHeader->syncState == SBR_NOT_INITIALIZED ) in sbrDecoder_DecodeElement()
1381 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_DecodeElement()
[all …]
Denv_extr.h215 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_HEADER || in sbrGetHeaderData()