Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp145 uint32_t *start_code = (uint32_t *)bitstream; in onQueueFilled() local
146 bool volHeader = *start_code == 0xB0010000; in onQueueFilled()
/frameworks/av/media/libstagefright/
DUtils.cpp364 const uint8_t start_code = seq[4] >> 4; in parseMpeg2ProfileLevelFromHeader() local
365 if (start_code != 1 /* sequence extension ID */) { in parseMpeg2ProfileLevelFromHeader()