Searched refs:currentStartCode (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp745 int currentStartCode = -1; local
755 prevStartCode = currentStartCode;
756 currentStartCode = data[offset + 3];
758 if (currentStartCode == 0xb3 && mFormat == NULL) {
766 if ((prevStartCode == 0xb3 && currentStartCode != 0xb5)
808 if (mFormat != NULL && currentStartCode == 0x00) {

Completed in 59 milliseconds