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

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

Completed in 59 milliseconds