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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h98 #define VOL_START_CODE_LENGTH 28 macro
H A Dvop.cpp154 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
206 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
246 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
262 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
274 PV_BitstreamFlushBits(stream, VOL_START_CODE_LENGTH - 8);
713 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h170 #define VOL_START_CODE_LENGTH 28 macro
H A Dmp4enc_api.cpp2451 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE);

Completed in 799 milliseconds