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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp154 if (tmpvar != GOB_RESYNC_MARKER)
158 if (tmpvar != GOB_RESYNC_MARKER)
H A Dmp4def.h118 #define GOB_RESYNC_MARKER 0x01 macro
H A Dcombined_decode.cpp207 if (tmpvar == GOB_RESYNC_MARKER)
214 if (tmpvar == GOB_RESYNC_MARKER) break;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h190 #define GOB_RESYNC_MARKER 0x01 macro
H A Dcombined_encode.cpp686 status = BitstreamPutGT16Bits(stream, 17, GOB_RESYNC_MARKER); /* gob_resync_marker */

Completed in 656 milliseconds