Home
last modified time | relevance | path

Searched refs:VOL_START_CODE_LENGTH (Results 1 – 7 of 7) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dvop.cpp155 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
207 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
247 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
263 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
275 PV_BitstreamFlushBits(stream, VOL_START_CODE_LENGTH - 8); in DecodeVOLHeader()
714 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
Dmp4def.h98 #define VOL_START_CODE_LENGTH 28 macro
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4def.h158 #define VOL_START_CODE_LENGTH 28 macro
Dmp4enc_api.cpp2451 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE); in EncodeVOS_Start()
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h36 #define VOL_START_CODE_LENGTH 28 macro
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dpvm4vencoder.h40 #define VOL_START_CODE_LENGTH 28 macro
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp203 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword); in iDecodeVOLHeader()
247 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword); in iDecodeVOLHeader()
411 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword); in iDecodeVOLHeader()