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.cpp160 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
212 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
252 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
268 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
280 PV_BitstreamFlushBits(stream, VOL_START_CODE_LENGTH - 8);
719 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.cpp2480 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE);

Completed in 75 milliseconds