HomeSort by relevance Sort by last modified time
    Searched full:currentstartcode (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 758 int currentStartCode = -1;
768 prevStartCode = currentStartCode;
769 currentStartCode = data[offset + 3];
771 if (currentStartCode == 0xb3 && mFormat == NULL) {
779 if ((prevStartCode == 0xb3 && currentStartCode != 0xb5)
821 if (mFormat != NULL && currentStartCode == 0x00) {

Completed in 3606 milliseconds