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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h97 #define VOL_START_CODE 0x12 macro
H A Dvop.cpp163 while (tmpvar != VOL_START_CODE);
215 while (tmpvar != VOL_START_CODE);
253 if (tmpvar != VOL_START_CODE)
271 while (tmpvar != VOL_START_CODE);
722 while (tmpvar != VOL_START_CODE);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h169 #define VOL_START_CODE 0x12 macro
H A Dmp4enc_api.cpp2480 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE);

Completed in 54 milliseconds