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

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h97 #define VOL_START_CODE 0x12 macro
H A Dvop.cpp157 while (tmpvar != VOL_START_CODE);
209 while (tmpvar != VOL_START_CODE);
247 if (tmpvar != VOL_START_CODE)
265 while (tmpvar != VOL_START_CODE);
716 while (tmpvar != VOL_START_CODE);
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h169 #define VOL_START_CODE 0x12 macro
H A Dmp4enc_api.cpp2451 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE);

Completed in 64 milliseconds